-
-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Move livewire components from Http to Livewire folder * Add new config file and update admin layout and setup wire navigate * Update Settings (layout and features) * Update user profil features * Update github workflows
- Loading branch information
1 parent
bd40dc6
commit 7763b8a
Showing
814 changed files
with
20,242 additions
and
13,429 deletions.
There are no files selected for viewing
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/.idea | ||
/.vscode | ||
/**/node_modules | ||
/node_modules | ||
/node_modules.nosync | ||
yarn-error.log | ||
/**/vendor | ||
|
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,26 +4,28 @@ | |
"license": "MIT", | ||
"keywords": [ | ||
"e-commerce", | ||
"Tallstack", | ||
"Store" | ||
"tallstack", | ||
"store" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Arthur Monney", | ||
"email": "[email protected]" | ||
"email": "[email protected]", | ||
"role": "Developer" | ||
} | ||
], | ||
"require": { | ||
"php": "^8.1", | ||
"php": "^8.2", | ||
"ext-intl": "*", | ||
"composer-runtime-api": "^2.1" | ||
}, | ||
"require-dev": { | ||
"blade-ui-kit/blade-heroicons": "^1.2", | ||
"blade-ui-kit/blade-heroicons": "^2.0", | ||
"danharrin/livewire-rate-limiting": "^0.3|^1.0", | ||
"doctrine/dbal": "^3.6", | ||
"larastan/larastan": "^2.0", | ||
"laravel/pint": "^1.1", | ||
"laravel/framework": "^10.0|^11.0", | ||
"mockery/mockery": "^1.4", | ||
"nunomaduro/collision": "^5.11|^6.1", | ||
"orchestra/testbench": "^7.0|^8.0", | ||
|
@@ -70,7 +72,6 @@ | |
} | ||
}, | ||
"scripts": { | ||
"baseline": "./vendor/bin/phpstan analyse --generate-baseline", | ||
"pint": "./vendor/bin/pint", | ||
"pest": "./vendor/bin/pest", | ||
"stan": "./vendor/bin/phpstan analyse --memory-limit=1G" | ||
|
Oops, something went wrong.