Skip to content

Commit

Permalink
1.0.36
Browse files Browse the repository at this point in the history
  • Loading branch information
dedanirungu committed Jun 14, 2023
1 parent 36bc3ed commit 5aef07a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"keywords": ["mybizna", "setup manager"],
"homepage": "https://github.com/mybizna/setup",
"license": "LGPL-3.0-or-later",
"version": "1.0.35",
"version": "1.0.36",
"authors": [
{
"name": "Dedan Irungu",
Expand Down
10 changes: 6 additions & 4 deletions mybizna_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,12 @@ if ! validate_string "$erp_phone"; then
fi



#xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
#xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

php artisan automigrator:migrate

php artisan tinker --execute="
use Illuminate\Support\Facades\Hash;
Expand All @@ -218,10 +224,6 @@ php artisan tinker --execute="
exit;
"

#xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
#xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

php artisan automigrator:migrate

php artisan module:enable

Expand Down

0 comments on commit 5aef07a

Please sign in to comment.