-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathreadme.txt
More file actions
20 lines (11 loc) · 744 Bytes
/
Copy pathreadme.txt
File metadata and controls
20 lines (11 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Thank you for purchasing the Laravel Room Booking System.
Installation Guide
1. Please ensure you have meet the minimum requirement of Laravel 5.5 before installing the script.
For the detail requirement, please check at https://laravel.com/docs/5.5
2. Create .env file if you don't have it. Copy .env.example into .env.
3. Run `composer install` inside the project directory.
4. Run `php artisan key:generate` to regenerate your encryption key.
5. Update your setting especially on app, db, and email setting with your own data.
6. Run `php artisan migrate --seed` to create tables and sample data inside your database.
7. Finish!
Should you need further help on installation, please contact us at https://kedai.pisyek.com/contact-us/