Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

PREVIOUS NEXT
Code Example
Shell :: ubuntu rename all files lowercase commands 
Shell :: batch how to check if folder is empty 
Shell :: centos history rollback 
Shell :: TypeError: Could not load reporter "mochawesome" 
Shell :: gvm not generated password 
Shell :: git branch command 
Shell :: ssh passphrase stop asking 
Shell :: how many number of lines in a file 
Shell :: add directory to path on linux 
Shell :: change user of a directory in linux 
Shell :: bash home backup script linux 
Shell :: install python mac m1 
Shell :: how to install global package golang 
Shell :: download file via ssh with port 
Shell :: how to close port in linux 
Shell :: remove old docker installs linux mint 
Shell :: create a new branch from existing branch in git 
Shell :: remove all gems installed 
Shell :: insert text before cursor in vi 
Shell :: bash assigning to new array 
Shell :: see all merge conflict git 
Shell :: Add Docker’s official GPG key: 
Shell :: du folder size 
Shell :: installing parse-dashboard with npm 
Shell :: how to get visual studio code on a raspberry pi 4 
Shell :: truncate log file linux 
Shell :: wget mac robot 
Shell :: How do i search for available packages from the command-line 
Shell :: powershell trim trailing spaces 
Shell :: move file in terminal 
ADD CONTENT
Topic
Content
Source link
Name
7+3 =