Skip to content

Commit d56bc5b

Browse files
committed
refactor create and delete database command
1 parent fd29bf7 commit d56bc5b

File tree

11 files changed

+129
-413
lines changed

11 files changed

+129
-413
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
/node_modules
44
/composer.lock
55
/.phpunit.result.cache
6+
todo.md

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "guysolamour/laravel-commands",
3-
"description": "As set of commands for laravel",
3+
"description": "As suit of useful commands for laravel",
44
"license": "MIT",
55
"keywords": [
66
"command","laravel","artisan"
@@ -16,11 +16,11 @@
1616
],
1717
"require": {
1818
"php": ">=7.2",
19-
"illuminate/support": "^6.0|~7.0"
19+
"illuminate/support": "^6.0|^7.0"
2020
},
2121
"require-dev": {
22-
"orchestra/testbench": "^4.0",
23-
"phpunit/phpunit": "^8.5"
22+
"orchestra/testbench": "^4.0|^5.0",
23+
"phpunit/phpunit": "^8.4|^9.0"
2424
},
2525
"autoload": {
2626
"psr-4": {

src/Console/Commands/Admin/Base.php

Lines changed: 0 additions & 42 deletions
This file was deleted.

src/Console/Commands/Admin/Create.php

Lines changed: 0 additions & 88 deletions
This file was deleted.

src/Console/Commands/Admin/Delete.php

Lines changed: 0 additions & 47 deletions
This file was deleted.

src/Console/Commands/Admin/Edit.php

Lines changed: 0 additions & 122 deletions
This file was deleted.

0 commit comments

Comments
 (0)