When I use , for example, User:all(); everything works and give me all records from table that conne...
Hi guys, I was wondering if it was possible to do a method in the model to get the url of the model?...
The packge for Laravel 4, 5 (>= 4.1) that simplifies and speeds up managing hierarchical structur...
Hi, I've created a form where users can choose multiple checkboxes. <input type="checkbox&qu...
Here are my models: class BookReading extends Eloquent { // Book reading has many authors p...
I made a model 'Setting' and a static method 'get' and I use it for get configs from DataBase. For E...
How do I edit multiple rows in Laravel? I've searched Google and I'm seeing all sorts of mentions of...
Searchable, a search trait for Laravel Searchable is a trait for Laravel 4.2+ that adds a simple sea...
Having trouble finding the way to use Query Scopes with Repositories. Is there a way? Would like to...
I am creating category model where it has parent of category model itself.. i did the relations in m...
I'm using 2 where methods and I don't know how laravel bind them(&& or ||). Below is the cod...
how to use forbird sql with laravel.?
Hi again, I am learning about Fluent, but my big question is "why?" Can't I just write mos...
Would really love to see pg data types supported in migrations and supported in eloquent. Json, json...
Hi all. I was surprised that the Paginator instance returned by query builder's paginate() had a pr...
Hi, I'm making a form where users are able to choose more than one checkbox choices. http://laravel....
EER: http://imgur.com/U7RpNOn Hello, I'm a new on laravel relationship I've question about this. fo...
Hi, In my system I have a main database where is a "users" tabel and for each user I have...
Hi all! How can I mock a call to One-to-Many relationship? For example, I have a call in controller...
Hi, is there something like $table->timestamp('pid')->nullable()->index()->where('pid',...
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