Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 846 Bytes

File metadata and controls

46 lines (30 loc) · 846 Bytes

Documentation > Installation

Installation

This package was designed to work with new Laravel projects.

Install Laravel

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

laravel new my-project

Configure Environment Variables

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

APP_*
DB_*
MAIL_*

Require Package

Require this package via Composer:

composer require bastinald/ux

Make Auth Scaffolding

Make the package UI & Auth scaffolding:

php artisan make:auth

Now you can visit your app URL and login using user@example.com:password.