Works › Forums › Plugins › my Manga Reader › Delete "manga" from url › Reply To: Delete "manga" from url
January 26, 2017 at 2:42 am
#821
Participant
First you need to open routes.php
and change this line
Route::get(‘/manga/{manga}’, [‘as’ => ‘front.manga.show’, ‘uses’ => ‘FrontController@show’]);
and delete it in the manga
Route::get(‘/{manga}’, [‘as’ => ‘front.manga.show’, ‘uses’ => ‘FrontController@show’]);
now you open a manga without the manga url
But now we need to make exceptions for
contact-us
bookmark
etc.
Because now they do not open