Search
 
SCRIPT & CODE EXAMPLE
 

PHP

running laravel as host

php artisan serve --host=195.154.12.125 --port=8001
  project host in local machine
Comment

how to host laravel project on local server

// command to host laravel project on local machine

//php artitan serve --host=your ip address --port=select port
php artisan serve --host=195.154.12.125 --port=8001
Comment

PREVIOUS NEXT
Code Example
Php :: The mysqli extension is missing. Please check your PHP configuration. 
Php :: geoip php sample 
Php :: get soft deleted data laravel 
Php :: delete cache laravel 
Php :: switch between php version ubuntu nginx 
Php :: laravel validation unique email 
Php :: php reindex array after unset 
Php :: General error: 1215 Cannot add foreign key constraint laravel 
Php :: only alphabets and space is allowed validation laravel 
Php :: get product category url woocommerce 
Php :: if null blade laravel 
Php :: php refresh page 
Php :: get category name by id wordpress 
Php :: collection laravel filter 
Php :: header location php 
Php :: how to print query in laravel 
Php :: seed date laravel 
Php :: twig limit text 
Php :: wordpress custom fields variable dump 
Php :: laravel get query output 
Php :: add action wp_footer 
Php :: php check if variable is int 
Php :: laravel pluralization text 
Php :: js var to php 
Php :: php8.1 extensions 
Php :: lazychaser laravel-nestedset get tree 
Php :: create custom domain in localhost xampp 
Php :: php file get content json 
Php :: php number format 2 decimal no comma 
Php :: php check name 
ADD CONTENT
Topic
Content
Source link
Name
5+2 =