Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

solid9's avatar

How to install PHP Artisan?

Hi guys,

How to properly install php artisan?

Thanks in advance

0 likes
3 replies
frezno's avatar

@solid9 it comes with Laravel, ie when you create a project either with the laravel installer or using composer you will find artisan in the root dir of your project. So no need to explicitly install it.

1 like
Melcu's avatar

Hello,

I had the same issue, trying to run php artisan. I got this error: Could not open input file: artisan After i read this post i figure i should try and run artisan from project location. Is working great.

Thank you.

1 like

Please or to participate in this conversation.