elic-dev/laravel-site-protection

Views are not being published

Closed this issue · 1 comments

I used the command
php artisan vendor:publish --provider="ElicDev\SiteProtection\SiteProtectionServiceProvider" --tag=views
and got
Nothing to publish for tag [views].

Also, the readme says:
You can make the changes in resources/vendor/views/site-protection/site-protection-form.blade.php.
I think the path should be resources/views/vendor/...

L1lle commented

@wexford0709 thanks. This functionality has just been merged into the master branch a couple of minutes ago. What you see is the updated readme file from the master branch but it hasn't been released for composer.

It's now pushed to composer as version 1.0.1, so if you do a composer update elic-dev/laravel-site-protection and rerun your command it should be fine.