- install laravel herd or xampp
- install git
- install composer
composer i
php artisan key:gen
cp .env.example .env
cd /storage/app
then
git clone https://github.com/saber13812002/rental-public.git public
php artisan st:link
- if .env file use sqlite you need to create database.sqlite in database folder
php artisan migrate
php artisan db:seed
php artisan serve
The Laravel framework is open-sourced software licensed under the MIT license.