php - How to execute laravel artisan commands in linux server -


i have uploaded project on linux server, don't know how execute laravel commands on server.

commands:

php artisan migrate php artisan migrate:rollback php artisan migrate:reset php artisan migrate:refresh php artisan db:seed 

if lemp stack installed along composer. run composer install command should available.

https://www.digitalocean.com/community/tutorials/how-to-install-laravel-with-an-nginx-web-server-on-ubuntu-14-04


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

python - Error: Unresolved reference 'selenium' What is the reason? -

asp.net ajax - Jquery scroll to element just goes to top of page -