Skip to content
/ zephyr Public

Minimal Laravel authentication and profile management scaffolding with Blade, Tailwind, Alpine and Livewire.

License

Notifications You must be signed in to change notification settings

fabpl/zephyr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zephyr

Introduction

Zephyr provides a minimal and simple starting point for building a Laravel application with authentication and user profile management.

Zephyr is powered by Blade, Tailwind, and Alpine.

Installation

First, you should create a new Laravel application, configure your database, and run your database migrations:

curl -s https://laravel.build/example-app | bash

cd example-app

php artisan migrate

Once you have created a new Laravel application, you may install Zephyr using Composer:

composer require fabpl/zephyr --dev

After Composer has installed the Zephyr package, you may run the zephyr:install Artisan command. This command publishes the authentication views, routes, controllers, and other resources to your application. After Zephyr is installed, you should also compile your assets so that your application's CSS file is available:

php artisan zephyr:install
php artisan migrate

Next, you may navigate to your application's /login or /register URLs in your web browser.

License

Zephyr is open-sourced software licensed under the MIT license.

About

Minimal Laravel authentication and profile management scaffolding with Blade, Tailwind, Alpine and Livewire.

Topics

Resources

License

Stars

Watchers

Forks

Languages