Hi everyone, I need some help to accomplish my goal, I have a legacy frontend app and i need to chan...
On a fresh install of lumen, when I try to run anything in Artisan, I get this error message: [Error...
With the changes to Laravel 5 directory structure and service providers changes, where is the ideal...
HI, Ive got a system that Im building for a advertising company and they sell advertising a Medical...
Hello all; I've been using this pattern for a long time but there is just a little point that I coul...
Hello listener, I've just developed a CRUD generator for laravel5 though there are so many generator...
I got this problem with lumen/framework, the log doesn't work. I try to post the issue in github but...
What's your idea on caching heavy calculations of IoC Container into a file or a php config? Special...
Hello, If you are want to display all registered route list same as laravel framework then you can u...
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...
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