rogelio1502/ef-orchid-package

EF Orchid Package

1.0.54 2023-04-05 19:56 UTC

This package is auto-updated.

Last update: 2024-04-24 22:58:58 UTC


README

Follow below instructions to setup the package in your laravel project:

  • Install the package

    composer require rogelio1502/ef-orchid-package

  • Run the following commands:

    php artisan vendor:publish --provider="EF\Providers\EfServiceProvider"

Create a component

...