composer install
php artisan key:generate
.env
php artisan migrate --path=database/migrations/*/*
npm install
Updating migrations
php artisan migrate:fresh
bila terkena error saat creating table men, maka lanjut dulu
php artisan migrate --path=database/migrations/*
php artisan migrate --path=database/migrations/*/*
hapus table men size yang sudah kecreate, kemudian jalanin ulang php artisan migrate
php artisan db:seed
php artisan module
for help
php artisan module:make [Feature Name]
php artisan make:datatables ../../Modules/[Feature Name]/Entities/[Feature Name]Datatables
for making datatables dont forget change namespace
this repository build with Services, Repositories, Helpers design pattern, you can take care of this architecture by following category module. build in menu management system, log, login, user role permission or ACL, or etc by hexter/ladmin. you must not concern into this problem and skipped this right?.
happy coding
module_[feature name]
for new modulesbugfix_[bugfix name]_[issue number]
for bugfixing issuehotfix_[hotfix name]_[issue number]
for hotfix issuechange_[change name]_[issue number]
for changing namev0.0.0-alpha
for first releasev0.0.0-beta
for update after first releasev0.0.[number PR module]
for module releasev0.[number sequence].0
for bugfix, hotfix, change releasev[number sequence].0.0
for BIG CHANGE Release always create PR after new module or any changes
format PR Name : [Programmer Name] - Changes name
use fixed if fixing issue or any changes