/stock

Primary LanguageBlade

Build Status Total Downloads Latest Stable Version License

To run the app follow instruction below:

  • Create a database locally
  • Download composer https://getcomposer.org/download/
  • Pull Laravel/php project from git provider.
  • Rename .env.example file to .env inside your project root and fill the database information.
  • Open the console and cd your project root directory
  • Run composer install or php composer.phar install
  • Run php artisan key:generate
  • Run php artisan migrate
  • Run php artisan db:seed to run seeders, if any.
  • Run php artisan serve