Friday, August 16, 2024

Deployment Laravel on cloud by Github

1) Git Clone

2) composer install

3) npm install

4) cp .env.example .env
5) php artisan key:generate
6) php artisan migrate:fresh --seed 

 




php artisan passport:install
php artisan passport:keys --force
sudo chmod -R 0777 ./storage   

No comments:

Post a Comment