Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 811 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 811 Bytes

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