Skip to content

Commit

Permalink
Update: Extra Laravel Providers on Composer,json
Browse files Browse the repository at this point in the history
  • Loading branch information
dayCod committed Jul 27, 2023
1 parent f48794e commit a990b69
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,17 @@
}
],
"minimum-stability": "dev",
"require": {}
"require": {},
"autoload": {
"psr-4": {
"DayCod\\ArtisanBackup\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"DayCod\\ArtisanBackup\\ArtisanBackupServiceProvider"
]
}
}
}

0 comments on commit a990b69

Please sign in to comment.