Skip to content

Latest commit

 

History

History
executable file
·
14 lines (13 loc) · 317 Bytes

File metadata and controls

executable file
·
14 lines (13 loc) · 317 Bytes

Infyom startup

  • clone repository
  • create database
    composer install
    cp .env.example .env
    php artisan key:generate
    php artisan migrate
    php artisan vendor:publish 
    php artisan infyom.publish:generator-builder 
    php artisan serve