Hi all, I'm new to Lumen and Laravel, sorry if I'm missing something obvious! I'm working on a small...
I have three tables namely users auctions bids bids table has foreign key to users table and auction...
I want the Eloquent model in app ->Models ->users.php and in every file i h...
I'm wondering what is the difference between: Route::post('insert/{slug}/{page_number}/{person_type_...
Hi, I want to extend the command bus, just say I want to add a new function "Send($aggregate_id...
I'm just starting out with phpspec, trying to test my Image class which uses the Config facade. This...
Hi, I've been looking at Cache docs: http://laravel.com/docs/5.0/cache I want to use Cache in my mod...
I have a controller that does this public function index() { Redirect::to('www.laravel.io'); } Retur...
Hi guys I'm trying to inject the validator class into my models // app/Model/Model.php <?php name...
Whenever I attempt to run php artisan optimize, when I visit my website, I get an error in my Apache...
hey guys, i'm coming from zf2. Beside a huge more complexity there was one feature i really liked: A...
It works <?php namespace App; use Illuminate\Database\Eloquent\Model; class Test extends Model...
For my final project at school I'm going to build a Laravel 5 package. Now the past days I'm experim...
Hi everyone! I am creating a controller based application and stuck with error handling. I know I ca...
So I have a class which I'm using psr-4 to autoload. I have access to it and I can call it's methods...
Hi, I'm new using laravel. I'm finding a way to use ssh dynamically, using ssh-key or another way wi...
On Laravel 4.2 I can extend Custom Request class (http://laravel.com/docs/4.2/extending#request-exte...
I like how the new Auth & Password logic is laid out but I'm having some trouble getting my head...
Hi Ive got a class that is has a service provider ( Ive renamed the Class to hidden in this sample.)...
Yo! I would like to use User::find to every page of my Laravel site, views and controllers. In Larav...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community