Latest Laravel/PHP Articles

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


Laravel comes with a great Redis implementation for things like caching and message queue’s. Yet there was a bit of trial and error to make Laravel connect to R...
What is a Laravel middleware? It is a feature in Laravel which provides a mechanism for filtering HTTP requests entering your application. This allows you to ho...
We left chapter nine at having done front-end validation for the update functionality and now we are focusing on the back-end validation. We also refactored sto...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
If you’re reading this post, then you’ve likely heard that Laravel is the recommended PHP framework for robust application security. You might wonder, however,...
Have a cool side project you want to show to the community? Show it off and get feedback at the Laracon science fair. Listen to some tunes while you meet and m...

blog.laravel.com

Laravel v6.7.0 released
Certified Laravel | PHP | Magento Developer.
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
At Spatie, we have been using Circle CI, Travis CI, Chipper CI, and other services for quite a while, but we couldn't find an exact fit for our cases.
Amazon RDS Proxy Solved Too Many Connection ProblemAndi AshariDec 12 · 2 min readI used to work with PHP programming language and handling monolith system using...
Lavarel can be explained as a PHP framework which is also an open-source framework. It was developed and created by Taylor Otwell in the year 2011. It has been...
Thanks to @jibbarth, who had led this release, @phpinsights is now more powerful than ever. With new responsiveness on the console, new output formats, fewer de...
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.
Do you want a start to take PHP seriously? You got lucky - the talk I gave in @afup Forum PHP 2019 about Writing Effective PHP just went up, check it out!

engineering.carsguide.com.au

Go vs PHP syntax comparison
Go is a statically typed and compiled language designed by Google. It is somewhat similar to C. However, it is packed with more goodies such as garbage collecti...
There is a lot of changes of state in every system. Some performed tasks tend to be repeatable and done by different independent classes. This may lead to code...
Basically (after you install virtualbox, vagrant and git)1. Install the Homestead2. Then, go to Homestead folder and run vagrant up (after you configure Homeste...