Support the ongoing development of Laravel.io →
posted 10 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 10 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 10 years ago

error in Model ?

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

0 Likes
0 Replies
posted 10 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 10 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 10 years ago

Laravel 5 - Observer dont works!

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

0 Likes
0 Replies

Routing installation standalone

Is it possible to use Routing feature just standalone? If yesm why the composer download is not divi...

0 Likes
0 Replies

Laravel + p12 file for google API

I am developing an application that communicates with Google API but I need to provide a private key...

0 Likes
0 Replies

Sortable Tables in Laravel

I am using tableclothjs and Twitter Bootstrap. For some reason this code will not appear with the so...

0 Likes
1 Replies

[Revisionable Laravel] Why does the revision data not saved in the table revisions?

here is my OperatingProcedure model class OperatingProcedure extends BaseModel { use \Venturecra...

0 Likes
4 Replies
posted 10 years ago

Password only login?

Hey, this is my login controller public function postSignIn() { $validator = Validator::make(Input:...

0 Likes
3 Replies
posted 10 years ago

¿Start Learning Laravel today or wait V5?

Hi people. I'm thinking of learn Laravel to speed up my development in PHP projects, and write less...

0 Likes
1 Replies
posted 10 years ago

[Package] LaraEdit: IDE Package for Laravel 4 Complete with a Code Editor and Terminal

I am currently looking for ideas/feature requests to improve LaraEdit. Any input would be appreciate...

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.