Latest Laravel/PHP Articles

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


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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
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.
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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Create Virtual Host for NginxNginx Working Environment ConfigurationPHP: Version 7.3 Port: 8080 Follow the instructions to configure domain mapping 1 ) Open ter...
Laravel form builder (Bootstrap, Semantic ui, Materialize)A few months ago I try to create different form builder not server side php library.It’s JavaScript ap...
In Laravel framework, the api route file is separated to a single file. It’s clear to write the api route. Umm, it seems good. But if we have to add the v3 api...
Today we'll look at the command line and run performance heavy dev tools like Rector or PHPStan on our projects. I'm guessing that it takes more than 10 seconds...