hasen's tech life

Twitter: @hasen

Laravel v4.2のartisanコマンドでタイプミスしたので.

# error
$ php artisan db::seed
> [InvalidArgumentException]
> There are no commands defined in the "db:" namespace.
> Did you mean this?
>    db

# type miss ('db::'ではなく'db:')
# php artisan db:seed