Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.03 KB

File metadata and controls

38 lines (26 loc) · 1.03 KB

Create and manage permission and roles for your user !

Latest Version on Packagist Total Downloads

Installation

You can install the package via composer:

composer require vassilidev/stubbify

Usage

\Vassilidev\Stubbify\Stubbify::make(
            inputFilePath: public_path('input.php.stub'),
            outputFilePath: public_path('output.php'),
            data: [
                '{{ pseudo }}' => 'Vassili',
            ],
            override: false,
        );

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.