Search
 
SCRIPT & CODE EXAMPLE
 

PHP

valet laravel

//Install
brew install php //Install php if required
composer global require laravel/valet
valet install
  
//Change PHP Version
valet use php@7.2
  
//Serve Sites
valet park //Make directory ready to serve
valet link //Serve directory as directory-name.test
valet link myapp //serve directory as myapp.test
  
//Secure Sites with TLS 
valet secure myapp //secures myapp.test
valet unsecure myapp
Comment

PREVIOUS NEXT
Code Example
Php :: how to show validation error in laravel 8 
Php :: acf php fields 
Php :: how do decode base64 php 
Php :: wordpress is admin 
Php :: php delete element from array 
Php :: best pagination in laravel api with eloquent 
Php :: random integer php 
Php :: php isset ternary operator 
Php :: wordpress truncate text 
Php :: foreach total sum 
Php :: laravel php artisan tinker test email 
Php :: laravel migration remove relationship from table 
Php :: php get bearer token from request 
Php :: laravel wherehas with condition 
Php :: remove last character from string in php 
Php :: capitalize php 
Php :: delete record using laravel 
Php :: flatten a multi-dimensional array into a single array in php 
Php :: wordpress set image quality 
Php :: how set field after another field in migration in laravel 
Php :: laravel http retry 
Php :: ubuntu install php 8 mysql 
Php :: laravel loop variable 
Php :: php show active page 
Php :: php run command line 
Php :: php mkdir with 777 permission 
Php :: creer un modele laravel 
Php :: twig get array key name 
Php :: how to check using what guard in laravel 8 
Php :: php mysqli fetch single row 
ADD CONTENT
Topic
Content
Source link
Name
4+2 =