Skip to content

lightszentip/laravel-bootstrap-app

Repository files navigation

laravel-boostrap

A laravel bootstrap template with jetstream

SL Scan PHP-Quality PHP-LOC and PHPMD

Versions

Release Laravel PHP
1.2.x 10.* >=8.1
1.1.x 9.* >=8.0

First Setup

cp .env.example .env
composer install
php artisan key:generate 
npm install

Setup Database

For SQL Lite edit the .env:

DB_CONNECTION=sqlite
DB_DATABASE=database/database.sqlite
SESSION_DRIVER=file

Start

npm run dev
php artisan migrate
php artisan serve

Functions

Role and Permission Handling

see Role And Permission Documentation

Changelog and Version Handling

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 plugin

Release

php artisan changelog:release

 type:
 > minor

 releasename:
 > Init Release

type: rc, patch, minor, major, timestamp