Expense Management System in php free download
Laravel 5.5 based system for managing expenses and income
It is a demo project for demonstrating what can be generated with QuickAdminPanel tool.
Features:
- CRUDs for income/expenses and their categories
- Monthly reports by income/expenses and their categories
- Multi-tenancy: Ability to register new user who sees only their categories/entries (admin sees all).
- Formatting currency: ability to add/edit currencies with their formats (comma/dot separation etc.)
Demo Credential:
- Email: admin@admin.com
- Pass: password
How to use using composer
- Clone the repository with git clone
- Copy .env.example file to .env and edit database credentials there
- Run composer install
- Run php artisan key:generate
- Run php artisan migrate –seed (it has some seeded data for your testing)
- That’s it: launch the main URL and login with default credentials admin@admin.com – password
Installation Step :
- extract zip file in htdocs or www folder.
- create new database phpmyadmin and import sql file.
- edit .env file database credential.
APP_NAME=LaravelAPP_ENV=localAPP_KEY=base64:6A9AqYX946XidDjn4FJHhH72ysN76gXz3DkZigHdoG4=APP_DEBUG=trueAPP_URL=http://localhostLOG_CHANNEL=stackDB_CONNECTION=mysqlDB_HOST=127.0.0.1DB_PORT=3306DB_DATABASE=database_nameDB_USERNAME=database_userDB_PASSWORD=database_passwordBROADCAST_DRIVER=logCACHE_DRIVER=fileQUEUE_CONNECTION=syncSESSION_DRIVER=fileSESSION_LIFETIME=120REDIS_HOST=127.0.0.1REDIS_PASSWORD=nullREDIS_PORT=6379MAIL_DRIVER=smtpMAIL_HOST=smtp.hostinger.inMAIL_PORT=587MAIL_USERNAME=support@projectworlds.in MAIL_PASSWORD=Gwd6uUwxUlAGMAIL_ENCRYPTION=tlsAWS_ACCESS_KEY_ID=AWS_SECRET_ACCESS_KEY=PUSHER_APP_ID=PUSHER_APP_KEY=PUSHER_APP_SECRET=PUSHER_APP_CLUSTER=mt1MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"License
Basically, feel free to use and re-use any way you want.
