.env-example
.env.testing
.gitignore
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
babel.config.json
codecov.yml
craft
makefile
package-lock.json
package.json
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/__init__.py
src/masonite/js_routes/__init__.py
src/masonite/js_routes/generator.py
src/masonite/js_routes/helpers.py
src/masonite/js_routes/routes.py
src/masonite/js_routes/commands/GenerateCommand.py
src/masonite/js_routes/commands/__init__.py
src/masonite/js_routes/config/js_routes.py
src/masonite/js_routes/providers/JSRoutesProvider.py
src/masonite/js_routes/providers/__init__.py
src/masonite_js_routes.egg-info/PKG-INFO
src/masonite_js_routes.egg-info/SOURCES.txt
src/masonite_js_routes.egg-info/dependency_links.txt
src/masonite_js_routes.egg-info/requires.txt
src/masonite_js_routes.egg-info/top_level.txt
tests/__init__.py
tests/integrations/Kernel.py
tests/integrations/__init__.py
tests/integrations/app/__init__.py
tests/integrations/app/controllers/TestController.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/app/providers/AppProvider.py
tests/integrations/app/providers/__init__.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/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/js/route.test.js
tests/js/routes.js
tests/unit/__init__.py
tests/unit/test_helpers.py
tests/unit/test_routes.py
tests/unit/test_view_helper.py