This project is based on Laravel, also leveraging Filament, Alpine.js and CSS3.
-
Make sure you have set the database credentials (and other relevant data) in the
.envfile. -
Initial Setup:
composer install
npm install
php artisan key:generate
php artisan migrate
php artisan db:seed
php artisan shield:installß
- (Optional) Create admin user:
php artisan make:filament-user
- Build the assets:
npm run build
- Visit
/adminto access the administration.