From 51f7e188a149fbc9323d8508f073e53425dbd127 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 12 Jul 2017 11:58:33 -0500 Subject: [PATCH] remove file --- topics.md | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 topics.md diff --git a/topics.md b/topics.md deleted file mode 100644 index be2666a1..00000000 --- a/topics.md +++ /dev/null @@ -1,42 +0,0 @@ -# Misc -- Trust Proxies Middleware * -- $listeners On EventServiceProvider * -- Blade::if() * -- Notification::route()->notify() - -# Routes & Rendering -- React Preset / None Preset -- Route::view * -- Route::redirect * -- Returning Mailables From Routes * -- Renderable Exceptions (And Report Method) * -- Responsable Interface * - -# Validation -- Custom Validation Rules (make:rule) * -- ->validate Returns Validated Data * -- $request->validate() Method * - -# Testing -- Migrate Fresh & Testing Flow Improvements * -- Separate Model Factories By Default, make:factory Method -- withoutExceptionHandling In Tests * - -# Packages -- Package Auto-Discovery * -- Vendor Publish Selection Menu * - -# Queues -- Job Chaining * -- deleteWhenMissingModels For Missing Models On Job Injection -- Horizon - - - -- Pivot Casting - https://laravel-news.com/laravel-5-5-pivot-casting -- Cache Locks (Memcached + Redis) *? -- JSON Exception Messages When Request Wants JSON -- User ID & Email Address In Logs If Possible -- Change Format Of Validation Errors In One Spot -- make:model -a -- Fluent Resource Options (https://github.com/laravel/framework/pull/18767)