.env-example
.gitignore
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
codecov.yml
craft
makefile
pyproject.toml
pytest.ini
requirements.txt
setup.cfg
setup.py
wsgi.py
.github/dependabot.yml
.github/workflows/pythonapp.yml
.github/workflows/pythonpublish.yml
config/database.py
src/__init__.py
src/masonite_modules/__init__.py
src/masonite_modules/masonite_module.py
src/masonite_modules.egg-info/PKG-INFO
src/masonite_modules.egg-info/SOURCES.txt
src/masonite_modules.egg-info/dependency_links.txt
src/masonite_modules.egg-info/requires.txt
src/masonite_modules.egg-info/top_level.txt
src/masonite_modules/commands/__init__.py
src/masonite_modules/commands/module_create.py
src/masonite_modules/commands/module_install.py
src/masonite_modules/config/modules.py
src/masonite_modules/providers/__init__.py
src/masonite_modules/providers/module_provider.py
src/masonite_modules/routes/route.py
src/masonite_modules/stubs/__init__.py
src/masonite_modules/stubs/controller.skeleton
src/masonite_modules/stubs/index.skeleton
src/masonite_modules/stubs/layout.skeleton
src/masonite_modules/stubs/model.skeleton
src/masonite_modules/stubs/route.skeleton
src/masonite_modules/templates/index.html
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/AuthenticationMiddleware.py
tests/integrations/app/middlewares/VerifyCsrfToken.py
tests/integrations/app/middlewares/__init__.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/filesystem.py
tests/integrations/config/mail.py
tests/integrations/config/modules.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/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/integrations/templates/errors/403.html
tests/integrations/templates/errors/404.html
tests/integrations/templates/errors/500.html
tests/unit/__init__.py
tests/unit/test_package.py