Latest Laravel/PHP Articles

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


In this tutorial, we will see change date format using carbon in laravel, many times we have requirements to change date format in the controller as well as bla...
To execute test code in Laravel, those are essential that you have to know about otherwise, you might waste your time. Here is the example.
I talked about this great resource https://github.com/LaravelDaily/laravel-tips a while ago in a previous article https://dev.to/morcosgad/quick-tips-laravel-3n...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Spatie has launched an amazing package called the Laravel Slack Alerts that can quickly send alerts to Slack using laravel. You can use this to notify yourself...
Laravel Authz is a package based on the Casbin, an authorization library that supports access control models like ACL, RBAC, ABAC. If you want to install this p...
A SPA (Single-page application) is a type of web application that loads only a single web document, and then updates the body content of that single document th...
Nowadays, many organizations have begun to build parts of their web applications utilizing a growing web design referred to as Single Page applications.
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Laravel team has been released Laravel V9.4 with awesome features, fixes, and updates. The features include the capability to override CSRF cookies, a Str::lcfi...
Most web applications need an OTP(one-time-password) or secure code to validate their users. Laravel OTP(One-Time Password) is a package that allows you to send...
Mehediul Hassan Miton introduced a new package with which you can utilize Laravel Livewire in Laravel Modules package with automatically registered livewire com...
I've been running a Laravel application on a Raspberry Pi that handles the bulk of my home automation and monitoring, like keeping track of temperature and humi...
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.
Spatie has launched the Google Cloud Storage filesystem driver for Laravel 9. It is using Flysystem v2 and its own GCS adapter. The Google Client uses a few met...
What is API? API is a method where two or more software can communicate each other. What is REST API REST (Representational State Transfer) API is an architectu...
Let's get started quickly I found new things in Laravel 9.5 Released I wanted to share with you.
I know some Vue and I'm attempting to learn about Laravel how do I add Vue to a Laravel app? I've tried a couple of things on Stack Overflow and here yet regard...