A laravel bootstrap template with jetstream
| Release | Laravel | PHP |
|---|---|---|
| 1.2.x | 10.* | >=8.1 |
| 1.1.x | 9.* | >=8.0 |
cp .env.example .env composer install php artisan key:generate npm installFor SQL Lite edit the .env:
DB_CONNECTION=sqlite DB_DATABASE=database/database.sqlite SESSION_DRIVER=file npm run dev php artisan migrate php artisan serve- Role And Permission - see https://github.com/spatie/laravel-permission
see Role And Permission Documentation
see Version Handling
https://github.com/lightszentip/laravel-release-changelog-generator
php artisan changelog:add => Add a new item for changelog php artisan changelog:release => Release a new version with use the current version from version pluginphp artisan changelog:release type: > minor releasename: > Init Release type: rc, patch, minor, major, timestamp