Comple Guilde on Setup Laravel Bitbucket clone
Guide https://laravel.com/docs/5.3/installation
1. sudo git clone https://kanchanainterlec@bitbucket.org/interlectivesg/bme_app.git
2. composer install
3.config debug true
4 .create .env mv .env.sample .env
5.
php artisan key:generate
6.see error
7. Set permission :chmod -R 777
8.Set the database detail on .env file
9. php artisan migrate:refresh
run the application by moving to public
Comments
Post a Comment