Laravel this is not only a practical framework, it is also a programming style
I have a route
Route::get('home', ['as' => 'home1', function(){ return 'test'; }]);
It's not running. Any idea why this could be. It is not grouped with any other routes.
Aucun commentaire:
Enregistrer un commentaire