flipboxstudio / lumen-generator

A Lumen Generator You Are Missing
https://packagist.org/packages/flipbox/lumen-generator
MIT License
822 stars 126 forks source link

Add viewAny method to policy generator #66

Closed nevmn closed 4 years ago

nevmn commented 4 years ago

According to the Laravel 6 upgrade guide https://laravel.com/docs/6.x/upgrade#authorized-resources it would be necessary to add "viewAny" method to the policy generator. This won't brake any backward compatibility when using the generator with Laravel ^5.4 as described in package.json.