LaravelPackages.net
Acme Inc.
Toggle sidebar
bi3-dev/laravault

A vault where all Laravel reusable components reside.

311
0
0.0.12
About bi3-dev/laravault

bi3-dev/laravault is a Laravel package for a vault where all laravel reusable components reside.. It currently has 0 GitHub stars and 311 downloads on Packagist (latest version 0.0.12). Install it with composer require bi3-dev/laravault. Discover more Laravel packages by bi3-dev or browse all Laravel packages to compare alternatives.

Last updated

A vault where all Laravel reusable components reside.

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

WIP.

Installation

You can install the package via composer:

composer require bipin/laravault

You can publish and run the migrations with:

php artisan vendor:publish --tag="laravault-migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --tag="laravault-config"

This is the contents of the published config file:

return [
];

Optionally, you can publish the views using

php artisan vendor:publish --tag="laravault-views"

Usage

$laraVault = new Voidoflimbo\LaraVault();
echo $laraVault->echoPhrase('Hello, Voidoflimbo!');

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

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

Comments