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...
Hi! I'm trying to @yield a "app.blade.php" file from my "/" page named "hom...
routes.php: Route::get('users/{id}/edit', array('before' => 'auth|admin', 'uses' => 'UserContr...
Hi, I am in efforts to get unique value to show in View Blade , I need to print Country Name single...
I am a newbie in Laravel 5. Now i am trying to use laravel authentication service. The problem is i...
First off, I must admit that i'm a total newbie at Laravel and frameworks in general. Now, I have th...
I've created a form and I would like to have a success message show. At the moment I've only gotten...
This is my route: Route::resource('/', 'PostsController'); PostController's show() method: publ...
Why removed? I barely found a notification about this on the documentation; What are the alternative...
Hello! I'm trying to build a scope to filter banned users. I have two table : One called users: id,...
I can´t manage to find a correct solution for this situation (simplified example): index.blade.php...
Hello all! I've searched a lot about this but couldn't find anything related to what i need. I need...
Hi. I create my routes like so Route::model('projects', 'Project'); Route::bind('projects', functio...
Hi,when i access my local site http://example.com/admin,just got 500 exception. routes.php: Rou...
Hi, everyone. I am a beginner of Laravel and PHP. I do not know how the login and registration schem...
Ok so the thing is I have laravel 4.2 installed and it's working great. Up to today when I did a cou...
The below code works great in Laravel 4.2: //other code up here $data['owners'] = \Illuminate\Suppor...
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.