A vault where all Laravel reusable components reside.
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
WIP.
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"
$laraVault = new Voidoflimbo\LaraVault();
echo $laraVault->echoPhrase('Hello, Voidoflimbo!');
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.