Galerie By Yassine NAJI
git clone https://github.com/N4J1/GALERIE_LARAVEL.git
cd GALERIE_LARAVEL
composer install
composer update
sudo chgrp -R www-data storage bootstrap/cache
sudo chmod -R ug+rwx storage bootstrap/cache
cp .env.example .env
php artisan key:generate
php artisan config:clear
php artisan migrate
php artisan storage:link
php artisan serve