tripikad / trip2

Estonian largest travel community built on Laravel and Vue
6 stars 6 forks source link

Replace custom permission logic with Abilities #136

Open kristjanjansen opened 9 years ago

kristjanjansen commented 9 years ago

Laravel 5.1.11 introduced new APIs for roles and permissions. Upgrade.

http://laravel.com/docs/5.1/authorization http://laravel.com/docs/5.1/upgrade#upgrade-5.1.11

https://github.com/JosephSilber/bouncer

Needs proper testing suite first #227 #228

kristjanjansen commented 9 years ago

The video tutorials are also out

https://laracasts.com/series/whats-new-in-laravel-5-1/episodes/13 https://laracasts.com/series/whats-new-in-laravel-5-1/episodes/14 https://laracasts.com/series/whats-new-in-laravel-5-1/episodes/16

kristjanjansen commented 8 years ago

Feels like V2.