Skip to content
This repository has been archived by the owner on Jun 19, 2019. It is now read-only.

spatie/blender

Repository files navigation

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