How to create Laravel Room booking application
Admin Credential
Password | |
---|---|
admin@admin.com | password |
User Credential
Password | |
---|---|
user@user.com | password |
Download Source Code
β‘Check it out Link
β‘Github
Features
Login page for both Admin and User used with Jetstream Laravel Package
Register New User
Dashboard for both Admin and User side with different routes
π Admin Side :
- Add, Edit, Update and Delete Rooms
- Check all booked Rooms
π User Side :
- Check Available Rooms
- Book Rooms and check My Bookings
How to Install?
- Clone the repository Link
- Rename .env.example file to .env
- Need database connection and Create database
- Run
composer install
orcomposer update
- Run
php artisan key:generate
- Run
php artisan migrate
- Run
php artisan db:seed
Share your feedback π
Top comments (0)