Hi, I am creating a cms to host multiple websites on. I have a route group that catches all url to g...
I have added 2 categories i.e is "high school" and "lower category school". i ha...
First off, I must admit that i'm a total newbie at Laravel and frameworks in general. Now, I have th...
Hello, I would like to know if there is a way to detect if the user's session has expired. I did a f...
What is the correct way to grab a record and also include it's relationship data? Example User belon...
I have problems with mail send in L5.1 Page with the form showing using GET method, but when I fill...
When I Updating a data it always displays Forbidden. i dont no how to solve it. here is my code bloc...
I need to make some kind of picture gallery with pagination. I have pagination with 20 items per pag...
This is my route: Route::resource('/', 'PostsController'); PostController's show() method: publ...
I created a request php artisan make:request ContactFormRequest and then changed authorize() method...
Hi. So I am using L5 to create a simple ContactUs email form and trying to get a handle of this new...
I can´t manage to find a correct solution for this situation (simplified example): index.blade.php...
Hi. I create my routes like so Route::model('projects', 'Project'); Route::bind('projects', functio...
Hey, i want to display something only if the url is the one being accessed. For this i did @if(Reque...
Route::get('/dashboard', ['middleware' => 'auth', function() { return Redirect::action('Dashb...
I have a very simple subscriptionform (email + button) that works perfectly except on my iPhone 5c....
I know I'm not the first person to encounter this, but I'm not finding an appropriate solution to th...
Hello everyone, I am actually writting a API with Laravel on WAMP server, I am want to validate the...
Hi I have a form with a drop down and a text field {!! Form::label('category_id', 'Category') !!...
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.