Skip to content

badasukerubin/laravel-livewire

Repository files navigation

Laravel and Livewire Boilerplate

Laravel-Livewire Login Preview

Features

  • Laravel 7.x
  • SPA With TurboLinks
  • Login
  • Registration With Email Verification
  • Password Reset
  • Real Time Validation
  • Mailing with Queues

Installation

  1. Clone the repo
git clone https://github.com/000kelvin/laravel-livewire.git
  1. Create a local environment and update the variables
cp .env.example .env
  1. Install all composer dependencies
composer install
  1. Genarate an application key
php artisan key:generate
  1. Run all migrations
php artisan migrate
  1. Install node modules
npm install
  1. Run queues
php artisan queue:work
  1. Serve the application
php artisan serve

TODO

  • Add Password Update
  • Add Form CRUD with Image Upload (with real time validation)
  • Add Social Authentication
  • Add Profile Details and Update
  • Add Profile Deletion
  • Add Docker
  • Add Tests
  • Deploy to live server

Contributing

All contributions are welcome; bug fixes, todos and improvements