Latest Laravel/PHP Articles

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


PHP_CodeSniffer has over 5 381 stars on Github and 210 default sniffs, PHP CS Fixer with 6 467 stars brings you 160 fixers. Both powerful tools dealing with cod...
Since custom casts have finally arrived with Laravel 7, we can take full advantage of this new feature to get full autocomplete and type checking of JSON column...
WordPress to laravel, WordPress is a technology that is used for content management on the website. the word press helps us to manage content article and also p...
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.
Keep up to date with my ramblings
Laravel eloquent provides a simple way of making database queries in your application. It uses Models as an object to interact with a table. To fetch all record...
The default code that throttles logins in Laravel is very basic: it will throttle the combination of the device IP and the user ID (the email by default) if the...
The design patterns are cool! I tried to learn a few design patterns. But failed always. It’s hard to memorize and I forget easily 🙄. At least I find it hard. B...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Misc. on AWS, Linux, Git, SSH, Development PlatformRestart MySQL server on MacOShttps://coolestguidesontheplanet.com/start-stop-mysql-from-the-command-line-term...
Before we talk about Laravel 7 an updated version of Laravel release date and features, let us first know what Laravel is.
PHP offers a bunch of useful functions to operate with arrays. With some clever combination, we can easily create nice and very handy functionality. Let’s check...
I am currently working on a project which requires authentication to its API server. API server built up on Laravel and uses Airlock (can be used Passport it do...
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.
Lately I've been tinkering with a unique kind of architecture for PHP applications. I want to tell you up front that I don't think it will solve any real-life p...
Today we released Laravel 7.1.2 to address a possible XSS related attack vector in the Laravel 7.x Blade Component tag attributes when users are allowed to dict...
A couple of years ago I posted this article about constructing a caching user provider for Laravel.
How to install PHP Intl Extension on LinuxIntl is stand for Internationalization, which allows PHP programmers to perform various locally aware operations inclu...