Skip to content

DevFactoryCH/macros

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DevFactory - Macros

Installation in Laravel

You can pull in the package via composer (Laravel 6+):

composer require devfactory/macros

You can pull in the package via composer (Laravel 5):

composer require devfactory/macros:^1.0

Then register the service provider and Facade by opening app/config/app.php

Devfactory\Macros\MacrosServiceProvider::class,

You must publish the config file:

php artisan vendor:publish --provider="Devfactory\Macros\MacrosServiceProvider"