- Laravel >= 10
- PHP: Ensure PHP is installed (version 7.3 or higher).
- Composer: Install Composer.
- Node.js: Install Node.js.
- Database of your choice, default is sqlite
- Install App:
composer create-project flightsadmin/flightadmin
This will install package from and complete all settings
-
Configure
.envwith database credentials, app URL, etc. -
Run database migrations:
php artisan migrate --seed
-
Start the application:
php artisan serve
-
Default Login
Username: `test@example.com` Password: `password`
If you're deploying to a server, you will need to configure a web server like Nginx or Apache to serve the Laravel application.