Skip to content

Latest commit

 

History

History
61 lines (44 loc) · 1.39 KB

README.md

File metadata and controls

61 lines (44 loc) · 1.39 KB

Password Manager

  • a simple custom template using Filament V.2 include:

    • Registering users by username and password.
    • user can update profile.
    • Active and Deactive users.
    • Activity logs and Exception and Screenlock packages.
    • with 2 languages ckb and en.

Banner

Laravel v9.x Livewire v2.x PHP v8.x

Setup

    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.

License

The MIT License (MIT). Please see License File for more information.