|
1 | 1 | {
|
2 |
| - "name": "laravel/laravel", |
3 |
| - "description": "The Laravel Framework.", |
4 |
| - "keywords": ["framework", "laravel"], |
| 2 | + "name": "unisharp/laravel-filemanager-example-5.3", |
| 3 | + "description": "A file upload/editor intended for use with Laravel 5 and CKEditor / TinyMCE", |
| 4 | + "keywords": [ |
| 5 | + "filemanager", |
| 6 | + "laravel", |
| 7 | + "ckeditor", |
| 8 | + "tinymce", |
| 9 | + "upload", |
| 10 | + "file", |
| 11 | + "manager", |
| 12 | + "image" |
| 13 | + ], |
| 14 | + "authors": [ |
| 15 | + { |
| 16 | + "name": "Trevor Sawler", |
| 17 | + "email": "trevor.sawler@gmail.com" |
| 18 | + }, |
| 19 | + { |
| 20 | + "name": "UniSharp Ltd.", |
| 21 | + "email": "unisharp-service@unisharp.com" |
| 22 | + } |
| 23 | + ], |
5 | 24 | "license": "MIT",
|
6 |
| - "type": "project", |
7 | 25 | "require": {
|
8 | 26 | "php": ">=5.6.4",
|
9 | 27 | "laravel/framework": "5.3.*",
|
|
17 | 35 | "symfony/css-selector": "3.1.*",
|
18 | 36 | "symfony/dom-crawler": "3.1.*"
|
19 | 37 | },
|
| 38 | + "suggest": { |
| 39 | + "ext-gd": "to use GD library based image processing.", |
| 40 | + "ext-imagick": "to use Imagick based image processing." |
| 41 | + }, |
20 | 42 | "autoload": {
|
21 | 43 | "classmap": [
|
22 | 44 | "database"
|
|
31 | 53 | ]
|
32 | 54 | },
|
33 | 55 | "scripts": {
|
34 |
| - "post-root-package-install": [ |
35 |
| - "php -r \"file_exists('.env') || copy('.env.example', '.env');\"" |
36 |
| - ], |
37 |
| - "post-create-project-cmd": [ |
38 |
| - "php artisan key:generate" |
39 |
| - ], |
40 | 56 | "post-install-cmd": [
|
41 |
| - "Illuminate\\Foundation\\ComposerScripts::postInstall", |
42 |
| - "php artisan optimize" |
| 57 | + "make init" |
43 | 58 | ],
|
44 | 59 | "post-update-cmd": [
|
45 | 60 | "Illuminate\\Foundation\\ComposerScripts::postUpdate",
|
|
0 commit comments