Vonage Inbound SMS Webhooks Client for Laravel
– github.com - submitted by Ankur
Handle Vonage inbound SMS webhooks in Laravel php framework.
Read more [github.com]
– github.com - submitted by Ankur
Handle Vonage inbound SMS webhooks in Laravel php framework.
Read more [github.com]
– vanrossum.dev - submitted by Jeffrey van Rossum
DropBlockEditor, a drag and drop editor made with Livewire, is now available in pre release. This article tells you more about it and gives you an idea of how you could use it.
Read more [vanrossum.dev]
– tighten.com - submitted by Jamison Valenta
In this post, Andrew presents several patterns in polymorphic database relationships in Laravel that allow us to eliminate conditionals.
Read more [tighten.com]
– harrk.dev - submitted by Harry Kirkman
Do you ever set out with a no-frills Laravel project, and swear by the bare minimum? No unnecessary dependencies - just Blade and HTML? But then you want a little bit of JavaScript on a page, and so you import Vue. But then you need a nice multi-select component, a datepicker, something else... and damnit, you've got a pseudo-SPA encased in Blade again? Let's check out Inertia.js!
Read more [harrk.dev]
– ashallendesign.co.uk - submitted by Ash Allen
Read about different approaches that you can use to get the authenticated user in your Laravel projects. This article covers the results of a Twitter poll that I asked that received 137 votes.
Read more [ashallendesign.co.uk]
– fly.io - submitted by Kathryn Anne Tan
In this article, we see how to apply policies inline, in a trait, or even in a middleware to restrict access on a Livewire component's view and specific action!
Read more [fly.io]
– github.com - submitted by Dries Vints
A package to easily integrate your Laravel application with Lemon Squeezy.
Read more [github.com]
– ashallendesign.co.uk - submitted by Ash Allen
Read about Jim Seconde, who gives us an insight into the world of developer relations (DevRel). He discusses how he got into web development and DevRel and what his typical day-to-day is like.
Read more [ashallendesign.co.uk]
– developer.1password.com - submitted by Andre Sayej
The Laravel Vapor shell plugin allows you to use 1Password to securely authenticate the Laravel Vapor CLI with your fingerprint, Apple Watch, or system authentication, rather than storing your credentials in plaintext.
Read more [developer.1password.com]
– protone.media - submitted by Pascal Baljet
This new package allows you to write tasks as if they were Blade Components, providing a dedicated class and template view. It supports running tasks locally and on remote servers through an SSH connection.
Read more [protone.media]
– fly.io - submitted by Chris Fidao
You can instrument your Laravel apps by having it publish Prometheus metrics. With the help of Prometheus, you can use Grafana to create dashboards and alerts to monitor your apps.
Read more [fly.io]
– ai.craftable.pro - submitted by Pavol Perdik
Create a custom admin panel without writing a single line of code. Just pass a prompt describing an admin panel you want to create and that's it 🚀 No code, no installation, just a few clicks. It's completely free and it's super fun to use 🤓 Still in early beta.
Read more [ai.craftable.pro]
– github.com - submitted by Ankur
Shopping cart manager for your e-commerce projects
Read more [github.com]
– fly.io - submitted by Johannes Werbrouck
Invoicing is boring and manually writing up invoices even more so, that's why you should automate the entire process in your app. Here, I show you how to use Spatie’s wonderful Browsershot package to do just that.
Read more [fly.io]
– www.youtube.com - submitted by Bert De Swaef
The entire playlist of our Laravel for Beginners course. You'll learn about model, controllers, factories, seeders, relations and many more.
Read more [www.youtube.com]
– wilo-ahadi.com - submitted by Wilo Ahadi
A tutorial to insert random data generated by Factories and Faker into a database using Tinker in a Laravel project.
Read more [wilo-ahadi.com]
– fly.io - submitted by Johannes Werbrouck
On Fly.io's new machines, it's possible to set up a queue worker that goes to sleep when the queue is empty and wake up when dispatching a job. That way, you only pay for the time the worker is actually working thus saving you money!
Read more [fly.io]
– github.com - submitted by Steve McDougall
Quickly and easily send or queue webhooks, in a very familiar Laravel style developer experience.
Read more [github.com]
– fly.io - submitted by Kathryn Anne Tan
How do we share data across separate Livewire components? In this article we explore four ways to share data across a Google Map component, Search Box component, Filter component, and a Form component.
Read more [fly.io]
– ashallendesign.co.uk - submitted by Ash Allen
Read about the difference between closures and arrow functions in PHP. This article covers what they are, the differences between the two, and how you can use them in your PHP code.
Read more [ashallendesign.co.uk]