Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:
A website built with Laravel using the PHP programming language is a quick review Backend with laravel
A tourism website to display tourist cities with the possibility of booking rooms
- Clone the Repo:
- > git clone https://github.com/Mahmoudagha01/Tourism.git
- > composer install
- > cp .env.example .env
- > Set up .env file
- > php artisan key:generate
- > php artisan storage:link
- > php artisan migrate:fresh --seed
- > php artisan serve
- http://127.0.0.1:8000/