fenrir-soft / framework
1.0.0
2024-10-14 00:13 UTC
Requires
- diasfs/twig-relative-path: ^1.0
- doctrine/dbal: ^4.1
- guzzlehttp/guzzle: ^7.9
- php-di/php-di: ^7.0
- rybakit/twig-deferred-extension: ^3.0
- symfony/console: ^7.1
- symfony/framework-bundle: ^7.1
- symfony/mime: ^7.1
- symfony/routing: ^7.1
- symfony/uid: ^7.1
- twig/twig: ^3.14
- vlucas/phpdotenv: ^5.6
README
Requirements
- php 8.2+
Installation
Create a composer.json file
{ "scripts": { "dev": "serve --host=0.0.0.0 --port=0" }, "require": { "fenrir-soft/framework": "^1.0" }, "autoload": { "psr-4": { "": "src/" } } }
then run the command:
$ composer install
Running the dev server
To run the dev server, run the command:
$ composer run dev