I'm setting up my models and the table with a GEOMETRY field for geolocation is causing a UTF-8 erro...
After using laravel 5.4 and its awesomeness, i read on a tutorial on multiple authentication of diff...
Ive got an issue with my application when i add paginate to the statement, it comes up with an error...
I have an Address, Zip, City and State model and I would like to create an easy way to access the St...
Here is register new user code in php laravel-5.4 mysql ####################code here starts######...
I've just installed laravel 5.3.16 And I've added composer require jenssegers/mongodb package to my...
I'm following the Laravel from Scratch series from laracasts and am trying to build my own website....
Suppose I'm familiar with developing applications in Codeigniter, but now I'd like to start using La...
I am trying to implement a DB schema in which I have users that belong to one organization or more,...
Hello! I've got a following many-to-many relation: attendees - attendee_tag - tag where attendee_ta...
So I have relations : class Folder extends Model { public function files() { return...
I am checking the memory usage in normal PHP as well as Laravel and Laravel is consuming more memory...
Hi, I am having an issue with the Eloquent's cursor method. foreach (ORM::where('sent', false)->w...
In my application I am trying to get the user logged in via social media such as Instagram. With the...
Good morning, how to do the query below add the two counts and calculate the percentage of one resul...
I am using Laravel 5.4 and MYSQL I have a table 'products' and a related attribute table 'products_a...
Hi guys, I would love to hear your opinions. I think that SQL sucks. I consider it one of leftovers...
Hello everyone, I'm starting with Laravel and I'm really enjoying it. I need your help, I need to qu...
I use Lumen and I get this error when I use the first() method to get a single result from a query:...
Hi, I'm using Laravel 5.1 It is possible to construct this query with eloquent ORM? SELECT SUM(CASE...
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