PSR-2 and integration tests
- Switches to PSR-2 coding style (@svenluijten, #8)
- Adds many integration tests against the new
/example
Laravel project. - Fixes many issues (discovered by @SomosAMambo) with localization that were introduced in Decoy 5. Some fixes were made to the assets, so republish them after updating:
php artisan vendor:publish --provider="Bkwld\Decoy\ServiceProvider" --tag=assets
Next up, adding Laravel 5.3 and then Laravel 5.4 support. Then we'll be considering adding more features and additional testing.