Skip to content

fahmij8/laravel-breeze-stisla

Repository files navigation

Laravel Breeze Stisla

Laravel Breeze starter with Stisla Admin Template. Inspired by Laravel 8 Stisla Jetstream repository, but this one is created with Laravel Breeze. This starter project is created using Laravel ^8.6.10, ^Laravel Breeze v1.6.0, Stisla Admin Template ^2.2.0, & Laravel Livewire ^2.8.

Features

  • Login/Register system (From Laravel Breeze)

image

  • Initial dashboard with Stisla Admin Template

image

  • User management with user roles (User & Admin)

image

Installations

  • Clone this repository
  • Rename .env.example to .env
  • Create database named stisla
  • Run this command
# Installing dependencies
$ composer install

# Serve
$ php artisan serve