I want to create a simple CMS site in laravel. Like any other framework or CMS, how can i separate a...
There is another way you could do as, Route::get('/{slug}', ['as' => 'site.show', 'uses' => 'S...
Can you please elaborate what exactly you want and what your problem?
After reviewing your code, i am getting with below solution for you. whenever you try to submit the...
The Laravel portal for problem solving, knowledge sharing and community building.