Reputation: 2443
Has the php artisan key:generate
command been removed in Laravel 4?
Running it returns;
[InvalidArgumentException]
There are no commands defined in the "key" namespace.
How should you generate keys now? Or do you need to create one manually?
Upvotes: 1
Views: 2458
Reputation: 27911
At the time the question was asked, this feature had not yet been implemented for Laravel. It has now.
This is one of the dangers of asking questions about software that's not yet been released. The answers will change.
Upvotes: 5