Real-time Events Broadcasting With Laravel 9 & Soketi
– kbouzidi.com - submitted by Khalil Bouzidi
In this tutorial, we will build together a Laravel real-time event broadcasting app using Soketi.
Read more [kbouzidi.com]
In this section you'll find links submitted by others.
Did you write or stumbled across a blog post, tutorial or video that might be interesting for others?
To be able to submit a link you need to log in first.
Log in– kbouzidi.com - submitted by Khalil Bouzidi
In this tutorial, we will build together a Laravel real-time event broadcasting app using Soketi.
Read more [kbouzidi.com]
While Amazon S3 is awesome for storage, It also has a feature called S3 Select. With S3 Select, You can use a simple SQL query to filter the content of the stored objects. and retrieve only a subset of data that you need.
Read more [sanjit.me]
– adithya.dev - submitted by Adithya
Data Providers in PHPUnit, Inline Data Providers and how to use them in PHPUnit
Read more [adithya.dev]
– dev.to - submitted by Ricardo Čerljenko
Working with datetime in PHP could be a real pain if you don't take advantage of popular libraries like Carbon. It's all good until you have to convert dates provided on user input into another timezone (eg. UTC) and vice versa. Other example could be that you have to manage various input datetime formats, and sanitize them into a consistent one before saving it to database.
Read more [dev.to]
– youtu.be - submitted by Ashish Dhamala
Let's see how to make Indeterminate checkbox state without using any plugins.
Read more [youtu.be]
– gist.github.com - submitted by Mithicher Baro
Markdown Editor Component with AlpineJS & Laravel Blade. This component also works with Laravel Livewire.
Read more [gist.github.com]
– dev.to - submitted by Ricardo Čerljenko
While building your app in Laravel PHP Framework, you have multiple ways of protecting your API routes with various auth guards or Basic auth. Would it be nice to support both API guard and Basic auth at the same time?
Read more [dev.to]
– sinnbeck.dev - submitted by René Sinnbeck
Are you getting errors with laravels groupBy()? Here is short explanation of why.
Read more [sinnbeck.dev]
– tray2.se - submitted by Patrik Ahlström
You might think that the way your store your data isn't really that important. Well it's more important than you think it is. A good database design just like good clean code is the key to performance, not only for the end user but also for you the developer. A poor database model just like poorly written code will slow you down and furthermore it will slow your database queries down which results in a slow application.
Read more [tray2.se]
– barryvanveen.nl - submitted by Barry van Veen
I made a script to easily take consistent measurements using Apache Benchmark. It includes an easy way to compare multiple measurements in a visual way.
Read more [barryvanveen.nl]
– geisi.dev - submitted by Tim Geisendörfer
Let's improve your users privacy with file encryption without using any 3rd party packages.
Read more [geisi.dev]
– tray2.se - submitted by Patrik Ahlström
## Common SQL errors and how to solve them in Laravel A post about how to prevent and solve the most common SQL errors in Laravel.
Read more [tray2.se]
– robmellett.com - submitted by Robert Mellett
In your infrastructure stack, Laravel and Hasura compliment each other extremely well. Hasura works really well because it magically converts GraphQL queries to SQL and is able to intelligently pick up your table relationships through the use of Foreign Keys. Hasura provides a SQL like GraphQL layer that Laravel developers will love to use!
Read more [robmellett.com]
– youtu.be - submitted by Ashish Dhamala
Here, we will be looking at a hidden feature in Laravel which can be called Bootable Trait. Using this method we can easily use Traits to handle many things that we want to do when model is booted.
Read more [youtu.be]
– github.com - submitted by Ankur
Handle SES webhooks with scale
Read more [github.com]
– www.csrhymes.com - submitted by Chris Rhymes
GitHub offers a dependabot service that can let you know of any potential security issues with your dependencies and automatically create a Pull Request for you. This works great without any configuration if you have a repo that contains npm, composer or gem dependencies, but you may need additional configuration if your lock files aren’t in the root directory, or in separate directories in the case of a monorepo.
Read more [www.csrhymes.com]
– adevait.com - submitted by Filip Josifovski
Due to its flexibility and ease of usage, Docker has become one of the most widely used, if not the most widely used, methods of distributing software. Learn the process of containerizing a Laravel application for both the development and the production environment.
Read more [adevait.com]
– blog.servmask.com - submitted by Albert Suntic
How we migrated to GitHub Actions from Jenkins
Read more [blog.servmask.com]
– github.com - submitted by Agli Pançi
This package adds CASE statement support to the Laravel Query Builder.
Read more [github.com]
– sinnbeck.dev - submitted by René Sinnbeck
Laravel comes with sail.. But have you tried Lando? If not, you should!
Read more [sinnbeck.dev]