- Support Light & Dark theme
- Support permission and roles for users
- Support Arabic & English language
- Changing filament theme
- Support SPA (Single Page Application)
- If you like this work you can see more here
Clone the repository
git clone https://github.com/akramghaleb/permissions-roles-filament-admin-panel.git
Switch to the repo folder
cd permissions-roles-filament-admin-panel
Install all the dependencies using composer
composer install
Copy the example env file and make the required configuration changes in the .env file
cp .env.example .env
Generate a new application key
php artisan key:generate
Run the database migrations (Set the database connection in .env before migrating)
php artisan migrate
Start the local development server
php artisan serve
You can now access the server at http://localhost:8000
Web Screens |
---|