mirror of
https://github.com/archtechx/gloss.git
synced 2025-12-12 03:04:04 +00:00
Add autodiscovery
This commit is contained in:
parent
cfcae73ee1
commit
81c8547077
2 changed files with 14 additions and 3 deletions
|
|
@ -23,5 +23,15 @@
|
|||
"orchestra/testbench-core": "6.7.0",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"nunomaduro/larastan": "^0.6.11"
|
||||
},
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"Lean\\Gloss\\GlossServiceProviders"
|
||||
],
|
||||
"aliases": {
|
||||
"Gloss": "Lean\\Gloss\\Gloss"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue