Latest Laravel/PHP Articles

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


https://dev.to/scriptmint #i-always-found-setting-up-xdebug-as-one-of-the-most-difficult-job-but-today-i-did-it-under-5-minutes I always found setting up Xdebug...
Hi, Robin this side with some new stuff today. Basically when I was sending emails from my applicationd with laravel at my first time. I was thinking that why i...
In some occasions you may need to add OTP verification for your logged-in dashboard. Various ways exist for OTP verification (like Laravel https://jetstream.lar...
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.
In Laravel, when you make model you need to add "fillable" or "guarded" to store/update records. The columns that are set in "$fillable" are supposed to be mass...
In this article, we will see a datatable filter with a dropdown in laravel 9. Here we will add data tables with custom filters using fields and searching data w...
https://dev.to/manu_tech In this tutorial, I am going to take you through the basics in building a REST API in Laravel. * * @return void */ public func...
In this article, I show you how to use Twitter’s Search API to get tweets from a particular user. You may want to integrate this search API for various reasons....
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
PHPScraper is a universal web util for PHP. The main goal is to get stuff done instead of getting distracted with selectors, preparing & converting data structu...
On 15th of November I finally launched https://laracheck.io. If you're working in a team and you're about code quality, I think you're going to love it.
Laravel is one of the most popular PHP frameworks today for creating modern web applications. To install and use Laravel you must have https://getcomposer.org/...
While working on real-world applications, you may want to store your form submissions on Google Spreadsheet. Recently I found a better way of connecting Google...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
When building a https://www.iankumu.com/blog/laravel-rest-api/ it is almost a given that you have to create documentation for the API. Developers praise most po...
Do you want to integrate Twitter OAuth 2.0 into your application? In this tutorial, I’ll show you how to use Twitter OAuth 2.0 with PHP on your website. Twitter...
If you spend any amount of time on Twitter, you'll notice that most links have some sort of image attached to them. For example, here's one of Netlify's tweets:...
Filament Excel is an awesome package that helps you to easily configure your Excel exports in Filament via a bulk or page action. You can install this package v...