-
a simple custom template using
Filament V.2
include:- Registering users by
username
andpassword
. - user can update profile.
Active
andDeactive
users.Activity logs
andException
andScreenlock
packages.- with 2 languages
ckb
anden
.
- Registering users by
cd project
cp .env.example .env
composer install -o
pnpm install
php artisan migrate
pnpm fresh
pnpm clear
php artisan key:generate
php artisan serve & pnpm dev
- the default username:
admin
and password:password
for login.
The MIT License (MIT). Please see License File for more information.