Support the ongoing development of Laravel.io →

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 10 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 8 years ago

UK Tuition/Course?

This would not answer your question but have you watched the Laravel 5 Fundamentals also at Laracast...

0 Likes
replied 8 years ago

Manually install Laravel/Composer packages?

digitalformula said: I can't currently install them via Composer for some reason. What reason?

0 Likes
replied 8 years ago

How to change /auth/login to /login?

Because if you put it above the PasswordController, that route would catch all urls with the pattern...

0 Likes
replied 8 years ago

Laravel 4.2 to 5 Class 'App\Http\Controllers\Controller' not found

Did you update your composer.json to use psr-4 ? "psr-4": { "App\\": "ap...

0 Likes
replied 10 years ago

Error Messages for custom Validation

How about lowercase pluginurl have you tried that?

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.

© 2024 Laravel.io - All rights reserved.