Developers Notes

My Journey as Software Architect

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 JetBrains here

Laravel Development using PhpStorm - PhpStorm - Confluence

 

API

Next, i am using this tutorial as references for me making API for my community Android Apps backend. It's a good tutorial by Francesco,  and easy to understand.

www.sitepoint.com

This Tutorial using 

as their dependencies.

 

Modular

If you want to make your laravel apps modular, you can use this library. from the maker of AsgardCMS

github.com

He have a nice blog you can read 

nicolaswidart.com

 

 

I will update  my roundups posts if i found a new great stuff / ideas, and check out my others Roundups in Bookmark category