最好的 Laravel 脚手架 Crud Generator?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/47252703/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Best Laravel Scaffolding Crud Generator?
提问by Rohullah Rajaee Rad
Adding crud forms manually is very painful for me. Is laravel a good way to do this?
手动添加 crud 表单对我来说非常痛苦。Laravel 是一个很好的方法来做到这一点吗?
采纳答案by Ardit
Voyager is a really powerful Admin backend panel and working with BREAD on Entities is very easy. Give it a try. Could be working better than a standalone generateor.
Voyager 是一个非常强大的后台管理面板,在实体上使用 BREAD 非常容易。试一试。可能比独立的生成器工作得更好。
回答by Kenny Horna
That kind of question should be done in Google.
那种问题应该在谷歌做。
But for the sake of being helpful, here it is:
但为了有帮助,这里是:
First of all, the use package A instead of a package B depends of the user. For me the best one is Voyager.
首先,使用包A而不是包B取决于用户。对我来说最好的是航海者号。
Said that, here you have a nice list of CRUD Generators.
回答by Junior
You may want to give Laravel-Code-Generatora shot. It is very advance and very flexable. The great thing here is that you can create resource exiting database or for a brand new database. It also allow you to create a complete API and API-documentation with customization stubs.
您可能想尝试一下 Laravel-Code-Generator。它非常先进且非常灵活。这里的好处是您可以创建现有数据库或全新数据库的资源。它还允许您使用自定义存根创建完整的 API 和 API 文档。

