Skip to content

gwomack/artisan-airlines-modular-inertia

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Artisan Airlines

Artisan Airlines

This is a fictitious airline booking application to demonstrate a modular Inertia application.

Setup the project

./install.sh

Run the application

composer dev

Run the tests

composer test

Modules

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

Add a new module

php artisan make:module my-module

About

Demo application for Laracon India 2025

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 50.4%
  • PHP 47.2%
  • JavaScript 1.6%
  • Other 0.8%