Latest Laravel/PHP Articles

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


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...
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...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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.
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...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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...
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...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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...
` $(function () { $.ajaxSetup({ headers: { 'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content') } }); let tblMassy = $('#tblMassy').
Laravel has dominated the PHP web framework landscape for many years now. If you build custom PHP websites, chances are you have used the framework once or twic...