Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 738 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 738 Bytes

STARTERKIT - Laravel Personal Starterkit

Instalation

  • Instal starterkit package
    composer require laililmahfud/starterkit
  • Setting database connection on .env
  • Adds starterkit provider on config/app.php
    \laililmahfud\starterkit\LaililMahfudStarterkitServiceProvider::class
  • Install Startertkit
    php artisan starterkit:install
  • Open browser and go to project root url
  • Login access
    username : admin@starterkit.com
    password : 12345678

Note

  • All of table primary key must use uuid and name is id

API Starterkit

  • run command
    php artisan starterkit:api --path=api-url --controller=ApiNameController