.bumpversion.cfg
.env-example
.gitbook.yaml
.gitignore
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
craft
makefile
package-lock.json
package.json
pyproject.toml
pytest.ini
requirements.txt
setup.cfg
setup.py
webpack.mix.js
wsgi.py
.github/dependabot.yml
.github/workflows/publish.yml
.github/workflows/pythonapp.yml
docs/.gitkeep
docs/README.md
docs/SUMMARY.md
docs/contribute.md
docs/demo-app.md
docs/installation.md
docs/support.md
docs/advanced/assets-versioning.md
docs/advanced/authorization.md
docs/advanced/configuration.md
docs/advanced/csrf-protection.md
docs/advanced/error-handling.md
docs/advanced/partial-reloads.md
docs/advanced/root-view.md
docs/advanced/server-side-rendering.md
docs/advanced/testing.md
docs/development/contribute.md
docs/development/support.md
docs/the-basics/file-uploads.md
docs/the-basics/forms.md
docs/the-basics/redirects.md
docs/the-basics/responses.md
docs/the-basics/routing.md
docs/the-basics/shared-data.md
src/__init__.py
src/masonite/__init__.py
src/masonite/inertia/__init__.py
src/masonite/inertia/helpers.py
src/masonite/inertia/config/inertia.py
src/masonite/inertia/core/Inertia.py
src/masonite/inertia/core/InertiaResponse.py
src/masonite/inertia/core/Lazy.py
src/masonite/inertia/core/__init__.py
src/masonite/inertia/middleware/InertiaMiddleware.py
src/masonite/inertia/providers/InertiaProvider.py
src/masonite/inertia/providers/__init__.py
src/masonite/inertia/testing/InertiaTestingResponse.py
src/masonite/inertia/testing/__init__.py
src/masonite_inertia.egg-info/PKG-INFO
src/masonite_inertia.egg-info/SOURCES.txt
src/masonite_inertia.egg-info/dependency_links.txt
src/masonite_inertia.egg-info/requires.txt
src/masonite_inertia.egg-info/top_level.txt
tests/integrations/Kernel.py
tests/integrations/app/__init__.py
tests/integrations/app/controllers/WelcomeController.py
tests/integrations/app/controllers/__init__.py
tests/integrations/app/middleware/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/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/controllers/InertiaController.py
tests/integrations/controllers/TestController.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/2021_03_18_190410_create_notifications_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/Layout.vue
tests/integrations/resources/js/app.js
tests/integrations/resources/js/routes.js
tests/integrations/resources/js/pages/HelloWorld.vue
tests/integrations/resources/js/pages/Index.vue
tests/integrations/resources/js/pages/LazyProps.vue
tests/integrations/resources/js/pages/States.vue
tests/integrations/routes/web.py
tests/integrations/storage/.gitignore
tests/integrations/storage/compiled/js/mix-manifest.json
tests/integrations/storage/public/favicon.ico
tests/integrations/storage/public/logo.png
tests/integrations/templates/__init__.py
tests/integrations/templates/app.html
tests/integrations/templates/app2.html
tests/integrations/templates/base.html
tests/integrations/templates/spa_view.html
tests/integrations/templates/spa_view_2.html
tests/integrations/templates/test_custom_id.html
tests/integrations/templates/welcome.html
tests/unit/test_commands.py
tests/unit/test_inertia_assertions.py
tests/unit/test_inertia_response.py
tests/unit/test_lazy_props.py
tests/unit/test_middleware.py
tests/unit/test_view_helper.py