Laravel based application used to book rooms and bookings and manage bookings and clients. For now this is a basic booking management system for hotels.
- Adding clients and modify them and rooms associated with clients.
- Adding a new Room or check the availability of the room.
- Create and manage bookings
git clone https://github.com/javedbaloch4/Laravel-Booking.git
Open .env
file to configure your database
and it's name
, host
, and password
composer install
cp .env.example .env
/ copy .env.example .env
php artisan key:generate
php artisan migrate --seed
php artisan serve
localhost:8000
Please view the wiki for a list of features.
If you come across any issues please report them here.
Lets build it together I will be glad if you consider contribute to the Laravel Booking project! Please feel free to make any pull requests, or e-mail me a feature request you would like to see in the future to, Javed at [email protected]