Skip to content

Commit

Permalink
1.0.37
Browse files Browse the repository at this point in the history
  • Loading branch information
dedanirungu committed Jun 14, 2023
1 parent 5aef07a commit 2717429
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 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.36",
"version": "1.0.37",
"authors": [
{
"name": "Dedan Irungu",
Expand Down
21 changes: 16 additions & 5 deletions mybizna_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@ php artisan vendor:publish --provider="Spatie\Permission\PermissionServiceProvid
#xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
#xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx


echo ""
echo ""
echo "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
echo "xxxxxxxxxxxxxxxx -- Database Setting -- xxxxxxxxxxxxxxxxxxx"
echo "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
echo ""
echo ""

# Prompt for Mysql Host
read -p "Enter Mysql Host (default is localhost): " -e db_host
db_host="${name:-localhost}"
Expand Down Expand Up @@ -162,6 +171,13 @@ fi
#xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
#xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

echo ""
echo ""
echo "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
echo "xxxxxxxxxxxxxxxx -- ERP Setting -- xxxxxxxxxxxxxxxxxxx"
echo "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
echo ""
echo ""

# Prompt for ERP Admin Username
read -p "Enter ERP Admin Name: " erp_name
Expand Down Expand Up @@ -202,11 +218,6 @@ if ! validate_string "$erp_phone"; then
exit 1
fi



#xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
#xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

php artisan automigrator:migrate

php artisan tinker --execute="
Expand Down

0 comments on commit 2717429

Please sign in to comment.