Basic on using artisan command line in Laravel -


so have been seeing lot of command line stuff install/update frameworks/modules on internet never tried use it. manually copy files.

i starting learn how use laravel , trying learn command line stuff, downloaded , installed composer , i'm stuck.

what do command line php artisan bundle:install bob ?? have copy in cmd.exe or copy in address bar of browser.

i cannot find tutorial explains basic of basics of using , pretty lost.

from looks of you're using laravel 3.

i want let know laravel 4 way on it's way , i'd recommend have @ instead of l3. here's link.

as question: need define path php.exe file.

open start menu , write "environment". without "".

in first window you'll see bunch of variables , values. edit "path" variable.

go end of "value" field. , - if there isn't 1 - type ";". without "".

after paste path php.exe. folder.

i.e:

c:\xampp\php 

not

c:\xampp\php\php.exe 

and you're done.

you might have restart computer apply though.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -