Skip to content

Instantly share code, notes, and snippets.

@peterfox
Last active June 26, 2019 11:21
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save peterfox/5e83ef843f84b8c4bafc3408c5c5914a to your computer and use it in GitHub Desktop.
Save peterfox/5e83ef843f84b8c4bafc3408c5c5914a to your computer and use it in GitHub Desktop.
List of all Macroable Classes in Laravel 5.8
vendor/laravel/framework/src/Illuminate/Auth/RequestGuard.php
vendor/laravel/framework/src/Illuminate/Auth/SessionGuard.php
vendor/laravel/framework/src/Illuminate/Cache/Repository.php
vendor/laravel/framework/src/Illuminate/Console/Command.php
vendor/laravel/framework/src/Illuminate/Console/Scheduling/Event.php
vendor/laravel/framework/src/Illuminate/Cookie/CookieJar.php
vendor/laravel/framework/src/Illuminate/Database/Grammar.php
vendor/laravel/framework/src/Illuminate/Database/Eloquent/FactoryBuilder.php
vendor/laravel/framework/src/Illuminate/Database/Eloquent/Relations/Relation.php
vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php
vendor/laravel/framework/src/Illuminate/Database/Schema/Blueprint.php
vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php
vendor/laravel/framework/src/Illuminate/Foundation/Testing/TestResponse.php
vendor/laravel/framework/src/Illuminate/Http/JsonResponse.php
vendor/laravel/framework/src/Illuminate/Http/RedirectResponse.php
vendor/laravel/framework/src/Illuminate/Http/Request.php
vendor/laravel/framework/src/Illuminate/Http/Response.php
vendor/laravel/framework/src/Illuminate/Http/UploadedFile.php
vendor/laravel/framework/src/Illuminate/Mail/Mailer.php
vendor/laravel/framework/src/Illuminate/Routing/PendingResourceRegistration.php
vendor/laravel/framework/src/Illuminate/Routing/Redirector.php
vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php
vendor/laravel/framework/src/Illuminate/Routing/Route.php
vendor/laravel/framework/src/Illuminate/Routing/Router.php
vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php
vendor/laravel/framework/src/Illuminate/Support/Arr.php
vendor/laravel/framework/src/Illuminate/Support/Collection.php
vendor/laravel/framework/src/Illuminate/Support/Optional.php
vendor/laravel/framework/src/Illuminate/Support/Str.php
vendor/laravel/framework/src/Illuminate/Support/Testing/Fakes/NotificationFake.php
vendor/laravel/framework/src/Illuminate/Translation/Translator.php
vendor/laravel/framework/src/Illuminate/Validation/Rule.php
vendor/laravel/framework/src/Illuminate/View/Factory.php
vendor/laravel/framework/src/Illuminate/View/View.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment