Jake Mitchell
Jake Mitchell
My suggestion is to make it so the user never has to issue `php artisan vendor:publish` and the defaults will be built into each function if necessary. I'll create a...
All you would have to do is remove all of the laravel helper functions (like array_forget() and array_get()) -- or better yet, include those functions in your own helpers.php file...
^^ As a matter of fact, someone using Laravel can even use the package without the Service Provider (once the config is gone)
This is an important devops need for our team. We use amplify, which would be cool if it worked with