Livewire plugin for Sortable.js
– github.com - submitted by Günther Debrauwer
A Laravel Livewire plugin that makes it easy to use Sortable.js in a Livewire component.
Read more [github.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– github.com - submitted by Günther Debrauwer
A Laravel Livewire plugin that makes it easy to use Sortable.js in a Livewire component.
Read more [github.com]
– doeken.org - submitted by Doeke Norg
Context from traits is copy-pasted to your class and NOT inherited. What does that imply?
Read more [doeken.org]
– archte.ch - submitted by Samuel Štancl
The package provides an expressive API for adding meta tags relevant for SEO. Out of the box, the package manages your <title>, OpenGraph tags, and — optionally — Twitter card tags.
Read more [archte.ch]
– madewithalpine.com - submitted by Lars Klopstra
A collection websites and projects made with Alpine JS. Browse for inspiration or show off your work!
Read more [madewithalpine.com]
– youtu.be - submitted by Ashish Dhamala
This is the intro to the new series in Laravel. Here, we will learn about the Single responsibility principle, the Open-Closed Principle, and Polymorphism. This is going to be an advanced video series in Laravel.
Read more [youtu.be]
– www.jeroenvanrensen.nl - submitted by Jeroen van Rensen
Pest is a new but great PHP testing framework. It has a simple and elegant syntax and a few nice features build on top of PHPunit. In this article, I'll show you how to convert a PHPunit test suite to Pest.
Read more [www.jeroenvanrensen.nl]
– www.jeroenvanrensen.nl - submitted by Jeroen van Rensen
Resetting a user's password consists of two steps: requesting a password-reset link and resetting the password using the link. We'll start off by requesting a password-reset link.
Read more [www.jeroenvanrensen.nl]
– youtu.be - submitted by Ashish Dhamala
In this video, we will be looking at the new withTrashed method added in route. It is very helpful to get the trashed data when using route model binding.
Read more [youtu.be]
– laravel-news.com - submitted by Lars Klopstra
Razor UI is a component library written in Tailwind CSS and Alpine.js, now also available for Laravel Blade.
Read more [laravel-news.com]
– smalldev.tools - submitted by Nikhil Agrawal
Check this website containing many tools for developers like Encoder/Decoder, Formatting, HTML/CSS/Javascript Minifiers, Fake date generators & Much more.
Read more [smalldev.tools]
– github.com - submitted by Matan Yadaev
Laravel Eloquent extension to support spatial data types and spatial functions.
Read more [github.com]
– youtu.be - submitted by Ashish Dhamala
In this video, we will be looking at how to get data from multiple databases in one project. We will learn to establish connections with multiple databases and switch at runtime.
Read more [youtu.be]
– ryangjchandler.co.uk - submitted by Ryan Chandler
Seeders are a great way of creating fixture data, as well as dummy data, for your development environment. Let me show you how we can make them even better.
Read more [ryangjchandler.co.uk]
– doeken.org - submitted by Doeke Norg
Work with iterators & generators as if they were arrays.
Read more [doeken.org]
– laravel-arcanist.com - submitted by Peter
Arcanist provides a simple, yet powerful approach for adding multi-step form wizards to your Laravel application. It takes care of all the boring details so you can spend your time writing features, not boilerplate.
Read more [laravel-arcanist.com]
– www.horuskol.net - submitted by Stuart Jones
The obvious choice for handling money in an application is not the correct one. This article discusses a common pitfall in handling money values and how to avoid it.
Read more [www.horuskol.net]
– postsrc.com - submitted by Sir Src
Learn how to get up and running MeiliSearch on the production ubuntu server and get your Laravel project search to the next level
Read more [postsrc.com]
– youtu.be - submitted by Ashish Dhamala
In this video, I have explained every aspect of the Laravel HTTP client that comes by default on Laravel. You can send HTTP requests using this HTTP Client.
Read more [youtu.be]
– youtu.be - submitted by Ashish Dhamala
In this video, we will look at how to show the nearest location to the user by calculating the distance between the user's current location and the shop's location in Laravel. We will use MySQL inbuilt function to do this and it is only supported on MySQL 5.7 and above.
Read more [youtu.be]
– youtu.be - submitted by Ashish Dhamala
In the latest version of Laravel (v8.53.0), two new castings were introduced which are immutable_date and immutable_datetime. With the help of these castings, we can fix the bug of object mutation when doing some manipulations with time.
Read more [youtu.be]