Latest Laravel/PHP Articles

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


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...
Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future. Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future.
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...
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...
Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future. Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future.
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...
Normally, if you want to run a task and don't want the user to wait until it's done you'd dispatch a queued job. However, sometimes that task is really simple a...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Now that we have discussed creating factories, we can look at how to use these factories to seed our database with test data. Seeders allow you to generate a lo...
Today we, JetBrains, turn 20 years old! Yet our passion and exuberance for the world of software development is just as strong as ever. We are still learning ev...
This is my very first story on medium and I wanted to write about something that I work on and what I am comfortable with. I want to start sharing my knowledge...
Today’s inspiration comes from Ross Bulat’s story: True PHP7 Multi-Threading: How to Rebuild PHP and use pthreads. Ross’s writes about installing PHP from scrat...