How to setup existing laravel 5 project and there database in Ubuntu 14.04 using xampp?
Some of things you need to consider for new setup. If you have setup git repo then
vendor
, node_modules
.composer install
to make vendor foldernpm install
to make node_modules folder if you already usingphp artisan migrate
to make database structurephp artisan db:seed
if you set any seeding to fill tables dataphp artisan key:generate
to make security..env
file to make work configuration from environmentNow you have to point your domain with root folder of laravel you created here.