-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Kai Philipp
committed
Sep 1, 2023
1 parent
29a2f37
commit 4b68471
Showing
1,542 changed files
with
2,541 additions
and
648 deletions.
There are no files selected for viewing
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
<?php return array ( | ||
'fruitcake/laravel-cors' => | ||
array ( | ||
'providers' => | ||
array ( | ||
0 => 'Fruitcake\\Cors\\CorsServiceProvider', | ||
), | ||
), | ||
'laravel/tinker' => | ||
array ( | ||
'providers' => | ||
array ( | ||
0 => 'Laravel\\Tinker\\TinkerServiceProvider', | ||
), | ||
), | ||
'laravel/ui' => | ||
array ( | ||
'providers' => | ||
array ( | ||
0 => 'Laravel\\Ui\\UiServiceProvider', | ||
), | ||
), | ||
'nesbot/carbon' => | ||
array ( | ||
'providers' => | ||
array ( | ||
0 => 'Carbon\\Laravel\\ServiceProvider', | ||
), | ||
), | ||
'nunomaduro/collision' => | ||
array ( | ||
'providers' => | ||
array ( | ||
0 => 'NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider', | ||
), | ||
), | ||
'nunomaduro/termwind' => | ||
array ( | ||
'providers' => | ||
array ( | ||
0 => 'Termwind\\Laravel\\TermwindServiceProvider', | ||
), | ||
), | ||
'spatie/laravel-ignition' => | ||
array ( | ||
'providers' => | ||
array ( | ||
0 => 'Spatie\\LaravelIgnition\\IgnitionServiceProvider', | ||
), | ||
'aliases' => | ||
array ( | ||
'Flare' => 'Spatie\\LaravelIgnition\\Facades\\Flare', | ||
), | ||
), | ||
); |
Large diffs are not rendered by default.
Oops, something went wrong.
Empty file.
Oops, something went wrong.