slim-image-cropper:苗条的图像裁切器

时间:2021-04-26 11:31:11
【文件属性】:
文件名称:slim-image-cropper:苗条的图像裁切器
文件大小:258KB
文件格式:ZIP
更新时间:2021-04-26 11:31:11
PHP 说明 官网: Demo: 字里行间Demo(其上传个人头像,文章中插入的图片,皆是使用slim cropper): 收费请访问官网。 以laravel框架为例,以个人编辑头像为场景,以demo源码为根本,来记录这次的日志行为。 该代码使用的皮肤为官方默认皮肤。如果定制,需要自己手动修改。 安装 git clone https://github.com/mlxiu/slim-image-cropper.git mv slim-image-cropper slim cd slim # 安装插件 composer install # 准备配置(主要修改APP_URL) cp .env.example .env vi .env # 生成key php artisan key:generate 访问即可。 如果是 linux系统,请设置访问权限 chmod -R 777 storage # 创建u
【文件预览】:
slim-image-cropper-master
----.gitignore(146B)
----app()
--------User.php(511B)
--------Providers()
--------Exceptions()
--------Http()
--------Console()
--------Handlers()
----.env.example(565B)
----bootstrap()
--------app.php(2KB)
--------cache()
----package.json(1KB)
----resources()
--------lang()
--------assets()
--------views()
----server.php(563B)
----storage()
--------app()
--------framework()
--------logs()
----public()
--------style()
--------.htaccess(593B)
--------robots.txt(24B)
--------index.php(2KB)
--------assets()
--------favicon.ico(0B)
--------web.config(914B)
----composer.json(1KB)
----composer.lock(155KB)
----README.md(1KB)
----phpunit.xml(1KB)
----tests()
--------TestCase.php(163B)
--------Unit()
--------Feature()
--------CreatesApplication.php(446B)
----config()
--------database.php(4KB)
--------services.php(980B)
--------session.php(7KB)
--------cache.php(3KB)
--------auth.php(3KB)
--------app.php(9KB)
--------mail.php(4KB)
--------broadcasting.php(2KB)
--------filesystems.php(2KB)
--------view.php(1004B)
--------queue.php(3KB)
----artisan(2KB)
----database()
--------.gitignore(9B)
--------factories()
--------migrations()
--------seeds()
----routes()
--------console.php(553B)
--------channels.php(508B)
--------web.php(754B)
--------api.php(528B)
----webpack.mix.js(549B)
----.gitattributes(111B)

网友评论