Latest Laravel/PHP Articles

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


Here is a quick code snippet you can use in your projects to check if an array is empty. const isNotEmpty = arr => Array.isArray(arr) && arr.length > 0;isNotEmp...

www.phparch.com

Making Code
https://www.phparch.com/article/real-world-ast/ By https://www.phparch.com/community/tomas-votruba/ AST is a technology that changed my life and the way I view...
In this tutorial we're going to use the https://tailwindcss.com/ to build a login page for a new app. The final result for this login page is going to look like...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Sending an email is one of the most important additions to any system; be it Transactional emails or sending newsletter emails. In recent surveys, https://www.c...
Share links exist on almost every page in every project, creating the code for these share links over and over again can be a pain in the ass. With Laravel Shar...

stitcher.io

Uses
Scout APM helps PHP developers pinpoint N+1 queries, memory leaks & more so you can troubleshoot fast & get back to coding faster. People keep asking me about m...
Minifying is a renowned code minimization or code compression technique. Sometimes you want to edit your minified code again. Unminify is a free online...
Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future. Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future.
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.
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.
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.
Favicon Fetcher is a fantastic Laravel package that can be used for fetching favicons from websites. You can install the package via Composer: composer require...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Laravel Face Auth is an awesome package that utilizes Microsoft's cognitive API to identify faces instead of passwords for your Laravel application. Note: Pleas...
Once suspended, nwaweru will not be able to comment or publish posts until their suspension is removed. Once unpublished, all posts by nwaweru will become hidde...
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.
One of the joys of using packages in the Laravel ecosystem is how easy they are to install. Packages can be pulled in using Composer, and Laravel will automatic...