2018-09-30 18:36:29 +02:00
2018-09-30 18:36:18 +02:00
2018-09-10 21:32:54 +02:00
2018-09-30 15:20:41 +02:00
2018-09-30 18:36:18 +02:00
2018-09-30 18:36:29 +02:00
2018-09-30 18:36:29 +02:00
2018-09-23 18:14:34 +02:00
2018-09-10 21:32:54 +02:00
2018-09-17 14:16:56 +02:00
2018-09-30 18:31:59 +02:00
2018-09-16 18:18:30 +02:00
2018-09-10 21:32:54 +02:00
2018-09-10 21:32:54 +02:00
2018-09-29 08:35:29 +02:00
2018-09-30 15:20:41 +02:00
2018-09-29 08:58:44 +02:00
2018-09-10 21:32:54 +02:00
2018-09-30 15:20:41 +02:00
2018-09-17 14:16:56 +02:00
2018-09-26 08:26:36 +02:00
2018-09-29 08:35:29 +02:00
2018-09-23 16:26:54 +02:00
2018-09-30 15:03:56 +02:00

Bolt 4.0.0 prototype

Install

  • Check out the git repo
  • Run composer install

Set up Database

  • Configure the connection in .env
  • Then:
bin/console doctrine:database:create
bin/console doctrine:schema:create
bin/console doctrine:fixtures:load -n

Re-set a database to the latest, with fresh dummy-content like this:

bin/console doctrine:schema:drop --force
bin/console doctrine:schema:create
bin/console doctrine:fixtures:load -n

Run

  • Run bin/console server:start

Build assets

To set up initially, run yarn install to get the required dependencies / node_modules. Then:

  • Run node_modules/.bin/encore dev --watch

See the other options by running node_modules/.bin/encore.

Description
No description provided
Readme MIT 57 MiB
Languages
PHP 63.2%
Twig 15.2%
Vue 8.5%
JavaScript 7.9%
SCSS 3.7%
Other 1.4%