Skip to content

chartello/demo

Repository files navigation

This is a demo of chartello/chartello.

Setup

Set up two database users. One with full access and another without any access.

Then grant the second user read-only access to the demo database.

GRANT SELECT ON chartello_demo.* TO 'chartello_demo_read'@'%';

To populate the database, run:

php artisan migrate:fresh --force --seed --database=write

Then ensure that Laravel's scheduler is activated to restart the database daily.

About

Demo of chartello/chartello

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages