|
1 | 1 | {
|
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 |
| - ], |
| 2 | + "name": "laravel/laravel", |
| 3 | + "description": "The Laravel Framework.", |
| 4 | + "keywords": ["framework", "laravel"], |
24 | 5 | "license": "MIT",
|
| 6 | + "type": "project", |
25 | 7 | "require": {
|
26 | 8 | "php": ">=5.6.4",
|
27 | 9 | "laravel/framework": "5.3.*",
|
|
35 | 17 | "symfony/css-selector": "3.1.*",
|
36 | 18 | "symfony/dom-crawler": "3.1.*"
|
37 | 19 | },
|
38 |
| - "suggest": { |
39 |
| - "ext-gd": "to use GD library based image processing.", |
40 |
| - "ext-imagick": "to use Imagick based image processing." |
41 |
| - }, |
42 | 20 | "autoload": {
|
43 | 21 | "classmap": [
|
44 | 22 | "database"
|
|
53 | 31 | ]
|
54 | 32 | },
|
55 | 33 | "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 | + ], |
56 | 40 | "post-install-cmd": [
|
57 |
| - "make init" |
| 41 | + "Illuminate\\Foundation\\ComposerScripts::postInstall", |
| 42 | + "php artisan optimize" |
58 | 43 | ],
|
59 | 44 | "post-update-cmd": [
|
60 | 45 | "Illuminate\\Foundation\\ComposerScripts::postUpdate",
|
|
0 commit comments