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....
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....