LaraPass v2 - Personal Version

LaraPass v2 - Personal Version v1.1.2

No permission to download

nbukhari

New member
Apr 16, 2021
14
14
3
nbukhari submitted a new resource:

LaraPass v2 - Personal Version - larapss v2

View hidden content is available for registered users!

LaraPass v2 is a self-hosted personal password manager build with highest level of security and data privacy in mind. LaraPass v2 comes with a plethora of features listed and many more and allows you to securely store your sensitive login information (like username & password) for services such as Banks, Emails, Social Media, etc in an encrypted form on your own server (never...

Read more about this resource...
 

Suhail

New member
Jul 15, 2022
2
1
3
hello not able to set it up, after step_2, the Database Details step is not opening, directly going to step1 again, but directly accessing URL was able to go to step_4 and fill environment details and tried giving DB details in .env file, even though not able to set it up , always getting server error 500 , not able to install , please help
 
  • Love
Reactions: nbukhari

vlakyan

New member
Jan 13, 2020
7
3
3
hello not able to set it up, after step_2, the Database Details step is not opening, directly going to step1 again, but directly accessing URL was able to go to step_4 and fill environment details and tried giving DB details in .env file, even though not able to set it up , always getting server error 500 , not able to install , please help
Fixed the installer, now everything works properly!
open
app/Http/Controllers/Admin/Install/InstallationController.php
find
PHP:
    public function step3()
    {
        if (setting()->get("app_license_status") != "Verified") {
            return redirect()->route("admin.install.step1")->with("error", Lang::get("alerts.installation.start_from_step1"));
        } else {
            session()->flush();
            return view("admin.install.steps.step3");
        }
    }
replace
PHP:
 public function step3()
    {
        if (setting()->get("app_license_status") != "Verified") {
          
            session()->flush();
            return view("admin.install.steps.step3");
        }
    }
 
  • Love
  • Like
Reactions: Suhail and nbukhari

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu