Laravel this is not only a practical framework, it is also a programming style
I am working in laravel 5.5 and I am trying to open page from route like
Route::get('/admin/admin/adminprofile', function() { return \View::make('admin\adminprofile');});
but it is not working.
Aucun commentaire:
Enregistrer un commentaire