Skip to content

Commit

Permalink
Steps 2, 3 & 4 done
Browse files Browse the repository at this point in the history
I did the aforementioned steps. However I am notified of an error regarding
an undeclared variable. I will deal with it later on.
  • Loading branch information
tsetis committed Jun 3, 2024
1 parent 220900c commit 2a1a526
Show file tree
Hide file tree
Showing 14 changed files with 1,882 additions and 290 deletions.
50 changes: 0 additions & 50 deletions bin/build.js

This file was deleted.

10 changes: 3 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
},
"autoload": {
"psr-4": {
"Tsetis\\StandalonePluginTutorial\\": "src/",
"Tsetis\\StandalonePluginTutorial\\Database\\Factories\\": "database/factories/"
"Tsetis\\StandalonePluginTutorial\\": "src/"
}
},
"autoload-dev": {
Expand All @@ -58,12 +57,9 @@
"laravel": {
"providers": [
"Tsetis\\StandalonePluginTutorial\\StandalonePluginTutorialServiceProvider"
],
"aliases": {
"StandalonePluginTutorial": "Tsetis\\StandalonePluginTutorial\\Facades\\StandalonePluginTutorial"
}
]
}
},
"minimum-stability": "dev",
"prefer-stable": true
}
}
6 changes: 0 additions & 6 deletions config/standalone-plugin-tutorial.php

This file was deleted.

19 changes: 0 additions & 19 deletions database/factories/ModelFactory.php

This file was deleted.

This file was deleted.

Loading

0 comments on commit 2a1a526

Please sign in to comment.