Skip to content

mikemastercorp/Lara8-Jetstream-Livewire-Spatie

 
 

Repository files navigation

Laravel 8 Roles And Permissions Also Using Livewire and Jetstream

Using Laravel Jetstream, Spatie, and Livewire

The tutorial here (for spatie) The tutorial here (for jetstream and livewire)

To deliver you app on a server, you have to (on you dev environement) :

  • Git clone the tag/branch that you want to deliver
  • Launch the command composer install
  • Rename env.example to env
  • Adjust di env file
  • run php artisan key:generate
  • run `php artisan migrate:fresh --seed
  • and just run php artisan serve

Login : email = [email protected] password = 123456

That's all, you have a beautifull package that can be deliver on a server

About

A Laravel Livewire with Spatie startup kit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 59.0%
  • Blade 40.7%
  • Shell 0.3%