laravel-fileapi
laravel-fileapi copied to clipboard
Can't generate config/fileapi.php
trafficstars
It seems cant generate this file (config/fileapi.php) after triggered this command, php artisan vendor:publish --tag=fileapi_config.
Before running the command, edit config/app.php and set service provider by adding this line:
Unisharp\FileApi\FileApiServiceProvider::class,