Sopamo / laravel-filepond

Laravel backend module for filepond uploads
MIT License
203 stars 56 forks source link

Publish the configuration file to edit it #23

Closed stanislav-ernst closed 4 years ago

stanislav-ernst commented 4 years ago

I use this command to publish the configuration file php artisan vendor:publish --provider="Sopamo\LaravelFilepond\LaravelFilepondServiceProvider" and I get "Unable to locate publishable resources." back.

When I execute the following command php artisan vendor:publish then I don't get an entry with "Sopamo\LaravelFilepond\LaravelFilepondServiceProvider".

Laravel Framework 6.15.1 PHP 7.2.1

I'm doing something wrong?

Sopamo commented 4 years ago

Are you sure that the package is installed correctly via composer? Does the file exist in your vendor folder?

stanislav-ernst commented 4 years ago

The package was installed successfully without error output. The files exist in the vendor folder. Tried in two separate Laravel 6 installations.

gautamsolankidev commented 4 years ago

Having Same Issue.

Sopamo commented 4 years ago

For now you can manually copy the configuration file. I'll look into it when I have some spare time.

leandrochl commented 4 years ago

Any updates about this issue?

stanislav-ernst commented 4 years ago

Unfortunately I have no further information...

Any updates about this issue?

leandrochl commented 4 years ago

19 solved this issue. It would be nice to merge.

Sopamo commented 4 years ago

This has been fixed in v0.4.