Bob den Otter 486b498eaf Merge pull request #25 from bobdenotter/feature/uploader
First version of Filepond uploader
2018-10-18 14:51:52 +02:00
2018-10-17 22:15:57 +02:00
2018-09-10 21:32:54 +02:00
2018-10-17 22:15:57 +02:00
2018-10-18 14:46:21 +02:00
2018-10-18 14:47:41 +02:00
2018-10-17 22:21:18 +02:00
2018-10-03 14:00:14 +02:00
2018-09-10 21:32:54 +02:00
2018-10-02 19:52:15 +02:00
2018-10-06 15:47:19 +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:58:44 +02:00
2018-09-10 21:32:54 +02:00
2018-10-16 06:24:59 +02:00
2018-09-17 14:16:56 +02:00
2018-10-13 11:56:12 +02:00
2018-10-13 11:55:21 +02:00
2018-10-10 13:12:02 +02:00

Bolt 4.0.0 prototype

Install

  • Check out the git repo
  • Run composer install

Set up Database

  • Configure the database connection in .env. Or stick with the default SQLite. It ought to work out of the box.
  • Then:
bin/console doctrine:database:create
bin/console doctrine:schema:create
bin/console doctrine:fixtures:load -n

Re-set the Database

This is a prototype in flux. Shit will break, and you might want to reset it to the "factory settings". To Re-set a database to the latest, with fresh dummy-content use this:

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

Run the prototype

  • Run bin/console server:start

In your browser, go to http://127.0.0.1:8000/ for the frontend, and to http://127.0.0.1:8000/bolt for the Admin Panel.

You can log on, using the default user & pass:

  • user: admin
  • pass: admin%1

Build assets

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

  • Run npm run watch

See the other options by running npm run.

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%