laravel-frontend-presets / tall

A TALL (Tailwind CSS, Alpine.js, Laravel and Livewire) Preset for Laravel
MIT License
2.46k stars 207 forks source link

Could not open input file: artisan #34

Closed lucaros97 closed 4 years ago

lucaros97 commented 4 years ago

After a fresh install using the command: composer require livewire/livewire laravel-frontend-presets/tall

I can't run the command: php artisan ui tall because I get Could not open input file: artisan

Previously I was able to do it (its not the first time I us TALL)

danharrin commented 4 years ago

Sounds like you're running the command in the wrong directory? 🤨

Just check it's definitely your project root please.

lucaros97 commented 4 years ago

Definitely the root directory:

Schermata 2020-05-23 alle 09 47 01
danharrin commented 4 years ago

Please follow the steps on how to install the Laravel project structure as well - https://laravel.com/docs/7.x/installation#installation.

Unfortunately it's not enough to just require the framework.

lucaros97 commented 4 years ago

You're right! Just missed that 🤦‍♂️

lucaros97 commented 4 years ago

35 Created a pull request for "beginners" to avoid them forget to do it!

imliam commented 4 years ago

35 merged