laravel - Zizaco entrust does not create the entrust.php -
why file entrust.php not created when run this:
php artisan vendor:publish
i'm following this config , composer.json
"zizaco/entrust": "5.2.x-dev"
"you can publish configuration package further customize table names , model namespaces. use php artisan vendor:publish , entrust.php file created in app/config directory." file entrust.php not created. can do? odd.
in link provided and, if not appear, manually copy /vendor/zizaco/entrust/src/config/config.php file in config directory , rename entrust.php.
Comments
Post a Comment