Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

maytham's avatar

Generate form

I was going this lesson through https://laracasts.com/lessons/auth-essentials

Look at 4:30 Jerffey uses

php artisan generate:form

I tried to use it but I get this message

[InvalidArgumentException]
Command "generate:form" is not defined.

And if you look at this link, you won't find the form command https://github.com/JeffreyWay/Laravel-4-Generators#views

Question: what happen to form command since and what is alternative?

0 likes
3 replies
maytham's avatar

Thx, but any idea why its killed in newer version, it is some how helpful tools.

JoshWilley's avatar

I'm not exactly sure, but I know that Jeffrey removed some of the functionality that the community felt wasn't needed or that he felt wasn't being used.

@JeffreyWay - Could you drop some knowledge on us?

Please or to participate in this conversation.