laravel-paper-yaml-driver maintained by thecodechef
Description
A YAML Driver for Laravel Paper
Author
Last update
2026/08/21 11:57
(dev-main)
License
Downloads
8
Tags
A YAML Driver for Laravel Paper
Installation
You can install the package via Composer:
composer require thecodechef/laravel-paper-yaml-driver
You may publish all of the package's resources at once:
php artisan vendor:publish --tag="laravel-paper-yaml-driver"
Or, you may publish each resource individually:
Publishing the Configuration File
php artisan vendor:publish --tag="laravel-paper-yaml-driver-config"
Publishing and Running the Migrations
php artisan vendor:publish --tag="laravel-paper-yaml-driver-migrations"
php artisan migrate
Publishing the Views
php artisan vendor:publish --tag="laravel-paper-yaml-driver-views"
Publishing the Translations
php artisan vendor:publish --tag="laravel-paper-yaml-driver-lang"
Publishing the Public Assets
php artisan vendor:publish --tag="laravel-paper-yaml-driver-assets"
Usage
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Thank you for considering contributing to Laravel Paper Yaml Driver! Please review our contributing guide to get started.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
Laravel Paper Yaml Driver is open-sourced software licensed under the MIT license.