文件名称:laravel-media-manager:Laravel 4.2 刀片模板媒体管理器——正在开发测试中
文件大小:44KB
文件格式:ZIP
更新时间:2024-06-20 17:17:35
JavaScript
媒体经理 Laravel 4.2 刀片模板媒体管理器 安装 将包添加到您的 composer.json 文件中: "repositories": [ { "type": "vcs", "url": "https://github.com/chongkan/laravel-media-manager" } ], "require": { "chongkan/media-manager" : 'dev-master' } 安装软件包: local-machine$ composer install 将包资产发布到您的公共文件夹,以便它们可用于视图: $ php artisan asset:publish chongkan/media-manager 运行迁移: $ php artisan migrate --packag
【文件预览】:
laravel-media-manager-master
----.gitignore(46B)
----src()
--------views()
--------migrations()
--------Chongkan()
----.travis.yml(197B)
----LICENSE(11KB)
----public()
--------.gitkeep(0B)
--------js()
--------css()
----composer.json(492B)
----README.md(2KB)
----phpunit.xml(570B)
----tests()
--------.gitkeep(0B)