config/voyager.php
.
In this file you can find various options to change the configuration of your Voyager installation.php artisan config:clear
after you changed something.controller
namespace of Voyager. If you ever wish to override any of the core functionality of Voyager you can do so by duplicating the Voyager controllers and specifying the location of your custom controllers.AppServiceProvider
class in the register
method.
$this->app->bind(VoyagerBreadController::class, MyBreadController::class);
/vendor/tcg/voyager/assets
directory may need to be overwritten, so if you wish to customize any styles you will want to duplicate that directory and specify the new location of your asset_path.public
local storage. You can additionally use any driver inside of your config/filesystems.php
. This means you can use S3, Google Cloud Storage, or any other file storage system you would like.autoload_migrations
allows you to exclude Voyagers migration-files from loading when running php artisan migrate
.tcg/voyager/src/Widgets
.allowed_mimetypes
: