Sorry if this is a beginners question. I am using Laravel 5 and trying to make an application that...
Hi, as the title says I'm looking to move a raw SQL query to eloquent. My models and relationships a...
I am working on a news feed and have been trying to figure out this query but am a bit stuck. In a s...
I have a button in Laravel which on it's click event calls a javascript function ( onclick=SaveCateg...
Hey there! I'm having an issue with Eloquent in L4, where a query containing a ::with(array(...)) do...
Is there a way to use php artisan migrate command on a live shared hosting? I'm using ftp so I don't...
I'd like to know what would be the best way to post a form to the same page? I have a standard page...
I'm trying to replace a query scope with a global query scope, but while my query scope works fine t...
Hi, I know this has been asked a few times, but I've not managed to find specific information detail...
I have model and return data from this model. public function getData($meioeco_data_id, $stanowisko_...
When I do a select in a relationship, the model needs the other relation-referalls, otherwise I rece...
If I add this code to my query: ->leftJoin('event_schedule', function($join) { $join->on('ev...
Hi! I'm reviewing source code and found 'removeTableFromKey' in this line: /** * Fill the model wit...
I have a User model that hasOne profile and $with=['profile'] I have a Profile model that belongsTo...
Hello, I will really appreciate any help provided in this case, it's probably very simple but even t...
hi, i'm newbie can you help me... I get an assignment from my teacher to make auth i have two table...
The DB::connection seems to work but when I am using DB::table it is still looking at my 1st default...
whenever i access a model in service provider it returns an error: Call to a member function connect...
I'm creating a scheduler that for each location has a start and end time for each day of the week. N...
Hi, I am trying to run a function only when certain values have been changed, however isDirty doesn'...
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