A frontend for Linked Open Data via SPARQL
Find a file
2020-08-27 01:33:35 +09:00
app bump version to v1.2.4 2020-08-27 01:33:14 +09:00
bootstrap Update EasyRdf to v1.0.0 2020-08-27 01:00:58 +09:00
config bump version to v1.2.4 2020-08-27 01:33:14 +09:00
database first commit 2020-01-19 21:24:54 +09:00
public first commit 2020-01-19 21:24:54 +09:00
resources/views Update EasyRdf to v1.0.0 2020-08-27 01:00:58 +09:00
routes fix error in routing when running artisan 2020-01-20 01:07:11 +09:00
storage first commit 2020-01-19 21:24:54 +09:00
tests first commit 2020-01-19 21:24:54 +09:00
.editorconfig first commit 2020-01-19 21:24:54 +09:00
.env.example first commit 2020-01-19 21:24:54 +09:00
.gitignore change .gitignore 2020-01-19 22:19:14 +09:00
.styleci.yml first commit 2020-01-19 21:24:54 +09:00
artisan first commit 2020-01-19 21:24:54 +09:00
composer.json Update EasyRdf to v1.0.0 2020-08-27 01:00:58 +09:00
composer.lock Update EasyRdf to v1.0.0 2020-08-27 01:00:58 +09:00
LICENSE create LICENSE 2020-01-20 01:48:11 +09:00
phpunit.xml first commit 2020-01-19 21:24:54 +09:00
README.md update README.md 2020-01-20 01:35:23 +09:00

lodfe

SPARQLエンドポイントを用いたLinked Open Dataフロントエンド(Pubbyみたいなやつ)

Installation

$ composer install
$ cp .env{.example,}
$ cp config/datasets.php{.example,}