Common user managing system on Symfony 4.
- PHP 7.1+
- MySQL 5.x
- Clone this repository.
- Run
composer installto resolve Composer dependencies. - Run
yarn installto resolve NPM dependencies. - Run
yarn buildto build assets. - Run
symfony serveorbin/console server:runto start the server.
(C) 2019 Naoki Ikeguchi <[email protected]>
This program is released under the MIT license. For details, refer LICENSE.md.