• The default language of any content posted is English.
Acculance - Ultimate Sales, Inventory, Accounting Management PHP System

Acculance - Ultimate Sales, Inventory, Accounting Management PHP System 4.0.2 NULLED

what is the default password?
i have to use php artisan tinker to get the password, anyone can do it if having shell
php artisan tinker
$user = App\Models\User::where('email', '[email protected]')->first();
$user->password = Hash::make('acculance2022');
$user->save();
thankyou for this dig here is easy way to do that

installation forlder\database\seeders
here you can see UserSeeder.php

you can find and even change default userpass
 
Top