summerblue / laravel5-cheatsheet

A quick reference guide (cheat sheet) for Laravel 5.1 LTS, listing artisan, composer, routes and other useful bits of information.
https://cs.laravel-china.org/
784 stars 167 forks source link

Add syntax for generated key names #1

Closed barryvdh closed 8 years ago

barryvdh commented 8 years ago

See https://github.com/laravel/framework/blob/05367bc04a1fb3ad6a5c6481ff8ddc332269290e/src/Illuminate/Database/Schema/Blueprint.php#L881-L888

Imho this is a lot easier :)

Aufree commented 8 years ago

@barryvdh Thanks for your PR :beers: