L Lianhua Grasshopper Dec 23, 2020 #3 Di gumana yung cd command mo. cd ka muna sa root directory ng site mo (laravel?) then doon ka mag-execute ng php artisan command. Dec 24, 2020
Di gumana yung cd command mo. cd ka muna sa root directory ng site mo (laravel?) then doon ka mag-execute ng php artisan command.
H homer_simpson Eternal Poster Dec 24, 2020 #4 Looks like nasa cygwin ka which uses unix format sa directory structure ('/' vs '\' sa windows). Try this: Code: ls Kapag nakita mo na yung artisan then issue this: Code: php ./artisan serve
Looks like nasa cygwin ka which uses unix format sa directory structure ('/' vs '\' sa windows). Try this: Code: ls Kapag nakita mo na yung artisan then issue this: Code: php ./artisan serve