Skip to content

vassilidev/Stubbify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Create easily file from template with data in a second !

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages