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", | ||
| "multilingual", | "multilingual", | ||
| "laravel", | "laravel", | ||
| "laravel5" | "laravel5" | ||
| ], | |||
| "license": "MIT", | |||
| "version": "1.14.1", | |||
| "type": "project", | |||
| "require": { | |||
| "laravel/framework": "~5.1", | |||
| "pingpong/modules": "dev-feature/5.1", | |||
| "cartalyst/sentinel": "~2.0", | |||
| "asgardcms/core-module": "~2.0", | |||
| "asgardcms/dashboard-module": "~2.0", | |||
| "asgardcms/user-module": "~2.0", | |||
| "asgardcms/setting-module": "~2.0", | |||
| "asgardcms/media-module": "~2.0", | |||
| "asgardcms/page-module": "~2.0", | |||
| "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" | |||
| }, | |||
| "require-dev": { | |||
| "phpunit/phpunit": "~4.0", | |||
| "phpspec/phpspec": "~2.1", | |||
| "barryvdh/laravel-debugbar": "~2.0" | |||
| }, | |||
| "repositories": [ | |||
| { | |||
| "type": "vcs", | |||
| "url": "https://github.com/nWidart/modules" | |||
| } | |||
| ], | |||
| "autoload": { | |||
| "classmap": [ | |||
| "database" | |||
| ], | ], | ||
| "psr-4": { | "version": "2.0", | ||
| "App\\": "app/", | "license": "MIT", | ||
| "Modules\\": "Modules/" | "type": "project", | ||
| } | "require": { | ||
| }, | "php": ">=5.5.9", | ||
| "autoload-dev": { | "laravel/framework": "5.2.*", | ||
| "classmap": [ | "nwidart/laravel-modules": "~0.2", | ||
| "tests/TestCase.php" | "cartalyst/sentinel": "~2.0", | ||
| ] | "asgardcms/core-module": "~2.0", | ||
| }, | "asgardcms/dashboard-module": "~2.0", | ||
| "scripts": { | "asgardcms/user-module": "~2.0", | ||
| "post-install-cmd": [ | "asgardcms/setting-module": "~2.0", | ||
| "php artisan clear-compiled", | "asgardcms/media-module": "~2.0", | ||
| "php artisan stylist:publish", | "asgardcms/page-module": "~2.0", | ||
| "php artisan module:publish", | "asgardcms/menu-module": "~2.0", | ||
| "php artisan optimize" | "asgardcms/workshop-module": "~2.0", | ||
| ], | "asgardcms/translation-module": "~2.0", | ||
| "post-update-cmd": [ | "asgardcms/flatly-theme": "~2.0", | ||
| "php artisan clear-compiled", | "asgardcms/adminlte-theme": "~2.0" | ||
| "php artisan stylist:publish", | }, | ||
| "php artisan module:publish", | "require-dev": { | ||
| "php artisan optimize" | "fzaninotto/faker": "~1.4", | ||
| ], | "mockery/mockery": "0.9.*", | ||
| "post-create-project-cmd": [ | "phpunit/phpunit": "~4.0", | ||
| "php artisan cache:clear" | "symfony/css-selector": "2.8.*|3.0.*", | ||
| ] | "symfony/dom-crawler": "2.8.*|3.0.*", | ||
| }, | "barryvdh/laravel-debugbar": "~2.2" | ||
| "config": { | }, | ||
| "preferred-install": "dist" | "autoload": { | ||
| }, | "classmap": [ | ||
| "extra": { | "database" | ||
| "branch-alias": { | ], | ||
| "dev-2.0": "2.0.x-dev" | "psr-4": { | ||
| } | "App\\": "app/", | ||
| }, | "Modules\\": "Modules/" | ||
| "minimum-stability": "dev", | } | ||
| "prefer-stable": true | }, | ||
| "autoload-dev": { | |||
| "classmap": [ | |||
| "tests/TestCase.php" | |||
| ] | |||
| }, | |||
| "scripts": { | |||
| "post-create-project-cmd": [ | |||
| "php artisan key:generate" | |||
| ], | |||
| "post-install-cmd": [ | |||
| "Illuminate\\Foundation\\ComposerScripts::postInstall", | |||
| "php artisan optimize" | |||
| ], | |||
| "post-update-cmd": [ | |||
| "Illuminate\\Foundation\\ComposerScripts::postUpdate", | |||
| "php artisan optimize" | |||
| ] | |||
| }, | |||
| "config": { | |||
| "preferred-install": "dist" | |||
| }, | |||
| "extra": { | |||
| "branch-alias": { | |||
| "dev-2.0": "2.0.x-dev" | |||
| } | |||
| }, | |||
| "minimum-stability": "dev", | |||
| "prefer-stable": true | |||
| } | } |
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