Go to the newly created manga Works › Forums › Plugins › my Manga Reader › Go to the newly created manga Tagged: creating manga This topic has 0 replies, 1 voice, and was last updated 4 years, 8 months ago by owari. Viewing 1 post (of 1 total) Author Posts June 13, 2016 at 2:45 pm #236 owariParticipant Open mymangacms_base/app/controllers/MangaController.php to find public function store() On line 97, is added $mangaInfo = DB::table('manga')->max('id'); On the 106 line to replace it return Redirect::route('admin.manga.index'); By this return Redirect::route('admin.manga.show', $mangaInfo+1); This topic was modified 4 years, 8 months ago by owari. Author Posts Viewing 1 post (of 1 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Enter something special: Log In