Common SQL errors for Laravel Developers
– 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]
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– 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]
– youtu.be - submitted by Ashish Dhamala
In this video, we will be looking at one of the hidden Laravel features that you might not know about. It is Fluent class. The best way to access array related data.
Read more [youtu.be]
– devonmather.dev - submitted by Devon Mather
Let's explore the option of firing events on model scopes to add some glue between our feature tests and our unit tests.
Read more [devonmather.dev]
– github.com - submitted by STEPHEN JUDE
Filament blog builder that supports both Markdown and Richtext editors.
Read more [github.com]
– youtu.be - submitted by Ashish Dhamala
Here, we will be looking at how to create a search functionality using alpine js with up and down keyboard click support. You can use up and down keys to navigate the items after search and click enter to take you to the selected item page. Also clicking outside the searched item and escape key will close the dropdown list.
Read more [youtu.be]
– www.smashingmagazine.com - submitted by Leonardo Losoviz
Matt Mullenweg has expressed interest in having the WordPress editor comply with the Block Protocol, a recently-released specification which aims to have “blocks” be portable across applications. This article analyzes potential positive outcomes if this event comes to happen.
Read more [www.smashingmagazine.com]
– github.com - submitted by Ashish Dhamala
My second step towards making Laravel packages. Using this package you can add a beautiful date or datetime picker into your project without touching any javascript with the power of laravel component. It is just a laravel component wrapper for the Flatpickr javascript library.
Read more [github.com]
– youtu.be - submitted by Ashish Dhamala
Here, we will be looking into Laravel Blanket which is a very beautiful dashboard to view your HTTP Client requests in Laravel. Laravel Blanket is a package with wraps Laravel HTTP client requests and provides logs for request and response, also gives the option to retry any request from the dashboard and more...
Read more [youtu.be]