Search
 
SCRIPT & CODE EXAMPLE
 

PHP

How to use Live web server chrome extension with Laravel

Ok so, on top of the Live Server vscode extension, you also have installed the browser extension following the setup guide. Now, Live server works in a specific way. When you start the server, it is indeed going to show the files and folder of the root project folder.

At the top, you can see that the URL is something like: http://127.0.0.1:5000, that's the Live Server address that you have to put in your web extension settings.

Besides, you have a specific URL that you use to access your web app locally such as http://myapp.test or http://localhost. That's the Actual Server Address in the Live Server web extension settings.

Once you start live server from vscode, you should visit your web app in a new tab or refresh it if there is already a tab. Please remember to refresh the web app URL after starting the Live Server, then you won't have to refresh the browser as long as the Live Server is up.
Comment

PREVIOUS NEXT
Code Example
Php :: laravel migration add contraint to other database 
Php :: wp plugin handles - load on specific page 
Php :: php loop array PDO remove keys 
Php :: Warning: Undefined array key "index_no" in C:xampphtdocs ruestudent eports.php on line 54 Fatal error: Uncaught TypeError: mysqli_fetch_array(): 
Php :: blocking youtube adds in php 
Php :: laravel validate form data unique array 
Php :: laravel repository error 
Php :: upsert request php-salesforce-rest-api 
Php :: wordpress have same sku 
Php :: edit order of columns for wordpress 
Php :: how to add user profile image in my account page in woocommerce 
Php :: view codeigniter 4 
Php :: php check bracket correct open and close 
Php :: setUp() must be compatible with IlluminateFoundationTestingTestCase::setUp() 
Php :: id de sesion php 
Php :: PHP str_rot13 — Perform the rot13 transform on a string 
Php :: PHP strnatcmp — String comparisons using a "natural order" algorithm 
Php :: $this-uri-uri_to_assoc(5); 
Php :: validar rfc en php 
Php :: simple pyramid pattern 
Php :: elasticsearch php search date range 
Php :: php square root 
Php :: wordpress add block from single.php 
Php :: menggunakan pengkondisian dalam string php 
Php :: increas file upload db 
Php :: many isset posts 
Php :: php parameters 
Php :: Multi-idiomas com PHP 
Php :: wordpresss loop through object 
Php :: page preview changes in wordpress in custom post type 
ADD CONTENT
Topic
Content
Source link
Name
7+1 =