Developer Snippet Diary

laravel deployment

0. Clear cache using cmd

php artisan cache:clear
php artisan route:clear
php artisan config:clear 
php artisan view:clear

1. upload all files to server

2. make .htacces file and add below code

RewriteEngine on
RewriteRule ^(.*)?$ ./public/$1

3. config database etc

 

OR

Just point your domain to public folder

Posted by: R GONDAL
Email: rizikmw@gmail.com