livewire
breeze
| livewire | breeze | |
|---|---|---|
| 8 | 19 | |
| 23,527 | 3,042 | |
| 0.1% | 0.3% | |
| 9.9 | 5.5 | |
| 4 days ago | 3 days ago | |
| PHP | Vue | |
| MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
livewire
-
Laravel makes semantic versioning look bad
The reason I'm writing this is because Livewire can announce a release compatible with an unreleased major version.
-
Is FilamentPHP v3 production ready?
No its not, Livewire 3 is still getting a fair few bug reports, there was a pretty significant one last week too. Best to keep an eye here: https://github.com/livewire/livewire/discussions
-
Livewire Tips & Tricks - Laravel
That event.stopImmediatePropagation() will stop the Livewire method from being called, if the confirmation result is false. You may find a few other possible solutions in https://github.com/livewire/livewire/issues/366
-
10 Laravel packages that might save your day
10. livewire/livewire
-
Livewire multiple paginators question
There were some big pagination changes in 2.6, I would install a version before that and see if you get your desired results back, if so, you just need to figure out what the change was in 2.6 that broke it and update.
- How Laravel Livewire works (a deep dive)
-
Can't load livewire on live website but in localhost is working
https://github.com/livewire/livewire/issues/242#issuecomment-616501502
-
The phrase “welcome back” on a page causes Safari to autofill a password
Livewire's creator here. This problem is so bonkers and such a pain to deal with.
For your amusement. Here's the code that was SUPPOSED to fix the bug: https://github.com/livewire/livewire/blob/0b3feda46a9dd6ad19...
https://github.com/livewire/livewire/blob/0b3feda46a9dd6ad19...
And here's the podcast I recorded a while back on what a pain it is: https://laravel-livewire.com/podcasts/ep65-safari-sucks-here...
breeze
-
19+ Laravel Best Practices for Developers in 2024
Laravel has several tools to address PHP’s application development and deployment inefficiencies. These include deployment tools like Laravel Forge and Laravel Vapor, starter kit tools like Laravel Breeze, and many others.
-
Making the case for Laravel as a Next.js alternative
Going deeper than just blade files, Laravel is a full MVC framework and so includes things like Models and Controllers out of the box that can be used to organize your server-rendered code. Authentication is also baked in by default, and with first-party packages like Breeze, Sanctum, or Socialite, you can include user registration, login, API-based authentication, social sign-ups, and role-based permissions with near zero configuration.
-
Laravel Passwordless Authentication
Install Laravel Breeze to scaffold quick UI
-
Why don't you start writing tests?
Need more examples? Check this directory from the official Laravel repository for tests related to various modules.
-
"@vite(['resources/css/app.css', 'resources/js/app.js'])"?
laravel/breeze only has the branch '1.x', Vite support was added on 1.10.0 and its composer.json does not restrict the Framework version. So they added Vite support on a minor version, instead of bumping it to 2.x.
-
`npm run dev` not copying css or js files to public. Bug?
This legacy package is a very simple authentication scaffolding built on the Bootstrap CSS framework. While it continues to work with the latest version of Laravel, you should consider using Laravel Breeze for new projects. Or, for something more robust, consider Laravel Jetstream.
-
Is auth WAY too hard in .NET?
a react login component: https://github.com/laravel/breeze/blob/1.x/stubs/inertia-react/resources/js/Pages/Auth/Login.jsx
-
New Breeze options in Starter Kits
You don't have to wish, you can add svelte right here https://github.com/laravel/breeze
-
Is this a good reason to make a (private) package?
You should use Laravel Fortify, or Laravel Breeze for a frontend quickstart.
-
Introducing Laravel VILTify: a Vue CLI & Vuetify powered alternative to Breeze for the VILT stack
This package is actually heavily based on Laravel Breeze. A lot of code was simply ripped off that. But there's some advantages here:
What are some alternatives?
LaravelS - LaravelS is an out-of-the-box adapter between Laravel/Lumen and Swoole.
sanctum - Laravel Sanctum provides a featherweight authentication system for SPAs and simple APIs.
aimeos-headless - Aimeos cloud-native, API-first ecommerce headless distribution based on Laravel for ultra fast online shops, scalable marketplaces, complex B2B applications and #gigacommerce
jetstream - Tailwind scaffolding for the Laravel framework.
hotwire - Hotwire allows you to study network traffic of a few popular protocols in a simple way
inertia-laravel - The Laravel adapter for Inertia.js.