-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
77 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
{ | ||
"name": "spala", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"author": "Alexey Kutalo <[email protected]>", | ||
"license": "MIT", | ||
"description": "A modern lightweight CMS for Laravel and Vue developers", | ||
"keywords": [ | ||
"spala", "cms" ,"vue", "laravel" | ||
"spala", | ||
"cms", | ||
"vue", | ||
"laravel" | ||
], | ||
"repository": { | ||
"type": "git", | ||
|
@@ -21,16 +24,21 @@ | |
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js" | ||
}, | ||
"devDependencies": { | ||
"acorn": "^6.0.0", | ||
"axios": "^0.18", | ||
"browser-sync": "^2.18.13", | ||
"browser-sync-webpack-plugin": "^1.2.0", | ||
"cross-env": "^5.1", | ||
"laravel-mix": "^2.0", | ||
"normalize-scss": "^7.0.0", | ||
"webpack-bundle-analyzer": "^2.9.0", | ||
"browser-sync-webpack-plugin": "^2.2.2", | ||
"codemirror": "^5.30.0", | ||
"compression-webpack-plugin": "^1.0.1", | ||
"lodash": "^4.17.4" | ||
"cross-env": "^5.1", | ||
"laravel-mix": "^4.0.7", | ||
"lodash": "^4.17.4", | ||
"normalize-scss": "^7.0.0", | ||
"resolve-url-loader": "^2.3.1", | ||
"sass": "^1.17.3", | ||
"sass-loader": "^7.1.0", | ||
"vue-template-compiler": "^2.6.10", | ||
"webpack-bundle-analyzer": "^2.9.0" | ||
}, | ||
"dependencies": { | ||
"js-cookie": "^2.1.4", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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") | ||
|
||
|
@@ -32,7 +32,7 @@ Install the application dependencies | |
|
||
``` | ||
composer install | ||
npm instal | ||
npm install | ||
``` | ||
|
||
Create the environment configuration file and edit it with your favorite IDE | ||
|
@@ -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 | ||
|
||
|
@@ -92,4 +96,4 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file | |
|
||
## Premium Support | ||
|
||
Want help with implementation or new features? Start a conversation with me: [email protected] | ||
Want help with implementation or new features? Start a conversation with me: [email protected] |
Oops, something went wrong.