Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

laravel sqlite .env

# first create sqlite file in your app's database directory
touch database/database.sqlite
# then configure connection in .env file
DB_CONNECTION=sqlite
DB_DATABASE=/Absolute/Path/To/database/database.sqlite
Comment

PREVIOUS NEXT
Code Example
Shell :: untar tar.gz 
Shell :: nano with line numbers 
Shell :: install node brew 
Shell :: Git checkout remote branch in git 
Shell :: linux batch resize jpg 
Shell :: git reset change in one file 
Shell :: jq to windows 
Shell :: powershell progress bar 
Shell :: install wp-cli 
Shell :: ubuntu change jdk 
Shell :: batch command run exe 
Shell :: linux change default editor 
Shell :: open local files wsl 
Shell :: change permissions on all files in all sub-directories 
Shell :: pip force reinstall 
Shell :: validate ssl certificate on website using curl 
Shell :: powershell get empty folders 
Shell :: git stash command with name 
Shell :: check on which domain apache is running 
Shell :: alpine linux list processes 
Shell :: set git origin 
Shell :: adb shell proxy 
Shell :: node ace list routes 
Shell :: bash generate random number between 
Shell :: create folder shortcut on desktop ubuntu 
Shell :: check all the ports in use mac 
Shell :: git tag last 
Shell :: installing nmap on kali linux 
Shell :: how to change the name of a usb ubuntu] 
Shell :: get branch from origin 
ADD CONTENT
Topic
Content
Source link
Name
7+2 =