.env-example
.gitignore
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
codecov.yml
config
craft
description
makefile
masonite.sqlite3
pyproject.toml
pytest.ini
requirements.txt
setup.cfg
setup.py
wsgi.py
.github/dependabot.yml
.github/workflows/pythonapp.yml
.github/workflows/pythonpublish.yml
src/__init__.py
src/masonite_permission/__init__.py
src/masonite_permission.egg-info/PKG-INFO
src/masonite_permission.egg-info/SOURCES.txt
src/masonite_permission.egg-info/dependency_links.txt
src/masonite_permission.egg-info/requires.txt
src/masonite_permission.egg-info/top_level.txt
src/masonite_permission/config/masonite_permission.py
src/masonite_permission/exceptions/__init__.py
src/masonite_permission/migrations/create_permissions_table.py
src/masonite_permission/models/has_roles.py
src/masonite_permission/models/permission.py
src/masonite_permission/models/role.py
src/masonite_permission/providers/PermissionProvider.py
src/masonite_permission/providers/__init__.py
tests/__init__.py
tests/integrations/Kernel.py
tests/integrations/app/__init__.py
tests/integrations/app/controllers/WelcomeController.py
tests/integrations/app/controllers/__init__.py
tests/integrations/app/middlewares/VerifyCsrfToken.py
tests/integrations/app/models/User.py
tests/integrations/config/__init__.py
tests/integrations/config/application.py
tests/integrations/config/auth.py
tests/integrations/config/broadcast.py
tests/integrations/config/cache.py
tests/integrations/config/database.py
tests/integrations/config/exceptions.py
tests/integrations/config/filemanager.py
tests/integrations/config/filesystem.py
tests/integrations/config/mail.py
tests/integrations/config/masonite-permission.py
tests/integrations/config/notification.py
tests/integrations/config/providers.py
tests/integrations/config/queue.py
tests/integrations/config/session.py
tests/integrations/databases/migrations/2021_01_09_033202_create_password_reset_table.py
tests/integrations/databases/migrations/2021_01_09_043202_create_users_table.py
tests/integrations/databases/migrations/2022_03_15_150656_create_permissions_table.py
tests/integrations/databases/seeds/__init__.py
tests/integrations/databases/seeds/database_seeder.py
tests/integrations/databases/seeds/user_table_seeder.py
tests/integrations/resources/css/app.css
tests/integrations/resources/js/app.js
tests/integrations/resources/js/bootstrap.js
tests/integrations/routes/web.py
tests/integrations/storage/.gitignore
tests/integrations/storage/public/favicon.ico
tests/integrations/storage/public/logo.png
tests/integrations/storage/public/robots.txt
tests/integrations/templates/__init__.py
tests/integrations/templates/base.html
tests/integrations/templates/maintenance.html
tests/integrations/templates/welcome.html
tests/unit/__init__.py
tests/unit/test_package.py