This project is a backoffice for the Himara hotel owner & team. It was built in a local environnement.
The Backoffice is built in Laravel and the front in JS, HTML & CSS. The front is similar to a Wordpress template and not made by me : https://preview.eagle-themes.com/html/himara/index.html
To start the project, those are the command lines :
First time :
- Git pull https://github.com/louistychon/Laravel_himara/
- npm i && composer i
- Create a database and link to it in your .env file
- php artisan migrate
Each time :
- npm run dev
- php artisan serve
To connect to the admin : localhost:8000/login You can use the credentials provided in the User Seeder.
To send emails: You need to change .env configuration in order to be able to send emails from this template. Without doing that correctly, it's possible that some fonctionnalities won't work properly.
To make the Google map work on the page contact: You will need an api key from the Google Cloud Console. The current API key is deactivated.