Posts

Make Laravel 5 Modular Part 1

Image
My current company is heading towards the Laravel and Angular JS path on creating tools for the departments. We were assigned to learn Laravel and Angular JS on our own as soon as possible. Since I saw that the company's data is getting bigger and bigger as time goes by, I researched for a way for us, the developers, to be able to create applications faster and make it much easier to maintain. We all know that making a modular application is currently the best approach on large projects.

Easily Access any Application from Console (CMD)

Image
A re you tired of typing in the whole address of your application in the command line just to use it's functionality? Do you want to access any application just by typing it's name in the command console? Are you lazy just like me? Then this will save your precious time typing the whole /path/to/your/really/overused/application.exe  to just typing the application name instead. Let's begin.