laravel-fileapi icon indicating copy to clipboard operation
laravel-fileapi copied to clipboard

Can't generate config/fileapi.php

Open datomnurdin opened this issue 6 years ago • 1 comments
trafficstars

It seems cant generate this file (config/fileapi.php) after triggered this command, php artisan vendor:publish --tag=fileapi_config.

datomnurdin avatar May 28 '19 04:05 datomnurdin

Before running the command, edit config/app.php and set service provider by adding this line: Unisharp\FileApi\FileApiServiceProvider::class,

shubham-y avatar Sep 14 '20 12:09 shubham-y