📄️ Routing
In Vania, routes are the paths that take incoming requests and send them to the right controllers or handlers. All route files are in the routes folder and are loaded automatically by the RouteServiceProvider.
📄️ Middleware
Introduction
📄️ Controller
Introduction
📄️ Requests
Introduction
📄️ Request File
Handling user-uploaded files, such as photos and documents, is a common requirement in web applications. The RequestFile class in Vania simplifies the process of storing these uploaded files.
📄️ Responses
Introduction
📄️ Validation
Introduction
📄️ Caching
Introduction
📄️ Storage
Introduction
📄️ Service Providers
Introduction
📄️ WebScoket
Introduction
Introduction
📄️ Localization
Introduction
📄️ Vania Template
Introduction
📄️ Session Manager
The Session Manager helps you store, retrieve, and remove session data across multiple requests. You can also configure how long sessions should last by setting a session lifetime value in your .env file.