rossedlin/edlin-laravel

0.4.4 2023-11-28 10:36 UTC

This package is auto-updated.

Last update: 2024-04-28 11:30:35 UTC


README

Installation

Require this package with composer using the following command:

composer require rossedlin/edlin-php

Add the following class to the providers array in config/app.php:

Edlin\Laravel\EdlinServiceProvider::class,