Creating Artisan tasks that generate files
1st January 2018 4:06 pm
While the documentation for creating Artisan tasks is generally pretty good, it doesn't really touch on creating tasks that generate new…
1st January 2018 4:06 pm
While the documentation for creating Artisan tasks is generally pretty good, it doesn't really touch on creating tasks that generate new…
29th December 2017 6:01 pm
For many applications, using UUID's as the primary keys on a database table can make a lot of sense. For mobile or offline apps, in…
2nd December 2017 11:30 pm
I've touched on using PostgreSQL to implement fuzzy search with Laravel before , but another type of search that PostgreSQL can handle…
28th November 2017 11:40 am
While PHPUnit is my normal go-to PHP testing framework, for some applications I find PHPSpec superior, in particular REST API clients. I…
16th November 2017 3:15 pm
Today I've been working on a library I'm building for making it easier to build RESTful API's with Laravel. It uses an abstract RESTful…