This Generator package provides various generators like CRUD, API, Controller, Model, Migration, View for your painless development of your applications.
Laravel >= 5.3
PHP >= 5.6.4
composer require appzcoder/crud-generator --dev
Go through to the detailed documentation
This project is licensed under the MIT License - see the License File for details
Website | Documentation | Add-ons | Pricing | Services | Stack Overflow | Reddit | Blog | Newsletter Quickly build an admin interface for your Eloquent models. Then customize every little detail. Amon
基于 Typescript+MidwayJs+Nacos 的微服务开发架构 有点 MidwayJs 的味道,有点 EggJs 的味道,有点自己的味道。未来可能会增加配套的前端后台管理仓库,看有没有时间吧。 ##特性 【体验佳】 智能化的代码提示和编译时的代码检查机制 【易维护】 良好的应用程序分层和解耦能力 【可插拔】 组件化开发,代码复用 ##技术栈 nodejs/eggjs 文档 typesc
MERN CRUD A simple records system using MongoDB, Express.js, React.js, and Node.js with real-time Create, Read, Update, and Delete operations using Socket.io. REST API was implemented on the back-end.
Grocery CRUD是一个PHP Codeigniter框架库,可以创建一个完整的功能CRUD系统,而无需对JavaScripts或CSS进行额外的自定义。 示例代码: $crud = new grocery_CRUD(); // Seriously! This is all the code you need!$crud->set_table('customers');$crud->set_
1.需求定义:外包项目如雨后春笋,开发工期被迫压缩,为了开发人员专注项目业务,下班能陪老婆、孩子。 2.产品定位: 简约后台管理系统 3.项目特点:此项目代码清晰、界面简洁、springboot + layuiadmin 构建的单体后台管理系统。 软件架构 核心框架:Spring Boot 权限框架:SpringSecurity 模板引擎:Thymeleaf 持久层框架:Mybatis-Plus
PHP-CRUD-API Single file PHP script that adds a REST API to a MySQL/MariaDB, PostgreSQL, SQL Server or SQLite database. NB: This is the TreeQL reference implementation in PHP. Related projects: JS-CRU