stevebauman/purify

Publishing the configuration file doesn't work?

FilipQL opened this issue · 1 comments

Hi,

After running php artisan vendor:publish --provider="Stevebauman\Purify\PurifyServiceProvider" I get:

Publishing complete.

2018-01-12 00 29 44

... but there is no config/purify.php file.

System details

  • Operating System: Ubuntu 16.04 (Laravel Homestead)
  • PHP Version: PHP 7.1 (Laravel Homestead)
  • Laravel Version: 5.4.36
  • stevebauman/purify Version 2.0.0

Hi @FilipQL, this is related to your other issue (so I'll close this one), it seems that your application isn't auto-loading the purify classes.