Install
You can install Larakube by requiring the package via Composer, Larakube only needs to be installed as a dev dependency.
composer require larakube/larakube --dev
Publish
Larakube relies on some configurations to be published to your application before you can start using it, run the below command.
php artisan vendor:publish --tag=kube
Last updated