Hi, I'm using a Constraining Eager Load closure to filter a query, but when I use a second argument...
Hello, I have this scenario: Route::group([ 'middleware' => ['reservation'], 'prefix' =&g...
I have been facing a problem of not able to use the model inside the controller in the new laravel f...
i have a basic knowledge in php and laravel(i watch laravel5 fundamentalls) but i'm confused because...
I will try to explain as best I can. I have a options table which is a tree structure like: Colors...
So, this question has been asked a lot, but there has to be a better way of doing it. Using a typica...
I'm trying to insert data using tinker compact method here is my tinker snippet $post = App\Post::cr...
are there any package for laravel that notify you when should you use eager loading for a given quer...
If this is not allowed then please delete and accept my apolgies I decided to take a good hard look...
Hello, I am new to Laravel and I'm trying to rebuild my corporate legacy system using PHP and Larave...
I have been stuck on this for a while even after reading other questions & docs from Laravel. I...
I have my query builder that is dynamic, when user checks a subsection, the subsection will be added...
I have define scope in model like this class Station extends Model { protected $primaryKey = 's...
Hello, I have a MySQL database with a table called Articles to store my articles. One of the table f...
I am new to Laravel and I am working on my database migrations. For one table, I've included the $ta...
I'm a new user of laravel and for study teh framework I create a blog. I want to have an option to o...
I have 3 tables: stores, settingkeys and settings. The 'stores' table stores the store names (and ot...
Hello. I have 3 models and controllers: images -projects -categories And in ProjectControllers I h...
I have two models, Category and Transaction. The table structures are like this.. Categories: id,cat...
Hello in official help here http://laravel.com/docs/5.0/pagination stated that it is possible to...
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