Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

fukigenmedia/laravel-stisla-fortify

Repository files navigation

filament-shield-art

Laravel + Stisla + FortifyUI

contributions welcome

We were inspired by one of the @nyancodeid repositories, Laravel 8 + Stisla + Jetstream + Livewire.

Laravel Jetstream is excellent, equipped with livewire or inertiaJS. But not all developers know how to use it, that's why we wanted to revive the old way.

What Inside?

How To Use This?

Download or clone this repo

$ git clone https://github.com/fukigenmedia/laravel-stisla.git

Install all dependency required by laravel.

$ composer install

Generate app key, configure .env file and do migration.

# create copy of .env
$ cp .env.example .env

# create laravel key
$ php artisan key:generate

# run migration
$ php artisan migrate

Screenshot

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.