IMS is a web invoice management system built using Laravel
- Create custom invoices easily
- Integrate with EWay bill
- Git
- PHP >7.3
- MySQL/Postgres/SQLite/MSSQL
- WebServer(Apache/Ngnix)
Clone the Repository using git
- Run
composer install
to install - Run
php artisan key:generate
to generate application key - Edit the .env file according to your environment configuration
- Run
php artisan migrate --seed
- Run
php artisan storage:link
- Run
php artisan optimize
- Run
git pull
- Run
php artisan migrate
- Run
php artisan cache:clear
- Run
php artisan optimize
The IMS is open-sourced software licensed under the MIT license.