Source Code Booking Room with Laravel
Booking Room
Booking Room is a simple project for booking and rescheduling room
📝 Table of Contents
🤓 User Role
Completed with 2 Users
- Admin (managed Users and room schedule)
- Ordinary User (books room)
🏁 Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Prerequisites
What things you need to install the software and how to install them.
PHP >= 8.0.12
Installing
A step by step series of examples that tell you how to get a development env running.
Say what the step will be
git clone
composer install
composer update
cp .env.example .env
php artisan key:generate
CREATE DATABASE
modify .env file
php artisan migrate --seed
php artisan serve
open app\Http\Kernel.php add sintaks below in last lined of protected $routeMiddleware array
'isAdmin' => \App\Http\Middleware\AdminMiddleware::class,
🎈 Usage
Login with Role Admin
- Email/Username = admin@gmail.com / admin
- Password = pass
Login with Role User (may you prefer to register)
- Email/Username = marshak@gmail.com / macca
- Password = pass
There’s 8 types of booking status
- pending = the first status after request booking
- approved = when admin approving your request
- rejected = when admin rejecting your request and you refuse to reschedule
- used = when you used the room
- canceled = when you canceling the room you have been book
- done = when the room already used
- expired = the pending status not noticed by admin and it has been past the booking date
- rescheduled = when you accept to reschedule your booking
🌸 Preview
⛏️ Built With
- MySQL - Database
- Laravel - Server Framework
- Bootstrap - Web Framework
- NodeJs - Server Environment
- SweetAlert - Notification
- Datatables - Paging Data
✍️ Authors
- @bagusshndr - Idea & Initial work
- @kmarsha - Initial work
- @muzalri - Initial work
Source Code
To use this app, please view the source code via the link below.
We hope that Source Code Booking Room with Laravel article will be useful. Please continue to visit this site to get other latest free application source code info. You can also join the telegram channel or subscribe to email to get the latest updates. Thank You.
Love this Room Reservation app? You can provide support by buying coffee at this link. You can also support us by sharing this content on social media and your friends, let's share via the link below.