.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/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/filesystem.py
tests/integrations/config/mail.py
tests/integrations/config/providers.py
tests/integrations/config/queue.py
tests/integrations/config/session.py
tests/integrations/controllers/TestController.py
tests/integrations/controllers/WelcomeController.py
tests/integrations/routes/web.py
tests/integrations/templates/__init__.py
tests/integrations/templates/base.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