/Passwordnya

Laravel 8 Password Management

Primary LanguagePHP

passwordnya

Build Status License

LARAVEL 8 (❌CSRF)

About Passwordnya

Passwordnya is designed to facilitate local password management. Of course it is open source and can be expanded again.

  • [Open Source] Clone Repo and Install
  • [Encode Now] with various types of encoding base64 and sha256
  • [Plug n Play] Easy to transfer to other machines with short operation

Installation

  1. Clone this project

    git clone https://github.com/laughface809/Passwordnya
    cd Passwordnya
  2. Install dependencies

    composer install

    And javascript dependencies

    yarn install && yarn dev
    
    #OR
    
    npm install && npm run dev
  3. Set up Laravel configurations

    copy .env.example .env
    php artisan key:generate
  4. Set your database in .env

  5. Migrate database

    php artisan migrate
  6. Serve the application

    php artisan serve

Contributing

Feel free to contribute and make a pull request.