smilly92
smilly92

Reputation: 2443

Generating an application key in Laravel 4

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

Answers (1)

NARKOZ
NARKOZ

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

Related Questions