ycs77 / laravel-wizard

A web Setup Wizard for Laravel application.
MIT License
122 stars 18 forks source link

Nothing is showing if you follow the instructions on laravel 10 installation #44

Closed rabol closed 1 year ago

rabol commented 1 year ago

If you follow the instructions, nothing will show when you go to /wizard/user it simply redirect to /wizard/user/name and does not show any thing

ycs77 commented 1 year ago

Hi @rabol, are you seeing a completely blank screen? or throw the View [layouts.app] not found. error? I'm seeing this error because I created Laravel 10 and followed the installation steps.

If is see the error, you can add the resources/views/layouts/app.blade.php to fix this.

Example: Laravel UI layouts/app.blade.php