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.exampletoenv - Adjust di env file
- run
php artisan key:generate - run `php artisan migrate:fresh --seed
- and just run
php artisan serve
Login :
email = admin@gmail.com
password = 123456
That's all, you have a beautifull package that can be deliver on a server