I\'m new to github and I found this site very useful for lot of us. I came up on storing my laravel project here in github, but theres a problem every time I will clone it to be
cd command on your cmd or terminalcomposer install on your cmd or terminal.env.example file to .env on the root folder. You can type copy .env.example .env if using command prompt Windows or cp .env.example .env if using terminal, Ubuntu.env file and change the database name (DB_DATABASE) to whatever you have, username (DB_USERNAME) and password (DB_PASSWORD) field correspond to your configuration. root and you can leave the password field empty. (This is for Xampp) root and password is also root. (This is for Lamp)php artisan key:generatephp artisan migratephp artisan serve