Laravel Balance Accounting System
- Clone this repository:
git clone https://github.com/imsouza/account-balance.git
- Run the following commands below:
composer update
cp .env.example .env
php artisan key:generate
- Execute in localhost.
php artisan serve
- Migrate tables:
php artisan migrate
- Populate Database
php artisan db:seed
Mateus Almeida
Feel free to make pull requests for code improvements.
This project is licensed under the MIT License.