Skip to content

Commit

Permalink
1.0.34
Browse files Browse the repository at this point in the history
  • Loading branch information
dedanirungu committed Jun 14, 2023
1 parent bc4f8e6 commit 06e4014
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 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.33",
"version": "1.0.34",
"authors": [
{
"name": "Dedan Irungu",
Expand Down
24 changes: 11 additions & 13 deletions mybizna_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,17 @@ else
echo "Error: Kernel.php file not found at $kernel_file_path."
fi

#xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
#xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

composer require mybizna/account

php artisan cache:table
php artisan session:table
php artisan vendor:publish --provider="Laravel\Sanctum\SanctumServiceProvider"
php artisan vendor:publish --provider="Mybizna\Assets\Providers\MybiznaAssetsProvider"
php artisan vendor:publish --provider="Spatie\Permission\PermissionServiceProvider"


#xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
#xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Expand Down Expand Up @@ -189,7 +200,6 @@ if ! validate_string "$erp_phone"; then
fi



php artisan tinker --execute="
use Illuminate\Support\Facades\Hash;
Expand All @@ -205,18 +215,6 @@ php artisan tinker --execute="
exit;
"

#xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
#xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

composer require mybizna/account

php artisan cache:table
php artisan session:table
php artisan vendor:publish --provider="Laravel\Sanctum\SanctumServiceProvider"
php artisan vendor:publish --provider="Mybizna\Assets\Providers\MybiznaAssetsProvider"
php artisan vendor:publish --provider="Spatie\Permission\PermissionServiceProvider"


#xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
#xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Expand Down

0 comments on commit 06e4014

Please sign in to comment.