Skip to content

rossedlin/edlin-laravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Edlin Laravel

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,