Skip to content

idecardo/laravel-ui-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel UI Installer

Global Laravel UI Installer for scaffolding frontend presets.

Installation

composer global require idecardo/laravel-ui-installer

Usage

  1. Install Laravel >=6.0 and cd into it.
  2. Run laravel-ui-installer install tailwind --auth to install preset.
  3. Run npm install && npm run dev to compile your fresh scaffolding.

Make sure to place Composer's system-wide vendor bin directory in your $PATH so the laravel-ui-installer executable can be located by your system. This directory exists in different locations based on your operating system; please visit Laravel website.

Screenshots

Login Register Reset Password Verify Dashboard

License

The package is open-sourced software licensed under the MIT license.