tuandm / laravue-core

Laravel package to provide core functionalities of Laravue dashboard
https://laravue.dev
MIT License
150 stars 49 forks source link

The route is not specified #34

Open nookery opened 3 years ago

nookery commented 3 years ago

Route::get('/{any}', 'LaravueController@index')->where('any', '.*');

Why use {any}? Is that means no matter what the route is, the background page is displayed?

samtarmizi commented 3 years ago

@nookery i think its alternative for Route::fallback