Quick review of a package called EloquentFilter – it will help you move complicated search logic from controller to separate filter classes, to keep your code c...
RAD frameworks are a set of libraries, functions, classes, and reusable objects based on rapid application development methodology. RAD frameworks help save tim...
Technology is an integral part of our lives today with multiple offerings that seek to ease how human being go about their days. Also, perhaps one of the most s...
If you have a form separated into a few tabs with jQuery UI Tabs, then default Laravel validation will redirect you back to the first tab, even if the error was...
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...