/butisk

Grocery as a service

Primary LanguagePHP

System Requirements

  • PHP > 7.3
  • Composer
  • Node JS > 10

Setup

  1. Install Dependencies
composer install && npm install
  1. Configure Application
composer configure

Then add your environment keys in .env file.

  1. Bootstrap Application
php artisan migrate:fresh --seed
  1. Start Application
php artisan serve
  1. PHP Linting
composer lint

Now start development