I have a routes.php /* * Web */ Route::group(['namespace' => '\Smartii\Controllers\Web'], funct...
If you have a look at Illuminate/Foundation/start.php you'll see that the config is loaded before th...
mike-anthony said: What did I say that made it look like I was confusing the architectures? All I w...
gayanhewa said: will it implicate the ability to unit test my code. No it won't. It will just be t...
<?php use MyNs\Commander\CommandBus; use MyNs\Some\SomeRepository; class SomeController extends...
I think you might be confusing the server-client architecture. As @barryvdh said, Laravel and PHP wi...
The Laravel portal for problem solving, knowledge sharing and community building.