Alpha Development Build of LaraCMS
LaraCMS is an open-source content management system (CMS) built on the Laravel framework. It aims to provide a user-friendly interface for managing and publishing content on the web.
LaraCMS is currently in Early Alpha Development.
- Blog
- Gallery - Single images atm - albums still wip
- Admin - User Management (with Roles & Perms)
- Custom Pages
- Custom Drag & Drop Menu's
- URL Shortner
- URL Redirects
- Plugins to Expand on features
- Themes
- Laravel 12
- Livewire
- Laravel Nightwatch
- Tailwind CSS
- Spatie Laravel-Permission
- Spatie Media Library
- Spatie Laravel Sitemap
git clone https://github.com/Vilkrin/LaraCMS.git
cd laracms
git checkout -b feat/your-feature # or fix/your-fix
Don't push directly to the main branch. Instead, create a new branch and push it to your branch.
composer install
npm install
cp .env.example .env
php artisan key:generate
touch database/database.sqlite
php artisan migrate
php artisan storage:link
Composer run dev