Blender CMS

用于我们的 CMS 项目的 Laravel 模板。「The Laravel template used for our CMS like projects」

Github stars Tracking Chart

Blender

Blender 是 Laravel 的模板, 它几乎用于我们所有的项目。

你可以使用我们的模板,但请注意我们不提供任何支持。我们也不遵循 semver 来做这个项目,也不保证代码(特别是主分支)的稳定性,简而言之:使用这个时,你要靠自己。

安装

本指南假设你使用的是 Laravel Valet

Laravel 应用程序

下载主分支

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

复制一个 .env.example 并重命名为 .env。

安装 composer 的依赖性

composer install

最后确保你有一个名为 blender 的数据库,并运行迁移和种子。

php artisan migrate --seed

资产

安装 Blender 的前端依赖关系需要 yarn。

yarn

Blender 使用 Laravel Mix 来构建资产. 要建立资产运行:

yarn run dev

可用的构建任务在 package.json 中定义。

定制化

我们的大多数项目都是荷兰语的,你可以在 config/app.php 中更改语言。

我们使用了来自 Imperavi 的 Redactor 作为文本编辑器,但没有被授权开源。除非你在 resources/assets/back/app.js 中注释掉这部分内容,否则文本编辑器会被降级为标准文本区域。

Colofon

贡献

一般来说,我们不会接受任何对 Blender 的 PR 请求。如果您发现了一个错误或有改进代码的想法,请在您开始编码之前先联系我们。

许可证

Blender 和 Laravel 框架是 MIT 授权的开源软件。

Main metrics

Overview
Name With Ownerspatie/blender
Primary LanguagePHP
Program languagePHP (Language Count: 5)
PlatformLinux, Mac, Windows
License:
所有者活动
Created At2015-10-09 17:59:32
Pushed At2019-02-28 20:00:32
Last Commit At2019-02-28 14:43:26
Release Count1
Last Release Name5.3.0 (Posted on )
First Release Name5.3.0 (Posted on )
用户参与
Stargazers Count875
Watchers Count36
Fork Count146
Commits Count1.3k
Has Issues Enabled
Issues Count130
Issue Open Count2
Pull Requests Count167
Pull Requests Open Count0
Pull Requests Close Count237
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

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