Why the file entrust.php is not created when I run this:
php artisan vendor:publish
I'm following this config and this is my composer.json
"zizaco/entrust": "5.2.x-dev"
"You can also publish the configuration for this package to further customize table names and model namespaces. Just use php artisan vendor:publish and a entrust.php file will be created in your app/config directory." But the file entrust.php is not created. What can I do? This is odd.