Routes.php Route::post('/status', [ 'as' => 'status', 'uses' => 'StatusController@po...
Situation is, i have html code, what is duplicated in all other templates, for example it's a menu,...
Hello , I have a Backend directory under the view that have the following structure +view +BackEnd...
Hello, I need create a form with three selects. These selects contains different values models. How...
Hello, I need fill input text with content of model but I'm not getting. I have a partil view with a...
Hi! I'm trying to @yield a "app.blade.php" file from my "/" page named "hom...
I have these routes, Route::group(array('prefix' => '/'), function() { Route::get('hostname', '...
Hi, I am in efforts to get unique value to show in View Blade , I need to print Country Name single...
First off, I must admit that i'm a total newbie at Laravel and frameworks in general. Now, I have th...
Hi, I have a form like this, {!! Form::open(array('action' => 'InfoController@index', 'method' =&...
Hello, I'm looking for a jQuery plugin to apply a mask over my monetary inputs . I tried a lot of th...
Hey can you help me with this error ?? I'm using Laravel 5.0 which is include with login and registe...
In PingPong Menu I need to use a picture inside the menu as title. Its a concatenation problem I nee...
This is my route: Route::resource('/', 'PostsController'); PostController's show() method: publ...
In my route.php I defined the route resource: Route::group(['middleware' => 'role:admin|staff|ret...
I can´t manage to find a correct solution for this situation (simplified example): index.blade.php...
Hi,when i access my local site http://example.com/admin,just got 500 exception. routes.php: Rou...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community