Skip to content

Commit

Permalink
Update laravel and laravel-mix versions to avoid warnings and vulnera…
Browse files Browse the repository at this point in the history
…bilities
  • Loading branch information
kutaloweb committed Mar 21, 2019
1 parent 0af25d2 commit 33e5be6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"require": {
"php": "^7.1.3",
"barryvdh/laravel-ide-helper": "^2.4",
"bepsvpt/secure-headers": "^4.1",
"bepsvpt/secure-headers": "^5.3",
"doctrine/dbal": "~2.3",
"fideloper/proxy": "^4.0",
"guzzlehttp/guzzle": "^6.3",
"intervention/image": "^2.4",
"jaybizzle/laravel-crawler-detect": "1.*",
"laravel/framework": "5.6.*",
"laravel/framework": "5.8.*",
"laravel/tinker": "^1.0",
"mews/purifier": "^2.0",
"nutsweb/laravel-prerender": "^2.0",
Expand Down
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
"license": "MIT",
"description": "A modern lightweight CMS for Laravel and Vue developers",
"keywords": [
"spala", "cms" ,"vue", "laravel"
"spala",
"cms",
"vue",
"laravel"
],
"repository": {
"type": "git",
Expand All @@ -23,9 +26,9 @@
"devDependencies": {
"axios": "^0.18",
"browser-sync": "^2.18.13",
"browser-sync-webpack-plugin": "^1.2.0",
"browser-sync-webpack-plugin": "^2.2.2",
"cross-env": "^5.1",
"laravel-mix": "^2.0",
"laravel-mix": "^4.0.7",
"normalize-scss": "^7.0.0",
"webpack-bundle-analyzer": "^2.9.0",
"codemirror": "^5.30.0",
Expand Down
8 changes: 6 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<a href="https://packagist.org/packages/spala/spala"><img src="https://poser.pugx.org/spala/spala/license.svg" alt="License"></a>
</p>

SPA Content Management System based on [Laravel 5.6](https://laravel.com), [Vue 2.5](https://vuejs.org), [Bootstrap 4](https://getbootstrap.com/) and [Monster Admin Template](https://wrappixel.com/demos/admin-templates/monster-admin/Documentation/document.html)
SPA Content Management System based on [Laravel 5.8](https://laravel.com), [Vue 2.5](https://vuejs.org), [Bootstrap 4](https://getbootstrap.com/) and [Monster Admin Template](https://wrappixel.com/demos/admin-templates/monster-admin/Documentation/document.html)

![Screen](https://user-images.githubusercontent.com/17153568/53791966-80bcd980-3edf-11e9-9425-12fd7a789ad7.png "Dashboard")

Expand Down Expand Up @@ -78,9 +78,13 @@ Install the application (create default roles, permissions, etc.)
php artisan install
```

By default server-side rendering is used for the SEO purposes but if you need your own prerender server you can use [prerender.io](https://prerender.io/)

## First steps

Go to the page `/register`. The first registered user will get the admin role

By default server-side rendering is used for the SEO purposes but if you need your own prerender server you can use [prerender.io](https://prerender.io/)
If you need enable login and give other permissions to user role on the page `/configuration/permission/assign`

## Contributing

Expand Down

0 comments on commit 33e5be6

Please sign in to comment.