Platform for managing custom inventories
Fork your own copy of the Inventory repository to your account
Get a copy of your recently cloned version of console in your machine.
$ git clone [email protected]:[your-git-user-here]/Inventory.git
$ git remote add upstream [email protected]:harold20/Inventory.git
$ git fetch upstream
$ git merge upstream/master
$ composer install
Provide the MySQL user credentials created in the previous step.
$ bin/console doctrine:migrations:migrate
$ bin/console doctrine:migrations:diff
$ bin/console fos:user:create admin --super-admin