I have a User class that extends a Base class which extends Ardent. I'm toying with the idea of usin...
My test suite currently has 67 tests and 167 assertions. If I run the tests in a SQLite memory datab...
I recently added a migration to my project to change the length of a varchar column. It looks like t...
Just a note for anybody else who wants to use this method, this is how I setup the test: if (Config:...
I found out that there is no MODIFY in SQLite. So my question now becomes: How do I deal with this s...
The Laravel portal for problem solving, knowledge sharing and community building.