Skip to content

💰 Laravel Balance Accounting System created for academic purposes

License

Notifications You must be signed in to change notification settings

imsouza/account-balance

Repository files navigation

Account Balance

Laravel Balance Accounting System

Screenshots

Home

Admin

Install and execute

  1. Clone this repository:
git clone https://github.com/imsouza/account-balance.git
  1. Run the following commands below:
composer update

cp .env.example .env

php artisan key:generate
  1. Execute in localhost.
php artisan serve
  1. Migrate tables:
php artisan migrate
  1. Populate Database
php artisan db:seed

Author

Mateus Almeida

Contributing

Feel free to make pull requests for code improvements.

License

This project is licensed under the MIT License.

About

💰 Laravel Balance Accounting System created for academic purposes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages