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

otipip90's avatar

Hello guys if this has happened to someone please help,$ php artisan make:view about File does not exists

I am installing laravel 5.4 with adminlte according to https://github.com/acacha/adminlte-laravel and in the make: view step I get the following: $ php artisan make: view about File does not exist Please friends could someone help me with this thank you

0 likes
6 replies
JoerJoers's avatar

What's exactly the problem? Is it running the php artisan make:view?

otipip90's avatar

Then, so I see should I abandon the development of this in windows?

Snapey's avatar

why can you not build your own views?

the command make:view uses a stub to create a view file. Locate that stub and copy it into your own view.

otipip90's avatar

Snape And it's been a lot of help, thanks for your time, thanks buddy

Please or to participate in this conversation.