Skip to content

A Laravel Livewire starter kit that doesn't include Flux or Volt. Comes with toast notifications, rate limiter and OTP e-mail verification.

License

Notifications You must be signed in to change notification settings

yehuuu6/hyperwire

Repository files navigation

Hyper Wire Starter Kit

Latest Version on Packagist Project Status: Active – The project has reached a stable, usable state and is being actively developed. GitHub last commit

A clean Laravel Livewire starter kit without Flux or Volt and code mess!

Alt text

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. Email OTP 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.

About

A Laravel Livewire starter kit that doesn't include Flux or Volt. Comes with toast notifications, rate limiter and OTP e-mail verification.

Topics

Resources

License

Stars

Watchers

Forks