Update to laravel 5.2
Showing
app/Listeners/.gitkeep
0 → 100644
app/Policies/.gitkeep
0 → 100644
artisan
100644 → 100755
| { | { | ||
| "name": "asgardcms/platform", | "name": "asgardcms/platform", | ||
| "description": "The AsgardCms application", | "description": "The AsgardCms application.", | ||
| "keywords": [ | "keywords": [ | ||
| "cms", | "cms", | ||
| "asgardcms", | "asgardcms", | ||
| ... | @@ -8,12 +8,13 @@ | ... | @@ -8,12 +8,13 @@ |
| "laravel", | "laravel", | ||
| "laravel5" | "laravel5" | ||
| ], | ], | ||
| "version": "2.0", | |||
| "license": "MIT", | "license": "MIT", | ||
| "version": "1.14.1", | |||
| "type": "project", | "type": "project", | ||
| "require": { | "require": { | ||
| "laravel/framework": "~5.1", | "php": ">=5.5.9", | ||
| "pingpong/modules": "dev-feature/5.1", | "laravel/framework": "5.2.*", | ||
| "nwidart/laravel-modules": "~0.2", | |||
| "cartalyst/sentinel": "~2.0", | "cartalyst/sentinel": "~2.0", | ||
| "asgardcms/core-module": "~2.0", | "asgardcms/core-module": "~2.0", | ||
| "asgardcms/dashboard-module": "~2.0", | "asgardcms/dashboard-module": "~2.0", | ||
| ... | @@ -24,20 +25,17 @@ | ... | @@ -24,20 +25,17 @@ |
| "asgardcms/menu-module": "~2.0", | "asgardcms/menu-module": "~2.0", | ||
| "asgardcms/workshop-module": "~2.0", | "asgardcms/workshop-module": "~2.0", | ||
| "asgardcms/translation-module": "~2.0", | "asgardcms/translation-module": "~2.0", | ||
| "asgardcms/flatly-theme": "~1.0", | "asgardcms/flatly-theme": "~2.0", | ||
| "asgardcms/adminlte-theme": "~1.0" | "asgardcms/adminlte-theme": "~2.0" | ||
| }, | }, | ||
| "require-dev": { | "require-dev": { | ||
| "fzaninotto/faker": "~1.4", | |||
| "mockery/mockery": "0.9.*", | |||
| "phpunit/phpunit": "~4.0", | "phpunit/phpunit": "~4.0", | ||
| "phpspec/phpspec": "~2.1", | "symfony/css-selector": "2.8.*|3.0.*", | ||
| "barryvdh/laravel-debugbar": "~2.0" | "symfony/dom-crawler": "2.8.*|3.0.*", | ||
| "barryvdh/laravel-debugbar": "~2.2" | |||
| }, | }, | ||
| "repositories": [ | |||
| { | |||
| "type": "vcs", | |||
| "url": "https://github.com/nWidart/modules" | |||
| } | |||
| ], | |||
| "autoload": { | "autoload": { | ||
| "classmap": [ | "classmap": [ | ||
| "database" | "database" | ||
| ... | @@ -53,20 +51,16 @@ | ... | @@ -53,20 +51,16 @@ |
| ] | ] | ||
| }, | }, | ||
| "scripts": { | "scripts": { | ||
| "post-create-project-cmd": [ | |||
| "php artisan key:generate" | |||
| ], | |||
| "post-install-cmd": [ | "post-install-cmd": [ | ||
| "php artisan clear-compiled", | "Illuminate\\Foundation\\ComposerScripts::postInstall", | ||
| "php artisan stylist:publish", | |||
| "php artisan module:publish", | |||
| "php artisan optimize" | "php artisan optimize" | ||
| ], | ], | ||
| "post-update-cmd": [ | "post-update-cmd": [ | ||
| "php artisan clear-compiled", | "Illuminate\\Foundation\\ComposerScripts::postUpdate", | ||
| "php artisan stylist:publish", | |||
| "php artisan module:publish", | |||
| "php artisan optimize" | "php artisan optimize" | ||
| ], | |||
| "post-create-project-cmd": [ | |||
| "php artisan cache:clear" | |||
| ] | ] | ||
| }, | }, | ||
| "config": { | "config": { | ||
| ... | ... |
File moved
File moved
config/available-locales.php
0 → 100644
config/debugbar.php
deleted
100644 → 0
config/menus.php
deleted
100644 → 0
config/stylist.php
deleted
100644 → 0
| { | { | ||
| "private": true, | |||
| "scripts": { | |||
| "prod": "gulp --production", | |||
| "dev": "gulp watch" | |||
| }, | |||
| "devDependencies": { | "devDependencies": { | ||
| "gulp": "^3.8.8", | "gulp": "^3.9.1", | ||
| "laravel-elixir": "*" | "laravel-elixir": "^5.0.0", | ||
| "bootstrap-sass": "^3.0.0" | |||
| } | } | ||
| } | } |
phpspec.yml
deleted
100644 → 0
public/css/app.css
deleted
100644 → 0
This source diff could not be displayed because it is too large. You can view the blob instead.
public/web.config
0 → 100644
resources/lang/en/auth.php
0 → 100644
storage/.gitignore
deleted
100644 → 0
Please register or sign in to comment