Routing
Named routes, parameterized paths, route groups and URL generator.
DocumentationPřehled základních Bootstrap typografických prvků, komponent a utility tříd používaných ve frontendových šablonách webu frameworku.
This is a lead paragraph. It is used for page introductions or stronger content summaries.
A regular text paragraph. Lemonade Framework is a lightweight application foundation for PHP 8.1+ for custom web systems, administration interfaces, CMS projects and integration applications.
Secondary text is useful for supporting descriptions, explanations and less important information.
Small secondary text is useful for metadata, notes, dates or technical additions.
Highlighted text
Deleted text
Strikethrough text
Inserted text
Underlined text
Small text
Bold text
Italic text
Link example: framework documentation.
A framework should be small enough to read and practical enough to carry a real application.
Inline code: $router->url('articles.index')
<?php
declare(strict_types=1);
$router->getNamed(
'articles.index',
'/blog',
ArticleController::class . '@index',
);
return $this->redirect(
$router->url('articles.index'),
);
| Component | Category | Status |
|---|---|---|
| Routing | HTTP | stable |
| Validation | Input | stable |
| Database Layer | Persistence | draft |
Named routes, parameterized paths, route groups and URL generator.
DocumentationToken manager, middleware validation and a helper for hidden fields in forms.
Documentation