In my example, I have define router like
Route::prefix('home')->group(function(){
Route::get('/test',....);
});
And i access mydomain/home/test
. That is working but i don't know where is prefix
method?. I think it in Illuminate\Routing\Route.php
. But when i remove prefix
method on that, it still working?
from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/2zGhZnG
via IFTTT
Aucun commentaire:
Enregistrer un commentaire