Artificial Intelligences, in few words, are models that simulate human brains. For an example, Neural Networks, one of more famous artificial intelligence appro...
I’ve always been a heavy IDE user — but for some things, like running tests, I still prefered a terminal. Recently I’ve played around with the in-IDE possibilit...
We have been using Laravel Passport for authenticating API’s and first party applications such as single page apps (SPA)and native mobile apps and so far, the e...
Good development companies know: TDD is important to the health of the project developed in the long run, for several reasons. The era passed that unit testing...
At times the simplest things are the most complicated. Here I would be making the very first attempt to further simplify the simpler things . So lets get starte...
JWT means JSON Web Tokens which is an open standard (RFC 7519) that defines a compact and self-contained way for securely transmitting information between parti...
I’ve been contacted by many members who were interested in the 2019 conference, and where we’re at with it. I wanted to give everyone a heads up on whats going...
In the field of custom software development, Laravel framework is extremely popular. More than 35,000 developers from all over the world use Laravel PHP framewo...
1> Authentication Technique and Authorization Systems — The implementation of authentication techniques is very simple with Laravel. Almost everything is config...
My first real job in the programming industry was at a startup that demanded the world of me. I began with them as one of those simple wordpress theme changer g...
In the first part of this article on “how to build modular applications in Laravel” we discussed extensively on modules, and the benefits of modularizing your a...
There are many guides as to how to configure XDebug on Visual Studio Code (VSCode) to debug PHP. I still struggled setting it up initially although many differe...
Let’s imagine this scenario: You are working on a Laravel application, and you found a bug either in the framework itself or in one of the third party libraries...
So initially we want to install Laravel 5.7 and then pull in the API, we’ll worry about the Hub later. Feel free to look through the getcandy.php config file, w...