Support the ongoing development of Laravel.io →
geocine

geocine

Joined 10 Feb 2014

Statistics

Threads 6
Replies 19
Solutions 3
Articles 0

Conditional route middleware and namespace mapping?

Is this possible something like this: if(Auth::user()->isCompany()){ $middleware = "auth...

0 Likes
2 Replies

After many GET requests via AJAX I get 401 Unauthorized

I am using Laravel 5. After too many GET requests via ajax, let's say an ajax request that gets fire...

0 Likes
2 Replies

Installing Laravel in a subfolder?

I am in the process of rewriting a site(doesn't use any framework) to laravel. For now my first task...

0 Likes
3 Replies
posted 11 years ago

Getting started with unit testing

I haven't really written any unit tests as it goes in the way with deadlines . Please don't get me w...

0 Likes
2 Replies

Eager Loading + Join

If I do this, I would be able to retrieve the images() for the item $items = Item::all(); foreach($i...

0 Likes
2 Replies
replied 11 years ago

Frontend and backend app configuration

It would be helpful if you explain what the folders are for even the obvious ones just to know we ar...

0 Likes
replied 11 years ago

Invoice Ninja (a large open-source Laravel application) is live!!

Thank you for open sourcing such a wonderful application. There is so much to learn in here and coul...

0 Likes
replied 11 years ago

Caution - PHP 5.4 may not be supported by your hosting

If you want to 5.3 then use Laravel 4.0

0 Likes
replied 11 years ago

Configuring max execution time for "artisan migrate"

The documentation says that when running PHP in command line mode, the default is 0 (unlimited). htt...

0 Likes
Solved
replied 11 years ago

Capture Model old data before committing updated data to database

I am not sure how to do this . But in MySQL level you could probably use CREATE TRIGGER BEFORE UPDAT...

0 Likes

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.