0

I want to create event class in Laravel 4.1 using "PHP artisan" command. I have found for 5.1 version but unable to dump for 4.1 version.

1 Answer 1

1

Laravel 4 doesn't have this feature but it has generators package to extend some artisan commands:

generate:model
generate:view
generate:controller
generate:seed
generate:migration
generate:pivot
generate:resource
generate:scaffold

You can find it in: https://github.com/JeffreyWay/Laravel-4-Generators

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.