Skip to content

muhammadlailil/laravel-starterkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

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