Skip to content

Commit

Permalink
feat(documentator): Command lara-asp-documentator:requirements to g…
Browse files Browse the repository at this point in the history
…enerate a table with the required versions of PHP/Laravel in Markdown format.
  • Loading branch information
LastDragon-ru committed Aug 25, 2023
1 parent ed0d61d commit 2842250
Show file tree
Hide file tree
Showing 12 changed files with 1,172 additions and 4 deletions.
2 changes: 2 additions & 0 deletions config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
use Illuminate\Support\Facades\Facade;
use Illuminate\Support\ServiceProvider;
use LastDragon_ru\LaraASP\Documentator\Provider as DocumentatorProvider;
use LastDragon_ru\LaraASP\Serializer\Provider as SerializerProvider;

return [
/*
Expand Down Expand Up @@ -143,6 +144,7 @@
|
*/
'providers' => ServiceProvider::defaultProviders()->merge([
SerializerProvider::class,
DocumentatorProvider::class,
])->toArray(),

Expand Down
Loading

0 comments on commit 2842250

Please sign in to comment.