Whenever i try to use a query scope it my model it returns the following error: Object of class Illu...
I am creating an attendance register that pulls names from a database based on certain criteria and...
I'm a little confused with relationships and struggling to get it working, i guess in reverse order....
I have table with users which includes their date of birth. I don't think i'm inserting the date the...
I have a form where a user can update several profile fields such as username, email, location, etc....
jacksoncharles said: You could return a HTML view JSON encoded and insert back into the DOM such as...
I think i've nailed it: This sunday: 2015-02-22 This monday: 2015-02-23 Next sunday: 2015-03-01 Next...
Kryptonit3 said: function scopeUpcoming($query) { $date = Carbon::now()->addDays(7); return...
By Laravel way i just mean't something in Laravel that makes the process easier/quicker.. if there i...
The Laravel portal for problem solving, knowledge sharing and community building.