Support the ongoing development of Laravel.io →

540 Threads

posted 10 years ago

Lumen route not working

Hi, I am creating a cms to host multiple websites on. I have a route group that catches all url to g...

0 Likes
1 Replies
Solved

Laravel delete query Exception issue. Please help

I have added 2 categories i.e is "high school" and "lower category school". i ha...

0 Likes
6 Replies
Solved

error in header.blade.php

First off, I must admit that i'm a total newbie at Laravel and frameworks in general. Now, I have th...

0 Likes
3 Replies
Solved

[L5] Detect session expiration

Hello, I would like to know if there is a way to detect if the user's session has expired. I did a f...

0 Likes
2 Replies
Solved

Query to inculde belongsTo Model

What is the correct way to grab a record and also include it's relationship data? Example User belon...

0 Likes
1 Replies
Solved

problems with mail send

I have problems with mail send in L5.1 Page with the form showing using GET method, but when I fill...

0 Likes
6 Replies
Solved

Form Request Forbidden Error

When I Updating a data it always displays Forbidden. i dont no how to solve it. here is my code bloc...

0 Likes
4 Replies
Solved
posted 10 years ago

Manual pagination problem

I need to make some kind of picture gallery with pagination. I have pagination with 20 items per pag...

0 Likes
1 Replies
Solved

show method doesn't work

This is my route: Route::resource('/', 'PostsController'); PostController's show() method: publ...

0 Likes
3 Replies
Solved

Issue with auth in L5.1

I created a request php artisan make:request ContactFormRequest and then changed authorize() method...

0 Likes
3 Replies
Solved

Form Request, Response().

Hi. So I am using L5 to create a simple ContactUs email form and trying to get a handle of this new...

0 Likes
3 Replies
Solved

click link and include subview

I can´t manage to find a correct solution for this situation (simplified example): index.blade.php...

0 Likes
2 Replies
Solved

NotFoundHttpException on route

Hi. I create my routes like so Route::model('projects', 'Project'); Route::bind('projects', functio...

0 Likes
2 Replies
Solved
posted 10 years ago

Check if url with argument is accessed right now

Hey, i want to display something only if the url is the one being accessed. For this i did @if(Reque...

0 Likes
1 Replies
Solved
posted 10 years ago

Laravel route action not found

Route::get('/dashboard', ['middleware' => 'auth', function() { return Redirect::action('Dashb...

0 Likes
2 Replies
Solved

TokenMismatchException only on some mobile devices

I have a very simple subscriptionform (email + button) that works perfectly except on my iPhone 5c....

0 Likes
3 Replies
Solved

nginx 502 Bad Gateway on certain pages (Vagrant Homestead)

I know I'm not the first person to encounter this, but I'm not finding an appropriate solution to th...

0 Likes
5 Replies
Solved

Problem with PUT request

Hello everyone, I am actually writting a API with Laravel on WAMP server, I am want to validate the...

0 Likes
2 Replies
Solved

Validate drop down field against text field on same form.

Hi I have a form with a drop down and a text field {!! Form::label('category_id', 'Category') !!...

0 Likes
1 Replies
Solved

Getting content of a view file and display it using ajax request

As far as you can understand from the topic, my aim is getting the contents of a view file using an...

0 Likes
4 Replies
Solved

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2026 Laravel.io - All rights reserved.