The two timestamps have different values regarding of timezone config. After inserting and loging in...
My tables are not created when I do my migration. Error cannot redeclare class MigrationCreateUsers...
This sounds like it should be a pretty simple thing to do but I'm trying to wrap my brain around it...
On webhosting in MySQL I have created in database set of db-tables and couple of db-views. Everythin...
I have a one-to-many relationship that is not working. A 'Client' has many 'Athletes'. I have alread...
Hi, Even though I have experience with PHP, I am new to Laravel. I've got two questions to ask to un...
All, I just started using laravel and want to connect to an existing ibm db2 database with uppercase...
So I'm checking to see that a "tag" has expired 7 days ago. But I also want to make sure t...
Hey folks, I've built a very simple chat style interface around the system proposed here: http://tut...
I am having issues when creating my own paginator that the same collection of rows is always returns...
HI I have a DATE mysql column and i wish to change the stored format from YYYY-MM-DD to dd-mm-yyyy w...
I have an existing L4 site and we have been working to move to L5. We have several encrypted columns...
How can I get date from "2015-07-31 06:03:21" using Laravel query builder? In normal query...
I have a hard to crack issue with schedule:run. When I call schedule:run from the console, my closur...
I have three tables #customer: id - integer name - string #address: id - integer customer_id (relat...
hello, nice to start and migrate code from code-igniter to Laravel 5.1 but how I can find the best w...
How to convert to laravel format SELECT username, firstname FROM users WHERE id NOT IN ( SELECT use...
I'm having issues updating related tables. When displaying the form all data is correct (including r...
Hey All, I was wondering if someone might be able to point me in the right direction on how to catch...
\DB::beginTransaction(); try { //...logic.... } catch (\Exception $e)...
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