creasico / laravel-project

Base Application Project Skeleton for @creasico
https://skeleton.creasi.dev/
MIT License
3 stars 3 forks source link

login page has an error #127

Open meghakundu opened 1 month ago

meghakundu commented 1 month ago

Describe the bug

image Please can fix this. @creasi

Reproduction

Logs


Before submitting the issue, please make sure you do the following

feryardiant commented 1 month ago

Please run composer ziggy:generate to generate the ziggy.js in the correct location. By default ziggy.js is generate in resources/js but in this project we change the target directory to resources/client as you can see in our composer.json.

https://github.com/creasico/laravel-project/blob/7ea394180e1d29fd764a419861404c471869213c/composer.json#L94C6-L96

meghakundu commented 1 month ago

Please run composer ziggy:generate to generate the ziggy.js in the correct location. By default ziggy.js is generate in resources/js but in this project we change the target directory to resources/client as you can see in our composer.json.

https://github.com/creasico/laravel-project/blob/7ea394180e1d29fd764a419861404c471869213c/composer.json#L94C6-L96

Thanks will go ahead in such way @feryardiant

meghakundu commented 1 month ago

image

Further, it shows trait missing @feryardiant Please help with this.