remove file

This commit is contained in:
Taylor Otwell 2017-07-12 11:58:33 -05:00
parent 1e4f3b9920
commit 51f7e188a1
1 changed files with 0 additions and 42 deletions

View File

@ -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)