Skip to content

Integration of Master India API to download and extend eway bills automatically.

Notifications You must be signed in to change notification settings

ankitmpatel/eway-billing

Repository files navigation

E-Way Billing

Built on LARAVEL 8 Platform.

Server Requirements

  • PHP >= 7.3
  • BCMath PHP Extension
  • Ctype PHP Extension
  • Fileinfo PHP Extension
  • JSON PHP Extension
  • Mbstring PHP Extension
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension

Prerequisite

Setup E-way

  • Remove composer.lock
  • composer install
  • php artisan migrate:fresh --seed
  • php artisan serve
  • php artisan passport:install

RUN

  • php artisan serve
  • php artisan queue:restart
  • php artisan queue:work --queue=download,default
  • nohup php artisan queue:work --queue=download,default --daemon > /dev/null 2>&1 &

Third Party Packages

https://yajrabox.com/docs/laravel-datatables/master/engine-eloquent

Dummy Data:

  • Run : php artisan tinker and execute following commands
  • Transporter::factory()->count(40)->create();
  • Consumer::factory()->count(40)->create();

About

Integration of Master India API to download and extend eway bills automatically.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages