https://github.com/meldsza/ims
Invoice Management System for Indian Businesses
https://github.com/meldsza/ims
ewaybill invoice laravel mit-license
Last synced: 3 months ago
JSON representation
Invoice Management System for Indian Businesses
- Host: GitHub
- URL: https://github.com/meldsza/ims
- Owner: meldsza
- License: mit
- Created: 2020-02-04T13:21:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T06:26:46.000Z (over 3 years ago)
- Last Synced: 2025-10-27T09:39:42.596Z (9 months ago)
- Topics: ewaybill, invoice, laravel, mit-license
- Language: PHP
- Size: 2.51 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## WORK IN PROGRESS
## About IMS
IMS is a web invoice management system built using Laravel
- Create custom invoices easily
- Integrate with EWay bill
## Setup
#### Prerequisites
1. Git
2. PHP >7.3
3. MySQL/Postgres/SQLite/MSSQL
4. WebServer(Apache/Ngnix)
#### Downloading
Clone the Repository using git
#### Installation
1. Run `composer install` to install
2. Run `php artisan key:generate` to generate application key
3. Edit the .env file according to your environment configuration
4. Run `php artisan migrate --seed`
5. Run `php artisan storage:link`
6. Run `php artisan optimize`
#### Updating
1. Run `git pull`
2. Run `php artisan migrate`
3. Run `php artisan cache:clear`
4. Run `php artisan optimize`
## License
The IMS is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).