laravel-frontend-presets / tall

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

Update the preset to replace the only other usage of RouteServiceProvider::HOME #10

Closed imliam closed 4 years ago

imliam commented 4 years ago

This merge request updates the preset command to replace the usage of RouteServiceProvider::HOME within the RedirectIfAuthenticated middleware to use route('home') instead. This makes a default Laravel app completely used name routes instead of relying on a constant in only one place.