Friday, May 29, 2015

3. Configure laravel path globaly

After completing the installation of laravel and composer, you have to change the path following the steps given below. Otherwise laravel won't work.
 Step 01  Get the directory
Find out laravel.bat file from the directory  C:\Users\Uzzwal Dhali\AppData\Roaming\Composer\vendor\bin. If you don't fond the AppData folder then change the settings like this. However, we need the directory, copy that.

 Step 02  Change the path
Now go to Start, right click on Computer / My Computer - a pop-up window will open. Click on Properties, then go to Advanced system settings - again a pop-up window will open, now click on Environmental Variables...

After clicking on Environmental Variables... , another pop-up window will open. Now select the line Path and click on the button Edit...

After clicking on the edit button, a pop-up window will open. Click on the text of the Variable value: and press the buttons Ctrl+A together and paste the path you have copied before in the first step.

 Step 03  Check Laravel if it is working or not
Press Windows Key+R together, the run command box will open. Now type cmd as the run command and press the Enter Key, the command prompt will open.

Now type Laravel and press the Enter Key, you will get something as shown in the image given bellow. It means the Laravel is working in your computer system perfectly.


« Previous Tutorial
Next Tutorial »


Advertisement

No comments:

Post a Comment