Latest Laravel/PHP Articles

Latest Laravel/PHP Articles curated daily from around the web.


Certified Laravel | PHP | Magento Developer.

divinglaravel.com

Asynchronous PHP
PHP code is blocking, meaning that one block of code will not run until the block prior to it has finished. It wasn't built with asynchronous execution in mind...
This article analyses the reason of using Object Oriented Programming for PHP newcomers. In my personal opinion anyone can find thousands of tutorials for Objec...
Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge. Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge.
GraphQL is a simple query language for APIs, which provides all the relevant information about the data, present in that particular API. Avoiding text string wh...
In this article, you will learn how to authenticate API routes using Laravel Passport, basically, you will be creating a Login, Register and Logout API endpoint...
In this article, I will be walking you through basic authentication for your flutter application using a Laravel Backend. Flutter is Google’s UI toolkit for bui...
When starting out with Laravel, I’d looked at people’s code and seen them make use of the pluck method and never really understood what was going on. I’d never...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
While simplicity is one of the top factor people pick Laravel for, day by day I discover how much Laravel makes tests even simpler, faster and better.
Right of the bat , to know which one is better we have to determine the kind of application we are building , Getting that out of the way, it’s safe to say that...

levelup.gitconnected.com

How fast is PHP-8 going to be?
PHP-8 is going to be released at the end of this year, and one of its most exciting features is JIT compilation. Let’s see how it improves the speed of a PHP sc...
Once your website goes live very soon you will start receiving spam from your website forms. Spambots write a computer program that just fills out your form wit...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
The doctype is the first row in every HTML document, and we use it automatically. This one line tells the browser what to expect and how to process the informat...
Fractal provides a presentation and transformation layer for complex data output, the like found in RESTful APIs, and works really well with JSON. Fractal adala...
Implementing CDN into Laravel is no more easier for a nontechnical person. It needs a lot of efforts to implement a Content Delivery Network into Laravel! We wo...
When a given User is authenticated, it’s normal to let him roam inside the application and retrieve records by the given ID, among other things. Take for exampl...