Support the ongoing development of Laravel.io →
posted 11 years ago

Laravel IDE Helper (PHPStorm, Sublime)

Just create a file in the root of your project and copy the following into it. Name of the file is n...

0 Likes
6 Replies

View not found Laravel 4 on Ubuntu

I just switched from Windows to Ubuntu and tried to run a Laravel app which used to run there. After...

0 Likes
1 Replies
Solved
posted 11 years ago

Session vars following reauthenticate via remember_token

Hi all When a user logs into my system, I listen for the 'auth.login' event, and set a load of sessi...

0 Likes
4 Replies

Laravel Points/Rewards System

Hello all, I'm a newbie at using frameworks like laravel, and its a great framework BTW, im knowledg...

0 Likes
2 Replies

Query model in a custom classes gives me an error

Hi, I've added a custom classes to ...app/classes/... using a tutorial I've read and so far so good...

0 Likes
2 Replies
Solved

Laravel Homestead Connection refused.

Im trying up my laravel homestead but i cant. I use windows and the error is Connection refudes... R...

0 Likes
1 Replies

Issue When Polymorphic Relationship Doesn't Exist

I have the following relationships setup... Viewing -> viewable() = morphTo Rental -> viewing(...

0 Likes
2 Replies
Solved
posted 11 years ago

Separation of concerns question

Hi there, I've been working pretty hard to try to "separate my concerns" in my Laravel pro...

0 Likes
1 Replies

CSRF Token is regenerated based on frequency of requests

Hi. My app is doing about 8 requests to my Laravel 4.2 API in a timespan of 5-8 seconds. When doing...

0 Likes
0 Replies

[SOLVED] Stumped as to why a query is not working

I'm working on my first project done in Laravel and almost everything so far has been smooth sailing...

0 Likes
0 Replies
posted 11 years ago

Query with DateDiff()

hello, i am trying to run an eloquent query with the PHP DateDiff() function... This works $sql = &q...

0 Likes
0 Replies

[Package] Syntara, admin package

What is Syntara ? Syntara is an admin system for Laravel 4, made for user management easier. Feature...

0 Likes
21 Replies
posted 11 years ago

error in Model ?

Hello, I have this model : <?php class Category extends Eloquent { protected $fillable = a...

0 Likes
0 Replies
posted 11 years ago

Laravel queue daemon suddenly quits with no errors

Hi guys I'm having a bit of a problem with the queue daemon (using redis) I'm running the daemon ins...

0 Likes
1 Replies

Redirect www to non-www and vice versa

Hello everyone! Just found this filter to redirect www to non-www App::before(function($request){...

0 Likes
1 Replies

Polymorphism

I have a table called attachments which has the fields ID TABLE_NAME TABLE_ID and ATTACHMENT Another...

0 Likes
1 Replies

Homestead 2.0 setup - homestead up return error

I've been following the tutorial on laracasts "Say Hello to Laravel Homestead 2.0". And at...

0 Likes
2 Replies
posted 11 years ago

Accessing 'parent' controller functions

Hello, I have a lot of nested controllers eg /company/$id/products/$id/details routes are: company.s...

0 Likes
0 Replies

Cast plain old array to Laravel Collection

I have written a PostGres function that uses a CTE to return me a result set. The result set contain...

0 Likes
3 Replies
Solved
posted 11 years ago

Laravel 5 - Observer dont works!

I have a service provider: <?php namespace App\Providers; use Illuminate\Support\ServiceProvider...

0 Likes
0 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.

© 2026 Laravel.io - All rights reserved.