DirectoryTree / LdapRecord-Discussions

A place to ask questions, get help, or share what you've built with LdapRecord.
4 stars 1 forks source link

Unable to publish configuration files or models #15

Open asaadhoussam opened 4 years ago

asaadhoussam commented 4 years ago

Hello I use laravel5.8 on windows10, php7.4 and make (extension=ldap) enabled added end installed LdapRecord utility , It is in the folder /vendor /diretorytree (ldaprecord)

issues within purplish i use: php artisan vendor:publish --provider="LdapRecord\Laravel\LdapServiceProvider" and get: Publishing complete. but ldap.php file not exist under config directory (Not generated) When the order (php artisan make:ldap-model User) is executed I get the message:

Command "make:ldap-model" is not defined.

Did you mean one of these? make:auth make:channel make:command make:controller make:event make: ....... Is there a solution, how? thanks....