rossedlin/edlin-laravel

0.5.0 2024-11-20 15:41 UTC

This package is auto-updated.

Last update: 2025-03-20 16:22:08 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,