Latest Laravel/PHP Articles

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


blog.laravel.com

Laravel v6.8.0 released
Certified Laravel | PHP | Magento Developer.
This is another excerpt from my latest book, which is currently part of Manning's Early Access Program. Take 37% off Object Design Style Guide by entering fccno...
Similar questions fill my personal and Rector email in the last 3 months. It's hard to give a reasonable answer without actually seeing the repository, so I rep...
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.
4. Create stripe.php inside app\config i.e app\config\stripe.php and paste the code below and add your stripe public key and secret key from the stripe dashboar...
Now, you can access the composer from the terminal simply using the composer command. Thats it. Run the bellow command. This will configure and install Valet an...
As most of us are aware, PHP is the most widely used server-side scripting language to build web and mobile applications. Over 75% of websites including giants...
PHP 7.4.1 Release AnnouncementThe PHP development team announces the immediate availability of PHP 7.4.1. This is a security release which also contains several...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
In order to be productive and more efficient as a developer, your development machine has to be set up with all the right tools to get you from idea to prototyp...
The 4.2 release of Sharp brought Show page, which was presented in a previous post; let’s look in this one at some code to understand how, why and when to use S...
We have built the PortfolioEditor capable of performing the CRUD abilities. We now need to refactor the Portfolio Controller. The first thing is to remove any e...
The focus and intricacy both are connected with developing internet applications.
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
I’ve written several articles about setting up a PHP localhost development environment on various macOS machine versions using Homebrew, including a couple of a...
Thanks to the improved type variance in PHP 7.4, the self return type hint is now safe to use in a class that you expect to be overridden (happens a lot in the...
Laravel roles and permissions are the most important part of any Laravel based web application in which you want to add restrictions to the usage of your applic...
Laravel includes a variety of global "helper" PHP functions. Many of these functions are used by the framework itself… Laravel includes a variety of global "hel...