Katra
Installation
Create a new Laravel application:
laravel new katra
You can name your Laravel application anything you want
Update the .env
file so that the application can connect to the database,
you will know this was successful if you can run migrations
php artisan migrate
Install the Katra package using Composer:
composer require katra/katra
Run the install command:
php artisan katra:install
Now you can visit the following pages to get started
Page | Path |
---|---|
Registration | /register |
Login | /login |
Dashboard | /admin |
Screenshots
The default light theme:
Check out the wiki for more screenshots (including the dark version)