y0rdie / laravel-gust

Laravel Gust is a backend agnostic VueJS authentication frontend for Laravel.
MIT License
19 stars 1 forks source link

UI stack should add package to project #1

Closed y0rdie closed 3 years ago

y0rdie commented 3 years ago

Due to the UI package containing files/traits used by the controllers, this package needs requiring in the projects composer file just like the fortify stack does. The Gust scaffold package can then be removed safely.

y0rdie commented 3 years ago

Fixed in 17bd446