8 Star 15 Fork 3

vicleos / LAM

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

LaravelAutoMake 简称 LAM

一款 Laravel 代码生成脚手架

什么是 LAM ?

LaravelAutoMake (Laravel 脚手架,自动生成器) 通过规则文本与模版逐步生成我们需要的控制器、模型、仓库、函数、属性、数据库表等需求,而我们可以避免更多重复劳动。

我们的目标?

  • 消除码农一切不必要的重复性劳动 XD

使用方法:(1.0入口类名会变更,暂时如下)

$rst = (new AutoMakeFileParser())->parse(Storage::get('exampleRaw.txt'))->makeFiles();

推荐的结构分层

-. Controller -. Service -. Repository -. Models

分支说明

  • master: 最新代码会在master,所以master是最新的,但是不保证稳定。且有一些公司自用的东西,所以提交记录可以参考,但不能直接使用master分支。
  • release:是相对稳定的最新代码分支,也是LAM对外打包的分支
  • 其它分支:根据开发需要,大的版本会以版本号为分支名,打一些临时分支。

最新Release (目前正在着手重构代码,未来发布1.0基础版本)

其它LINKS

About

@version     v0.0.1
@author      TaoismCoder
@license     MIT

Contact

@问题反馈   https://github.com/taoismCoder/LAM/issues (推荐)
@QQ群      283932057

Contributors List 贡献者

Contributors Details

新版待定 idea

  • YAML ?
  • Vue2 ?
  • Python 客户端界面 ?
  • composer laravel 模块 ?

暂定计划

  • Web在线生成相关代码
  • 基于 vue-electron GUI
MIT License Copyright (c) 2017 TaoismCoder Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

LaravelAutoMake 通过规则文本与模版逐步生成我们需要的控制器、模型、仓库、函数、属性、数据库表等需求,而我们可以避免更多重复劳动。 展开 收起
PHP
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
PHP
1
https://gitee.com/itisno/LAM.git
git@gitee.com:itisno/LAM.git
itisno
LAM
LAM
master

搜索帮助