Level 26
https://laracasts.com/series/laravel-5-fundamentals
you're welcome.
1 like
What is the problem with my route here, when I want to go back to my home page from this route:localhost:8000/news/create it gets one step back (localhost:8000/news) not to localhost:8000. This is the route: Route::get('news/create','NewsController@create'); And the controller: public function create() { return view('news.create'); } any help thanks
Please or to participate in this conversation.