- Users can register and login to the system
- Search hotels - TODO
- Reserve rooms - TODO
- Able to make payment - TODO
- Manage users - TODO
- Manage hotels - TODO
- Manage payment - TODO
Laravel, Livewire Volt with MySQL
- Customer panel (bootstrap, Laravel UI)
- Administration panels (filament)
Auth
- Two guards (web, admin)
CustomFilamentLogoutResponse
added- Assign
customer
role to user on registration - Restrict customers access to admin panel
- Restrict admin access to customer panel