katra/katra

Laravel Admin Interface


Keywords
admin, laravel, tailwind, devoption, livewire, fortify, katra
License
MIT

Documentation

Katra

StyleCI Build Total Downloads Latest Stable Version GitHub License

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:

Katra Screenshot

Check out the wiki for more screenshots (including the dark version)

Dependencies