Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hanson/img

🖼Image hosting powered by laravel
https://github.com/hanson/img

image imagehost laravel php

Last synced: 24 days ago
JSON representation

🖼Image hosting powered by laravel

Awesome Lists containing this project

README

        


Build Status
Total Downloads
Latest Stable Version
License

## Img 图床

Img 是基于 https://sm.ms 的图床

通过 http://weibo.com/minipublish 上传图片,然后获取 URL

## Install

1. composer

`composer create-project --prefer-dist hanson/img:dev-master project`

2. git
```
git clone https://github.com/HanSon/img.git
cd img
composer install
```

运行 `php artisan serve` 访问 http://localhost:8000 即可

## Relevant Package

[laravel-base-project](https://github.com/HanSon/base-laravel-project) 基于最新版的 laravel 项目,自带一些常用的开发包