So I made my first repository on GitHub.
It is a "Laravel base app" with user access management, user email verification and admin panel.
It uses Zizaco/entrust plus the permissions have an additional field/property, "route" and authorize middleware.
So users get a 403 permission denied if their role doesn't have the permission to access a certain route.
Is this something I can share on GitHub?
So I made my first repository on GitHub. It is a "Laravel base app" with user access management, user email verification and admin panel. It uses Zizaco/entrust plus the permissions have an additional field/property, "route" and authorize middleware. So users get a 403 permission denied if their role doesn't have the permission to access a certain route.
Visit https://github.com/kickthemooon/LaravelBaseApp
I wanted to ask if this is ok as a repository to share and have on GitHub?