This project is for starter developers from laravel 8, a video tutorial form Laraveller
- HTML
- CSS
- JavaScript
- PHP
- Laravel
- You can classify ads.
To run the project you need a server and PHP and MySQL installed on it.
cp .env.example .env
composer install
npm install
php artisan key:generate
php artisan migrate:fresh -seed
php artisan sortage:link
npm run dev