Quantcast
Channel: Laravel News
Viewing all articles
Browse latest Browse all 1815

MySQL customizations in Laravel 5.2

$
0
0

Matt Stauffer has a new tutorial out showing how you can set up MySQL in Laravel 5.2 for “strict” mode.

With this new feature, Laravel now has the ability to do three things: Disable “strict” mode, returning to the <= 5.6 behavior; enable “strict” mode, setting it to the 5.7 behavior; or customizing exactly which modes are enabled.

All these settings are configurable from your config/database file or can be set up to use .env variables.


Viewing all articles
Browse latest Browse all 1815

Trending Articles