A conlang dictionary Laravel package - the luxurious way to build, track, and browse your conlang's lexical data
I'm a one-man dev team. If you like this software, please consider supporting me!
Note
Made for use on https://eithalica.world. Named after good ol' "Tollers," the 20th-century conlanger legend.
If you don't already have one, you will need to create a Laravel app.
laravel new example-app
cd example-app
Make sure to edit the .env file as needed, for example to give Laravel database access.
composer require petermarkley/tollerus
composer config repositories.tollerus vcs https://github.com/petermarkley/tollerus.git
composer require petermarkley/tollerus:dev-main
This will copy to your host app some files that Tollerus needs to run:
php artisan tollerus:install
Note
After you run this, take a look inside config/tollerus.php for any options that you want to change--especially database options that may be difficult to change later on!
Tollerus also needs to create some database tables:
php artisan migrate
You can now visit /tollerus/admin in your host app (or whatever your admin_route_prefix config key is set to), and start conlanging!
