mirror of
https://codeberg.org/vegvisir/website.git
synced 2025-09-13 16:33:42 +02:00
18 lines
No EOL
960 B
PHP
18 lines
No EOL
960 B
PHP
<?= VV::include("snippets/docs/shell") ?>
|
|
<main>
|
|
<?= VV::include("snippets/docs/version-select"); ?>
|
|
<section class="md">
|
|
<container>
|
|
<h1>Introduction</h1>
|
|
<p>Vegvisir is a PHP and JavaScript web framework developed by <a href="https://vlw.se">Victor Westerlund</a> as a hobby project.</p>
|
|
<p>This framework is not intended to replace the true-and-tested like Laravel, it would be interesting of course if it gained some users but my goal is to keep this project small and flexible.</p>
|
|
</container>
|
|
</section>
|
|
<section class="md">
|
|
<container>
|
|
<h1>Scope</h1>
|
|
<p>This documentation only covers the new experimental version of Vegvisir, which is version 3.</p>
|
|
<p>The older versions of Vegvisir can be found here. They lack proper documentation and function a bit differently than Vegvisir 3 which has been largely rewritten from scratch. The main addition to version 3 are what I call "shells".</p>
|
|
</container>
|
|
</section>
|
|
</main>
|