Skip to content
forked from bastinald/ux

Laravel UI, Auth, & CRUD scaffolding package using Bootstrap & Livewire.

Notifications You must be signed in to change notification settings

AlexJames-Dev/ux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bastinald/ux

Laravel UI, Auth, & CRUD scaffolding package using Bootstrap & Livewire.

Features

  • Automatic migrations
  • Automatic routing
  • Automatic password hashing
  • Automatic user timezones
  • Bootstrap 5 preconfigured
  • Font Awesome 5 preconfigured
  • Global Livewire loader
  • Dynamic Livewire modals
  • Auth scaffolding command
  • CRUD scaffolding command
  • Handy Blade components
  • Honeypot & reCAPTCHA
  • Exception emailing
  • Easy form data modelling
  • Easy log clearing
  • Publishable command stubs
  • & more!

Requirements

  • Laravel 8
  • NPM

Documentation

Quickstart

Install Laravel via Valet, Docker, Laragon, or whatever you prefer:

laravel new my-project

Configure your .env APP, DB, and MAIL variables:

APP_*
DB_*
MAIL_*

Require this package via Composer:

composer require bastinald/ux

Make the package UI & Auth scaffolding:

php artisan make:auth

Now you can visit your app URL and login using [email protected]:password.

About

Laravel UI, Auth, & CRUD scaffolding package using Bootstrap & Livewire.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 61.5%
  • Blade 35.5%
  • SCSS 1.9%
  • JavaScript 1.1%