All Projects → kutaloweb → Spala

kutaloweb / Spala

Licence: mit
Spala (SPA LARAVEL): a modern lightweight CMS for Laravel and Vue developers (open source project).

Projects that are alternatives of or similar to Spala

Laravel Vue Spa
SPA Boilerplate made with Laravel 5.6, Vue 2, Bootstrap 4, Vue-router 3, Vuex 3, Axios
Stars: ✭ 172 (+89.01%)
Mutual labels:  axios, jwt, vuejs2, bootstrap4
Basix Admin
Get Free and Premium Vue.js Bootstrap v4 Admin Dashboard Templates
Stars: ✭ 138 (+51.65%)
Mutual labels:  vuex, sass, vuejs2, bootstrap4
Vue Cnode
🔥Vue.js打造一个开源的CNode社区。CNode by Vue.js
Stars: ✭ 249 (+173.63%)
Mutual labels:  axios, vuex, sass, vuejs2
Vue Music Player
🎵Vue.js写一个音乐播放器+📖One(一个).A music player + One by Vue.js
Stars: ✭ 729 (+701.1%)
Mutual labels:  axios, vuex, sass, vuejs2
Vue Crud
Vue.js based REST-ful CRUD system
Stars: ✭ 629 (+591.21%)
Mutual labels:  cms, vuex, vuejs2, single-page-app
Vue2 Admin
基于vue-element-admin、Vue2 权限、监控、管理系统(包含地图等嵌套)
Stars: ✭ 74 (-18.68%)
Mutual labels:  axios, jwt, vuex
Nuxt Ssr
✨vue+nuxt+sass+node+express+MongoDB 实现的SSR项目。
Stars: ✭ 323 (+254.95%)
Mutual labels:  axios, vuex, sass
Vuejs Admin
基于eggjs、vuejs的设备管理系统,有帮助的话麻烦给个star谢谢
Stars: ✭ 350 (+284.62%)
Mutual labels:  axios, jwt, vuex
Vue Music
cloud-music(网易云音乐)
Stars: ✭ 500 (+449.45%)
Mutual labels:  axios, vuex, vuejs2
Gpk admin
✨ GeekPark Content Management System
Stars: ✭ 150 (+64.84%)
Mutual labels:  cms, vuex, vuejs2
Vue Cms
基于 Vue 和 ElementUI 构建的一个企业级后台管理系统
Stars: ✭ 415 (+356.04%)
Mutual labels:  cms, axios, vuex
Ruoyi Vue
(RuoYi)官方仓库 基于SpringBoot,Spring Security,JWT,Vue & Element 的前后端分离权限管理系统
Stars: ✭ 596 (+554.95%)
Mutual labels:  axios, jwt, vuex
Vue Project
基于vue-cli构建的财务后台管理系统(vue2+vuex+axios+vue-router+element-ui+echarts+websocket+vue-i18n)
Stars: ✭ 301 (+230.77%)
Mutual labels:  axios, vuex, vuejs2
Vue Zhihu Daily
🤓使用vue编写的练手的知乎日报WebApp(iOS版)
Stars: ✭ 285 (+213.19%)
Mutual labels:  axios, vuex, sass
Dokit
基于 Spring Boot2、 Jpa、 Spring Security、JWT、redis、Vue的前后端分离的后台管理系统开发平台, 用户管理、菜单管理、角色管理、字典管理、权限控制的方式为RBAC,操作日志、异常日志、接口限流、项目支持数据权限管理,支持一键生成前后端代码(支持在线预览及打包下载),支持前端菜单动态路由 可一键部署服务器应用,数据库。系统中活跃用户状态监控,监视当前系统CPU、内存、磁盘、堆栈等相关信息,基于Element UI在线表单设计及生成Vue代码。
Stars: ✭ 348 (+282.42%)
Mutual labels:  axios, jwt, vuex
Vue Home
🏠 A simple project(Vue Community SPA) which bases on vue+vue-cli+vue-router+axios+ scss.
Stars: ✭ 256 (+181.32%)
Mutual labels:  axios, vuex, vuejs2
Sing App Vue Dashboard
Vue.js admin dashboard template built with Bootstrap 4.5
Stars: ✭ 482 (+429.67%)
Mutual labels:  vuex, vuejs2, bootstrap4
Manhuaren
vue2.0全家桶,仿漫画人官网(移动端)
Stars: ✭ 18 (-80.22%)
Mutual labels:  vuex, sass, vuejs2
Vue Spa
vue-spa : vue + vue-router + axios + vuex + vux 快速成型移动端项目,直接使用。欢迎star
Stars: ✭ 46 (-49.45%)
Mutual labels:  axios, vuex, sass
Mall
以小商城作为基本的内容演示,目的是希望打造一个前端 h5 通用型的解决方案。
Stars: ✭ 250 (+174.73%)
Mutual labels:  axios, vuex, sass

Spala

Latest Stable Version License

SPA Content Management System based on Laravel 5.8, Vue 2.5, Bootstrap 4 and Monster Admin Template

Screen

Getting Started

These instructions will get you a copy of the project up and running on your local Linux or Mac OS X machine

Installing

Move to your web projects directory and clone the application using Git

cd /var/www/html
git clone https://github.com/kutaloweb/spala

Move to application directory

cd spala

Install the application dependencies

composer install
npm install

Create the environment configuration file and edit it with your favorite IDE

cp .env.example .env

Set your application key

php artisan key:generate

Generate your JSON Web Token key

php artisan jwt:secret

Run database migrations

php artisan migrate

Execute the NPM script

npm run dev

Change the group ownership of the storage and cache directories and grant them all permissions (for Mac type _www instead of www-data)

sudo chgrp -R www-data storage bootstrap/cache
sudo chmod -R 777 storage public/uploads public/images bootstrap/cache

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

First steps

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

If you need enable login and give other permissions to user role on the page /configuration/permission/assign

Contributing

As an open project, I welcome contributions from everybody. Please, feel free to fork the repository and submit pull requests

License

This project is licensed under the MIT License - see the LICENSE file for details

Premium Support

Want help with implementation or new features? Start a conversation with me: [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].