Update to laravel 5.2
Showing
app/Listeners/.gitkeep
0 → 100644
app/Policies/.gitkeep
0 → 100644
artisan
100644 → 100755
| { | ||
| "name": "asgardcms/platform", | ||
| "description": "The AsgardCms application", | ||
| "description": "The AsgardCms application.", | ||
| "keywords": [ | ||
| "cms", | ||
| "asgardcms", | ||
| ... | ... | @@ -8,12 +8,13 @@ |
| "laravel", | ||
| "laravel5" | ||
| ], | ||
| "version": "2.0", | ||
| "license": "MIT", | ||
| "version": "1.14.1", | ||
| "type": "project", | ||
| "require": { | ||
| "laravel/framework": "~5.1", | ||
| "pingpong/modules": "dev-feature/5.1", | ||
| "php": ">=5.5.9", | ||
| "laravel/framework": "5.2.*", | ||
| "nwidart/laravel-modules": "~0.2", | ||
| "cartalyst/sentinel": "~2.0", | ||
| "asgardcms/core-module": "~2.0", | ||
| "asgardcms/dashboard-module": "~2.0", | ||
| ... | ... | @@ -24,20 +25,17 @@ |
| "asgardcms/menu-module": "~2.0", | ||
| "asgardcms/workshop-module": "~2.0", | ||
| "asgardcms/translation-module": "~2.0", | ||
| "asgardcms/flatly-theme": "~1.0", | ||
| "asgardcms/adminlte-theme": "~1.0" | ||
| "asgardcms/flatly-theme": "~2.0", | ||
| "asgardcms/adminlte-theme": "~2.0" | ||
| }, | ||
| "require-dev": { | ||
| "fzaninotto/faker": "~1.4", | ||
| "mockery/mockery": "0.9.*", | ||
| "phpunit/phpunit": "~4.0", | ||
| "phpspec/phpspec": "~2.1", | ||
| "barryvdh/laravel-debugbar": "~2.0" | ||
| "symfony/css-selector": "2.8.*|3.0.*", | ||
| "symfony/dom-crawler": "2.8.*|3.0.*", | ||
| "barryvdh/laravel-debugbar": "~2.2" | ||
| }, | ||
| "repositories": [ | ||
| { | ||
| "type": "vcs", | ||
| "url": "https://github.com/nWidart/modules" | ||
| } | ||
| ], | ||
| "autoload": { | ||
| "classmap": [ | ||
| "database" | ||
| ... | ... | @@ -53,20 +51,16 @@ |
| ] | ||
| }, | ||
| "scripts": { | ||
| "post-create-project-cmd": [ | ||
| "php artisan key:generate" | ||
| ], | ||
| "post-install-cmd": [ | ||
| "php artisan clear-compiled", | ||
| "php artisan stylist:publish", | ||
| "php artisan module:publish", | ||
| "Illuminate\\Foundation\\ComposerScripts::postInstall", | ||
| "php artisan optimize" | ||
| ], | ||
| "post-update-cmd": [ | ||
| "php artisan clear-compiled", | ||
| "php artisan stylist:publish", | ||
| "php artisan module:publish", | ||
| "Illuminate\\Foundation\\ComposerScripts::postUpdate", | ||
| "php artisan optimize" | ||
| ], | ||
| "post-create-project-cmd": [ | ||
| "php artisan cache:clear" | ||
| ] | ||
| }, | ||
| "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": { | ||
| "gulp": "^3.8.8", | ||
| "laravel-elixir": "*" | ||
| "gulp": "^3.9.1", | ||
| "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