All Projects → spatie → Blender

spatie / Blender

The Laravel template used for our CMS like projects

Projects that are alternatives of or similar to Blender

Ideaspace
😎 Create interactive 3D and VR web experiences for desktop, mobile & VR devices
Stars: ✭ 344 (-60.09%)
Mutual labels:  cms, laravel
Webed
WebEd CMS - a cms based on Laravel 5.5
Stars: ✭ 432 (-49.88%)
Mutual labels:  cms, laravel
Freek.dev
The sourcecode of freek.dev
Stars: ✭ 407 (-52.78%)
Mutual labels:  application, laravel
Borgert Cms
Borgert is a CMS Open Source created with Laravel Framework 5.6
Stars: ✭ 298 (-65.43%)
Mutual labels:  cms, laravel
Cms
Decoupled CMS for any Laravel app, gain control of: pages, blogs, galleries, events, images, custom modules and more.
Stars: ✭ 498 (-42.23%)
Mutual labels:  cms, laravel
Decoy
A Laravel model-based CMS
Stars: ✭ 303 (-64.85%)
Mutual labels:  cms, laravel
Statamic
Statamic 3: The New Site/App Package
Stars: ✭ 431 (-50%)
Mutual labels:  cms, laravel
S Cart
This project has been replaced by https://github.com/s-cart/s-cart
Stars: ✭ 258 (-70.07%)
Mutual labels:  cms, laravel
Fullycms
Fully CMS - Multi Language Content Management System - Laravel
Stars: ✭ 465 (-46.06%)
Mutual labels:  cms, laravel
Laravel Kit
A desktop Laravel admin panel app
Stars: ✭ 440 (-48.96%)
Mutual labels:  application, laravel
Pyrocms
Pyro is an experienced and powerful Laravel PHP CMS.
Stars: ✭ 3,086 (+258%)
Mutual labels:  cms, laravel
Platform
A modular multilingual CMS built with Laravel 5.
Stars: ✭ 719 (-16.59%)
Mutual labels:  cms, laravel
Tipask
Tipask是一款开放源码的PHP问答系统,基于Laravel框架开发,容易扩展,具有强大的负载能力和稳定性。
Stars: ✭ 282 (-67.29%)
Mutual labels:  cms, laravel
Screeenly
📸 Screenshot as a Service
Stars: ✭ 336 (-61.02%)
Mutual labels:  application, laravel
Yascmf
已过时,请访问5.2新版仓库
Stars: ✭ 258 (-70.07%)
Mutual labels:  cms, laravel
Sharp
Laravel 6+ Content management framework
Stars: ✭ 430 (-50.12%)
Mutual labels:  cms, laravel
Laravel Zero
A PHP framework for console artisans
Stars: ✭ 2,821 (+227.26%)
Mutual labels:  application, laravel
Old Lms Laravel
Laravel Learning Management System (LMS)
Stars: ✭ 258 (-70.07%)
Mutual labels:  cms, laravel
Laravel 8 Simple Cms
Laravel 8 content management system for starters.
Stars: ✭ 444 (-48.49%)
Mutual labels:  cms, laravel
Laracms
LaraCMS 是在学习 laravel ( web 开发实战进阶 + 实战构架 API 服务器) 过程中产生的一个业余作品,试图通过简单的方式,快速构建一套基本的企业站同时保留很灵活的扩展能力和优雅的代码方式,当然这些都得益Laravel的优秀设计。同时LaraCMS 也是一个学习Laravel 不错的参考示例。
Stars: ✭ 588 (-31.79%)
Mutual labels:  cms, laravel

Blender

Software License StyleCI Quality Score

Blender is the Laravel template that is used for (nearly) all our projects.

You may use our template but please notice that we offer no support whatsoever. We also don't follow semver for this project and won't guarantee that the code (especially the master branch) is stable. In short: when using this, you're on your own.

Install

This guide assumes you're using Laravel Valet

Laravel App

Download the master branch

git clone https://github.com/spatie/blender.git

Make a copy .env.example and rename to .env

Install the composer dependencies

composer install

Finally make sure you have a database named blender, and run the migrations and seeds

php artisan migrate --seed

Assets

Installing Blender's front end dependencies requires yarn.

yarn

Blender uses Laravel Mix to build assets. To build assets run:

yarn run dev

Available build tasks are defined in package.json

Customisation

  • Most of our projects are in Dutch. You can change the language in config/app.php.
  • We use Redactor from Imperavi as text editor but are not licensed to open source this. The text editor is hence degraded to a standard text area unless you comment out this part in resources/assets/back/app.js

Colofon

Contributing

Generally we won't accept any PR requests to Blender. If you have discovered a bug or have an idea to improve the code, contact us first before you start coding.

License

Blender and The Laravel framework are open-sourced software licensed under the MIT license

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].