Support the ongoing development of Laravel.io →

Accessing validation error messages without redirecting

Most examples go something like this: return Redirect::to('register')->withErrors($validator); H...

0 Likes
1 Replies
Solved

Best way of retreiving items with a condition on the relation

#The goal# What I'm trying to do is generate a new collection with all the Consultations ordered by...

0 Likes
3 Replies
Solved
posted 10 years ago

SQLSTATE[HY000] [2006] MySQL server has gone away

I am getting "SQLSTATE[HY000] [2006] MySQL server has gone away" sometimes..... has anyone...

0 Likes
0 Replies
posted 10 years ago

Architecture: Do i need a Model or not?

Hi, i struggle a litte bit with the use of the "Model"... just look at my code: Route (app...

0 Likes
6 Replies

Deploying on shared hosting

Hello, is there a possibility to deploy Laravel app to shared hosting without any custom steps, like...

0 Likes
1 Replies
Solved

how to make laravel package available in http://packalyst.com/?

I developed a laravel package and puch on git but i want this package available in packalyst.com? In...

0 Likes
1 Replies

Handling in model validation

I read everywhere that in model validation is best practice, but I don't know how to handle a failed...

0 Likes
3 Replies
Solved
posted 10 years ago

'php artisan routes' doesn't show controller filters

I have moved my filter applications from my routes file to the controllers constructors to clean up....

0 Likes
1 Replies

Get last 10 tags, polymorphic many-to-many

Hello guys, how can I get last 10 used posts tags? http://help.laravel.io/bd1f15c318d5358b745f27afe3...

0 Likes
1 Replies

Seeding only new files

Hello! Is it possible to know which seeds ar allready seeded and which are new automatically with ar...

0 Likes
2 Replies
Solved

Wrong colums deleted??

Hello, I have some data displayed in table...lets asume like this: 1 - Title1 - Edit, Delete 2 - Tit...

0 Likes
1 Replies
posted 10 years ago

Problems installing FrozenNode/Administrator

Hi! I am trying to install FrozenNode/Administrator. I have followed the instructions for installati...

0 Likes
1 Replies
Solved

generating URL like ?filter=posts

hello to every one, I wanna generate url's like ..?filter=post but how can I do that in Laravel. I s...

0 Likes
3 Replies
Solved

Laravel custom pagination problem -> FatalErrorException

Hello folks, I struggle a lot with some pagination. So basically I do: reconfing 'view' in app/view/...

0 Likes
3 Replies

Laravel 4 & json pagination

Hi, I want to create a javascript app that will use a json created by laravel. As there will be a lo...

0 Likes
1 Replies
posted 10 years ago

Inheritance

Is possibile to use inheritance in laravel model? I explain: is possible to exend a model, which ext...

0 Likes
0 Replies

Help with Response::json to json_decode

Hi I've searched everywhere, but can't seem to find the answer - it should be simple can anyone help...

0 Likes
2 Replies
Solved

What are things need to be consider while developing package?

I developed a package and when i downloaded it using "composer update" downloaded package...

0 Likes
2 Replies
Solved

LARAVEL Sub Domain Routing Not Executed

Taking originally my question from this thread on stackoverflow: http://stackoverflow.com/questions/...

0 Likes
0 Replies

Help with mailgun

Hello there, I setup everything ( Email and Pass and API ) and it's seems ok to me! but when I test...

0 Likes
3 Replies

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.

© 2025 Laravel.io - All rights reserved.