Skip to content

Commit

Permalink
Merge branch 'release/3.4.0'
Browse files Browse the repository at this point in the history
* release/3.4.0: (24 commits)
  Bump version
  Update media manager config per austintoddj/easel#141
  Updates require block
  Add composer.lock into repo
  Removed JsValidator alias
  Total downloads fix
  Update to total downloads badge
  Fix permissions
  Demo instructions update
  Fixed readme
  Move the demo copy
  WIP readme
  Cleanup code
  Fixed spacing
  Added live demo link with credentials
  Fix permissions
  Adds the Laravel Debugbar
  Demo instructions update
  Fixed readme
  Move the demo copy
  ...
  • Loading branch information
austintoddj committed Jun 29, 2017
2 parents 75dbb5e + 4d6b2f6 commit f6c8ec0
Show file tree
Hide file tree
Showing 71 changed files with 4,917 additions and 29 deletions.
2 changes: 2 additions & 0 deletions .env.example
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ MAIL_PASSWORD=null
MAIL_ENCRYPTION=null

SCOUT_DRIVER=tntsearch

MEDIA_MANAGER_ROUTE_PREFIX=/
Empty file modified .gitattributes
100755 → 100644
Empty file.
2 changes: 0 additions & 2 deletions .gitignore
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,5 @@ phpunit.xml
*.map

config/blog.php
composer.lock
yarn.lock

npm-debug.log
Empty file modified .styleci.yml
100755 → 100644
Empty file.
Empty file modified .travis.yml
100755 → 100644
Empty file.
Empty file modified app/Console/Kernel.php
100755 → 100644
Empty file.
Empty file modified app/Exceptions/Handler.php
100755 → 100644
Empty file.
Empty file modified app/Http/Controllers/Controller.php
100755 → 100644
Empty file.
Empty file modified app/Http/Kernel.php
100755 → 100644
Empty file.
Empty file modified app/Http/Middleware/EncryptCookies.php
100755 → 100644
Empty file.
Empty file modified app/Http/Middleware/RedirectIfAuthenticated.php
100755 → 100644
Empty file.
Empty file modified app/Http/Middleware/VerifyCsrfToken.php
100755 → 100644
Empty file.
Empty file modified app/Providers/AppServiceProvider.php
100755 → 100644
Empty file.
Empty file modified app/Providers/AuthServiceProvider.php
100755 → 100644
Empty file.
Empty file modified app/Providers/BroadcastServiceProvider.php
100755 → 100644
Empty file.
Empty file modified app/Providers/EventServiceProvider.php
100755 → 100644
Empty file.
Empty file modified app/Providers/RouteServiceProvider.php
100755 → 100644
Empty file.
Empty file modified artisan
100755 → 100644
Empty file.
Empty file modified bootstrap/app.php
100755 → 100644
Empty file.
Empty file modified bootstrap/autoload.php
100755 → 100644
Empty file.
Empty file modified bootstrap/cache/.gitignore
100755 → 100644
Empty file.
13 changes: 7 additions & 6 deletions composer.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,18 @@
}
],
"require": {
"laravel/framework": "5.3.*",
"cnvs/easel": "3.3.*",
"cnvs/paper-dark": "*",
"doctrine/dbal": "2.5.*",
"fzaninotto/faker": "~1.4"
"fzaninotto/faker": "~1.4",
"cnvs/easel": "3.4.*",
"laravel/framework": "5.3.*",
"barryvdh/laravel-debugbar": "^2.3"
},
"require-dev": {
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "~5.0",
"symfony/css-selector": "~3.0",
"symfony/dom-crawler": "~3.0"
"mockery/mockery": "0.9.*",
"symfony/dom-crawler": "~3.0",
"symfony/css-selector": "~3.0"
},
"autoload": {
"classmap": [
Expand Down
Loading

0 comments on commit f6c8ec0

Please sign in to comment.