I have a routes.php /* * Web */ Route::group(['namespace' => '\Smartii\Controllers\Web'], funct...
I haven't looked into this but I'm very interested to see the discussion. I imagine removing all the...
Pretty good. The only thing I'd suggest is in your AuthenticateInterface implementation lose the Fac...
troiano86 said: use Illuminate\Database\Eloquent; $db =Settings::get(); I have this in my app.php b...
Hi bonty, Laravel takes away alot of the hassle of handling dependency injection. Make sure you read...
When using a controller you no longer use a closure <?php //routes.php Route::get('email/{id}',...
The Laravel portal for problem solving, knowledge sharing and community building.