This repository was archived by the owner on Aug 31, 2024. It is now read-only.

lightszentip/laravel-bootstrap-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A laravel bootstrap template with jetstream

SL ScanPHP-QualityPHP-LOC and PHPMD

ReleaseLaravelPHP
1.2.x10.*>=8.1
1.1.x9.*>=8.0
cp .env.example .env
composer install
php artisan key:generate 
npm install

For 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

see Role And Permission Documentation

see Version Handling

https://.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 plugin
php artisan changelog:release

 type:
 > minor

 releasename:
 > Init Release

type: rc, , minor, major, timestamp