Horje
clone code -lr Code Example
clone code -lr
Clone your project
Go to the folder application using cd command on your cmd or terminal
Run composer install 
Copy .env.example file to .env on the root folder.
Open your .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.
By default, the username is root and you can leave the password field empty. (This is for Xampp)
By default, the username is root and password is also root. (This is for Lamp)
php artisan key:generate
php artisan migrate
php artisan serve
Go to localhost:8000




Shell

Related
commit container to image Code Example commit container to image Code Example
ubuntu set date time command line Code Example ubuntu set date time command line Code Example
user current process in linux Code Example user current process in linux Code Example
install yarn windows Code Example install yarn windows Code Example
semantic ui react npm install Code Example semantic ui react npm install Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11