fernandes-wiraharjo / sneakers.id_web_dev

collaboration for sneakers.id web development
0 stars 1 forks source link

installation

  1. composer install
  2. php artisan key:generate
  3. SETUP your .env
  4. php artisan migrate --path=database/migrations/*/*
  5. 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

Using Library

TechStack Laravel

create new Feature

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

naming branch

Pull Request

always create PR after new module or any changes
format PR Name : [Programmer Name] - Changes name
use  fixed if fixing issue or any changes