Support the ongoing development of Laravel.io →
damienadermann

damienadermann

Joined 3 Apr 2014

Statistics

Threads 1
Replies 67
Solutions 10
Articles 0
posted 11 years ago

Valid route throwing 404

I have a routes.php /* * Web */ Route::group(['namespace' => '\Smartii\Controllers\Web'], funct...

0 Likes
2 Replies
Solved
replied 11 years ago

Unit Testing and impact of using 'use' to import classes into scope

Yes and no. Using the construct 'use' only aliases a class to work in the current class. This has no...

0 Likes
Solved
replied 11 years ago

Creating Wrappers - Integrating Vanilla PHP into Laravel

You'll find the less Laravel specific code used in your model implementation the better. Watch some...

0 Likes
replied 11 years ago

Repository pattern and Object instantiation

leoden said: So using App::make() in another route or model you would use? $lot = App::make('Acme\R...

0 Likes
replied 11 years ago

Cache Auth::user()

delmadord said: Please damienadermann, could you possible provide a more complete example? I have s...

0 Likes
replied 11 years ago

How to Use Request Parameters in Laravel4 Unit Test?

I don't think GET excepts parameters. Use a query string instead. $response =$this->call('GET','/...

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.