Latest Laravel/PHP Articles

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


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...
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...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
However, most of the magic happens in the backend. As the backend is where developers define how a website will function, it has been described as the engine of...

www.phparch.com

Semantic Versioning
When new software comes out it has a version number like 8.2.0. The software industry needed a standard way to describe software releases so we as consumers of...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
This feature really helped me save some time almost daily and it was hiding in plain sight. DBeaver, the open-source database management software, can format JS...
As you may know, Vapor is a serverless deployment platform for Laravel that strives to make the deployment and scaling of your Laravel project easier than ever....
Intervals or ranges pop-up everywhere in the programming world. The classic example is picking a start and end date, like you would when booking an AirBnB or a...
Waterline is an amazing and elegant UI for monitoring Laravel Workflows. composer require laravel-workflow/waterline php artisan waterline:install Waterline exp...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Laravel Queue Debouncer package allows any queue job or chain in your Laravel application to be debounced, meaning that no matter how many times it’s dispatched...
https://ohdear.app is the all-in-one monitoring tool for your entire website. We monitor uptime, SSL certificates, broken links, scheduled tasks and more.
Since various elements of the Inspector backend rely on Laravel, I worked a lot with the ORM component myself, and its Eager Loading features. Laravel Eloquent...
Password generation is something we all think about doing at some point, but how can we go about doing it - and making these passwords easy to remember and secu...