Developers Notes

My Journey as Software Architect

Entries from 2017-01-01 to 1 year

Roundups - My Laravel Journey

IDE If you are using PHPStorm for develop laravel apps, there is plugins to help you develop Laravel Apps, so every controller, model, other class you create for Laravel, can be integrated to Autocomplete, you can read this document from J…

Roundups - My favorites CI/CD tools

medium.com There is a way, to publish all your codes to multiple server, in this link, showed many way to publish the code... Pain free. The other way is using this github.com There some thing to setup if you are using public key to push o…

MAMP & MAMP PRO mysql location

MAMP PRO is my favorite LAMP server for development in OSX. If you want to try the PRO version for 14 days, and revert back to non PRO, you can copy the mysql file from /Library/Application Support/appsolute/MAMP PRO/db/mysql to /Applicati…

laralib/l5scaffold for Laravel 5.4

Laravel 5.4 is released today, but there is changes within AppNamespaceDetectorTrait to DetectsApplicationNamespace cause this library to unable to make scaffold. github.com for this quickfix, you can use my fork of this library, by adding…