Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Koel | 14,989 | 4 days ago | 95 | December 30, 2022 | 43 | mit | PHP | |||
🐦 A personal music streaming server that works. | ||||||||||
Crater | 7,243 | 24 days ago | 30 | March 06, 2022 | 408 | agpl-3.0 | PHP | |||
Open Source Invoicing Solution for Individuals & Businesses | ||||||||||
Akaunting | 6,640 | 15 hours ago | 149 | July 07, 2023 | 19 | gpl-3.0 | PHP | |||
Online Accounting Software | ||||||||||
Aimeos Laravel | 6,489 | 25 | 1 | 9 days ago | 126 | January 24, 2023 | 3 | mit | PHP | |
Laravel ecommerce package for ultra fast online shops, scalable marketplaces, complex B2B applications and #gigacommerce | ||||||||||
Coreui Free React Admin Template | 4,134 | 2 | 16 days ago | 2 | November 01, 2020 | 1 | mit | JavaScript | ||
CoreUI React is a free React admin template based on Bootstrap 5 | ||||||||||
Aimeos | 3,417 | 18 days ago | 40 | July 11, 2023 | 4 | mit | JavaScript | |||
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 | ||||||||||
Twill | 3,394 | 11 days ago | 115 | May 23, 2023 | 149 | apache-2.0 | PHP | |||
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. | ||||||||||
Cms | 3,001 | 3 | 107 | 2 days ago | 307 | August 17, 2023 | 451 | other | PHP | |
The core Laravel CMS Composer package | ||||||||||
Blog | 2,847 | 4 months ago | 49 | November 04, 2019 | 35 | mit | PHP | |||
:star2: PJ Blog is an open source blog built with Laravel and Vue.js. | ||||||||||
Laravel Vue Spa | 2,804 | 2 years ago | 24 | August 15, 2021 | 5 | mit | PHP | |||
A Laravel-Vue SPA starter kit. |
SPA Content Management System based on Laravel 5.8, Vue 2.5, Bootstrap 4 and Monster Admin Template
These instructions will get you a copy of the project up and running on your local Linux or Mac OS X machine
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
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
As an open project, I welcome contributions from everybody. Please, feel free to fork the repository and submit pull requests
This project is licensed under the MIT License - see the LICENSE file for details
Want help with implementation or new features? Start a conversation with me: [email protected]