List of all items
Structs
- app::controllers::docs_controller::CommandsTemplate
- app::controllers::docs_controller::ControllersTemplate
- app::controllers::docs_controller::DocItem
- app::controllers::docs_controller::DocSection
- app::controllers::docs_controller::DocsController
- app::controllers::docs_controller::DocsTemplate
- app::controllers::docs_controller::DtosTemplate
- app::controllers::docs_controller::EntitiesTemplate
- app::controllers::docs_controller::ExtractorsTemplate
- app::controllers::docs_controller::FactoriesTemplate
- app::controllers::docs_controller::FrontendTemplate
- app::controllers::docs_controller::MiddlewareTemplate
- app::controllers::docs_controller::MigrationsTemplate
- app::controllers::docs_controller::ModelsTemplate
- app::controllers::docs_controller::RoutingTemplate
- app::controllers::docs_controller::SeedersTemplate
- app::controllers::docs_controller::ValidationTemplate
- app::controllers::docs_controller::ViewsTemplate
- app::controllers::inertia_controller::InertiaController
- app::controllers::pages::AboutTemplate
- app::controllers::pages::LandingTemplate
- app::controllers::post_controller::PostController
- app::controllers::user_controller::UserController
- app::dtos::about::AboutPageProps
- app::dtos::post::CreatePostRequest
- app::dtos::post::PostListResponse
- app::dtos::post::PostResponse
- app::dtos::user::CreateUserRequest
- app::dtos::user::UserListResponse
- app::dtos::user::UserResponse
- app::entities::Post
- app::entities::User
- app::factories::user_factory::UserFactory
- bootstrap::app::Application
- cli::Cli
- framework::database::config::Connections
- framework::database::config::DatabaseConfig
- framework::database::config::SqliteConnection
- framework::database::migration::Migration
- framework::database::migration::MigrationManager
- framework::database::model::BelongsTo
- framework::database::model::Field
- framework::database::model::HasMany
- framework::database::model::HasOne
- framework::database::model::Rules
- framework::database::query_builder::QueryBuilder
- framework::database::seeder::DatabaseSeeder
- framework::inertia::InertiaConfig
- framework::middleware::MiddlewareStack
- framework::middleware::presets::Cors
- framework::middleware::presets::TrimStrings
- framework::prelude::Inertia
- framework::prelude::Json
- framework::prelude::Path
- framework::prelude::SqliteRow
- framework::prelude::StatusCode
- framework::prelude::ValidationError
- framework::routing::Route
- framework::typescript::TsExporter
- framework::validation::LoginRequest
- framework::validation::ValidationErrors
- framework::views::Metadata
Enums
Traits
- framework::database::factory::Factory
- framework::database::model::Model
- framework::database::model::ModelValidation
- framework::database::model::Validate
- framework::database::model::ValidationRules
- framework::database::seeder::Seeder
- framework::inertia::InertiaProps
- framework::middleware::RouteMiddlewareExt
- framework::middleware::RouterMiddlewareExt
- framework::middleware::WithMiddleware
- framework::prelude::Deserialize
- framework::prelude::FromRow
- framework::prelude::IntoResponse
- framework::prelude::Serialize
- framework::routing::RouteGroup
- framework::validation::Rules
- framework::validation::Validator
- framework::views::HasMetadata
- framework::views::TemplateExt
Macros
Attribute Macros
Derive Macros
- framework::prelude::Deserialize
- framework::prelude::FromRow
- framework::prelude::GenerateValidationFields
- framework::prelude::Serialize
Functions
- app::controllers::pages::about
- app::controllers::pages::landing
- app::initialize
- app::models::get_all_model_migrations
- app::models::register_models
- app::seeders::initialize
- app::seeders::user_seeder::initialize
- app::seeders::user_seeder::run
- bootstrap::app::bootstrap
- bootstrap::app::middleware_group
- bootstrap::app::middleware_stack
- cli::run
- framework::database::config::get_config
- framework::database::config::set_config
- framework::database::get_pool
- framework::database::initialize
- framework::database::model::discover_and_register_models
- framework::database::model::get_all_model_migrations
- framework::database::model::register_model_with_migrations
- framework::database::seed
- framework::typescript::export_all_types
- framework::validation::rules::email
- framework::validation::rules::max
- framework::validation::rules::min
- framework::validation::rules::required
- framework::views::get_global_metadata
- framework::views::set_global_metadata
- web::routes