devfactory/macros

Laravel package

Installs: 310

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/devfactory/macros

3.0.0 2022-07-05 11:14 UTC

This package is auto-updated.

Last update: 2025-10-05 18:44:02 UTC


README

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"