This is a fictitious airline booking application to demonstrate a modular Inertia application.
./install.sh
composer dev
composer test
The application has the following modules:
- Flight module
- Manage flights, airports, seat availability, schedules, etc
- Booking module
- Manage bookings, passengers, etc
- Payment module
- Manage payments, refunds, etc
- Check-in module
- Manage check-ins, boarding passes, etc
php artisan make:module my-module