Following official documentation for IOC (http://laravel.com/docs/ioc): class FooServiceProvider ext...
Looking through Repository code and what everyone uses them for. It still seems they are pretty coup...
Hello eveyone, I am trying to create an application that creates custom tables and columns in my dat...
I've got two simple classes: class FetchPosts implements FetchPostsInterface { } interface FetchPos...
I want to make a class that will handle some global logic based on time. So when looking for "s...
Hi Guys, I need to get the view data i found the View::getData() method in the api but i can not cal...
Hi, It looks like I cannot access a custom facade via a static call from another custom facade : Er...
I have tried to make a dynamic route by below code: Route::get( '/test', function() { return Route::...
Hello friends, I'm currently coding a REST API, however I'm having an issue with Laravel 4.1.x Bindi...
Hello, I would like to create Service provider for package vendor/package (psr-0), I know with updat...
I am new to unit testing, and testing at all... I am trying to follow the repository implementation...
Hi all I have a slight issue ive extended the UrlGenerator class as explained in the documents to us...
Can one model manage multiple tabels? I have Image class and 3 type of users(for each user i have o...
For some reason, I cannot catch DB exceptions inside a seed class: the code never enters the catch b...
Hi guys, I have question about dependency injection and in this case repositories. Say I have a User...
My problem is that my site is not displayed. roads and mesi controllers returns me well create views...
Does it make sense to have a separate category for questions and comments about code architecture. I...
Hello all... I want to learn Dependency Injection in Laravel. Can anyone suggest me the best materia...
Hello , I would like to make game like Ogame with Laravel...can soomeone recommend site structure..w...
So i've got the source of a package i have forked, and i'm trying to modify it so that parts of the...
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