Closed mitcks closed 7 years ago
Have you tried clearing your config cache using php artisan cache:clear
and then try re-publishing?
Closing due to inactivity.
First run php artisan config:clear
and then php artisan vendor:publish --provider="Adldap\Laravel\AdldapServiceProvider"
Description:
Nothing to publish for tag [adldap].
Steps To Reproduce:
Hello - I am trying to follow the installation steps and everything went fine until the last step: php artisan vendor:publish --tag="adldap"
I get the error "Nothing to publish for tag [adldap]."
I verified that the package and facade were inserted in the app.php file (see example below). What am I missing? Thank you!
<?php
return [
];