Spala

Spala (SPA + Laravel). A modern lightweight CMS for Laravel and Vue developers (open source project).
Alternatives To Spala
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Koel14,989
4 days ago95December 30, 202243mitPHP
🐦 A personal music streaming server that works.
Crater7,243
24 days ago30March 06, 2022408agpl-3.0PHP
Open Source Invoicing Solution for Individuals & Businesses
Akaunting6,640
15 hours ago149July 07, 202319gpl-3.0PHP
Online Accounting Software
Aimeos Laravel6,4892519 days ago126January 24, 20233mitPHP
Laravel ecommerce package for ultra fast online shops, scalable marketplaces, complex B2B applications and #gigacommerce
Coreui Free React Admin Template4,134216 days ago2November 01, 20201mitJavaScript
CoreUI React is a free React admin template based on Bootstrap 5
Aimeos3,417
18 days ago40July 11, 20234mitJavaScript
Integrated online shop based on Laravel 9 and the Aimeos e-commerce framework for ultra-fast online shops, scalable marketplaces, complex B2B applications and #gigacommerce
Twill3,394
11 days ago115May 23, 2023149apache-2.0PHP
Twill is an open source CMS toolkit for Laravel that helps developers rapidly create a custom admin console that is intuitive, powerful and flexible. Chat with us on Discord at https://discord.gg/cnWk7EFv8R.
Cms3,00131072 days ago307August 17, 2023451otherPHP
The core Laravel CMS Composer package
Blog2,847
4 months ago49November 04, 201935mitPHP
:star2: PJ Blog is an open source blog built with Laravel and Vue.js.
Laravel Vue Spa2,804
2 years ago24August 15, 20215mitPHP
A Laravel-Vue SPA starter kit.
Alternatives To Spala
Select To Compare


Alternative Project Comparisons
Readme

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]

Popular Vue Projects
Popular Laravel Projects
Popular Web User Interface Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Php
Vue
Laravel
Bootstrap
Sass
Content Management System
Permission
Jwt
Axios
Vuex
Single Page Applications
Prerender