• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

LaraPass v2 - Personal Version

LaraPass v2 - Personal Version v1.1.2

No permission to download

nbukhari

Member
Apr 16, 2021
26
37
13
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...
 
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
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
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock