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

Use Database In the App/Config/*.php

If you have a look at Illuminate/Foundation/start.php you'll see that the config is loaded before th...

0 Likes
replied 11 years ago

Using Laravel on Tide, Titanium, or other similar SDK

mike-anthony said: What did I say that made it look like I was confusing the architectures? All I w...

0 Likes
replied 11 years ago

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

gayanhewa said: will it implicate the ability to unit test my code. No it won't. It will just be t...

0 Likes
replied 11 years ago

Extending BaseController when constructor has params

<?php use MyNs\Commander\CommandBus; use MyNs\Some\SomeRepository; class SomeController extends...

0 Likes
replied 11 years ago

Using Laravel on Tide, Titanium, or other similar SDK

I think you might be confusing the server-client architecture. As @barryvdh said, Laravel and PHP wi...

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.