sohelamin / crud-generator

Laravel CRUD Generator
https://packagist.org/packages/appzcoder/crud-generator
MIT License
1.41k stars 426 forks source link

Laravel 5.7 Removed 'or' Blade operator in favor of '??' #237

Closed rajmasha closed 5 years ago

rajmasha commented 6 years ago

Replaced blade OR operator by ?? in html form fields for laravel 5.7

sohelamin commented 5 years ago

Fixing it now with isset()