Arjon Jason CastroLaravel Migration’s after() method, the Better wayI usually encounter when I need to create a table migration where I need to add a number of columns after a specific column. Defining each…Jan 17, 2021Jan 17, 2021
Arjon Jason CastroHow to Access a Quasar App in your Phone with Local Development Server using LaragonGet your computer’s IP address.Aug 23, 2019Aug 23, 2019
Arjon Jason CastroCancellable AxiosThis is the usual way of making a cancellable axios request.Jun 8, 2019Jun 8, 2019
Arjon Jason CastroLaravel Eloquent: Eager Load Pivot RelationsIn Laravel, we can create our custom pivot models. Our pivot model can also contain relations and we can access them in the pivot property…Apr 23, 20194Apr 23, 20194
Arjon Jason CastroFull-text Search using ajcastro/searchableCreating a table or list API with full-text search is a usual task. Sometimes we also need to search on derived columns like a…Feb 24, 2019Feb 24, 2019
Arjon Jason CastroAbstracted CRUD Pattern in LaravelIt’s pretty usual in developing an app that it always has lots of CRUD operations. The question is how do you tackle this? Let me show you…Sep 22, 20182Sep 22, 20182
Arjon Jason CastroDecoupling Exceptions from Laravel ResponseHave you ever seen this code before?Sep 20, 2018Sep 20, 2018
Arjon Jason CastroSimple Laravel ModulesThere are already packages for a modular approach in laravel, but some packages are quite over-kill for what I need. So this is how I…Sep 19, 20185Sep 19, 20185