yehuuu6 / hyperwire
The Hyper Wire Laravel Livewire Starter Kit
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^8.2
- danharrin/livewire-rate-limiting: ^2.1
- laravel/framework: ^12.0
- laravel/tinker: ^2.10.1
- livewire/livewire: ^3.6
- masmerise/livewire-toaster: ^2.8
Requires (Dev)
- fakerphp/faker: ^1.23
- laravel/pail: ^1.2.2
- laravel/pint: ^1.13
- laravel/sail: ^1.41
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.6
- phpunit/phpunit: ^11.5.3
README
A clean Laravel Livewire starter kit without Flux or Volt and code mess!
Features
- No Flux or Volt: Enjoy a streamlined development experience without the added complexity of Flux or Volt.
- Minimal Boilerplate: Focus on your application's core logic with minimal, easy-to-understand boilerplate code and components.
- Email OTP Verification: Enhanced security with Email OTP (One-Time Password) verification instead of traditional link-based verification.
- Rate Limiter: Limit user actions using the Livewire Rate Limiter package.
- Toast Notifications: Beautiful toast notifications thanks to the Livewire Toaster package.
Installation
You can use the Laravel Installer to install Hyper Wire starter kit.
laravel new my-app --using=yehuuu6/hyperwire
cd my-app
Then, run composer run dev
to run the development server & queues and other tools, then build your project!
Built With
Below is a list of all the technologies this starter kit has been built with:
License
The MIT License (MIT). Please see License File for more information.