Page 1 of 1

Laravel Project

PostPosted: January 9th, 2019, 10:50 am
by eTIC02
Hello,

Is it possible to create a PHP project under the Laravel framework and be able to access and work with the Artisan console?


Thank you in advance.

Re: Laravel Project

PostPosted: January 10th, 2019, 2:19 pm
by maros.beno
Hi,
thanks for the question. You can just create PHP Project, add Laravel with Composer, then click with right mouse button on project and select "Open Command Prompt here..." and use Artisan Console like specified in their documentation here https://laravel.com/docs/5.7/artisan .

Hopefully this solves your problem,
have a nice day.