Indeterminate Checkbox State Without Using Any Javascript Plugin
– youtu.be - submitted by Ashish Dhamala
Let's see how to make Indeterminate checkbox state without using any plugins.
Read more [youtu.be]
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– 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]
– youtu.be - submitted by Ashish Dhamala
Here, we will be looking at how to make a Laravel Collection clone. We will learn about two interfaces of PHP which will help us access an object as an array and loop through the object, and they are ArrayAccess and Iterable respectively. We will all be implementing some methods like map, filter, reduce and sum.
Read more [youtu.be]
– gist.github.com - submitted by Mithicher Baro
Simple Open Graph Image Generator With Alpine.js and Tailwind CSS for blog posts or social media sharing.
Read more [gist.github.com]
– chrysanthos.xyz - submitted by Chrysanthos
Laravel Notifications are an awesome tool that provides built-in support for sending notifications, in dozens of different channels, like Slack, Telegram, SMS, etc. In this tutorial, we will see how we can customise Laravel Notifications core to accommodate a multi-tenant setup in a single database.
Read more [chrysanthos.xyz]
– github.com - submitted by Sourav R
blade-emerald is a Laravel package, it uses spatie/html-element which lets you write Emmet like Abbreviation to generate and wrap Laravel Blade Component with markup
Read more [github.com]