8 Star 15 Fork 3

vicleos / LAM

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CONTRIBUTING.md 527 Bytes
一键复制 编辑 原始数据 按行查看 历史
vicleo 提交于 2017-11-13 23:01 . add
  1. 下载本项目
  2. 将所有文件复制到 Helpers/LAM 文件夹中,文件夹请自行创建
  3. 在控制器中或其他地方调用 use App\Helpers\LAM\AutoMakeFileParser;
  4. 实例化并使用 LAM :
...
// Sotrage 获取文件的默认路径为 `storage\app\`
$content = Storage::get('exampleRaw.txt');
$autoMaker = new AutoMakeFileParser();
$autoMaker->parse($content)->makeFiles();
...
// 一句话写法
$rst = (new AutoMakeFileParser())->parse(Storage::get('exampleRaw.txt'))->makeFiles();
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/itisno/LAM.git
git@gitee.com:itisno/LAM.git
itisno
LAM
LAM
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891