Latest Laravel/PHP Articles

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


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...
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...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.

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...
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...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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...
If you’ve been reading my blog posts for a longer time, you might remember that I’m working on a CMS, something I never thought I would do. In this post, I will...
Sometimes, all you need to do is to add a Blade view into an another view. For instance, when you want to add JavaScript and CSS files as a separate Blade files...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
We will start very simple with PhpStorm and default PHPDoc, then we will increase the complexity step by step until we have auto-completion for array keys direc...
This content is developed to give junior-intermediate Laravel developers (or enthusiasts) a general sense of what’s made possible via a handful of batteries shi...
Certified Laravel | PHP | Magento Developer.
This all started when I needed to gather data about businesses from Google maps. I wanted a simple & fast way to start extracting business data from Google with...