PHPackages                             emizoripx/prepago-bags - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. emizoripx/prepago-bags

ActiveLibrary

emizoripx/prepago-bags
======================

shop prepago-bags in emizor5

v1.4.1(2y ago)0827MITPHP

Since Feb 28Pushed 2y agoCompare

[ Source](https://github.com/emizoripx/prepago-bags)[ Packagist](https://packagist.org/packages/emizoripx/prepago-bags)[ RSS](/packages/emizoripx-prepago-bags/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (1)Versions (70)Used By (0)

PREPAGO BAGS PACKAGE v1.2.42
============================

[](#prepago-bags-package-v1242)

Library to manage prepago-bags in emizor5
-----------------------------------------

[](#library-to-manage-prepago-bags-in-emizor5)

Api routes
----------

[](#api-routes)

- Add prepago-bags routes in `routes/api.php`

    ```

        use EmizorIpx\PrepagoBags\routes\PrepagoBags;
        ...

        PrepagoBags::routes();
    ```

Append Bags in FelData
----------------------

[](#append-bags-in-feldata)

- Added method to insert bags in fel\_data `App\Http\Controllers\BaseController`

```
