Recommend this page to a friend! |
Classes of Manolo Salsas | Symfony Create Bundle Skeleton | README.md | Download |
|
DownloadSymfony Bundle SkeletonThe "Symfony Bundle Skeleton" is an application for creating reusable Symfony bundles. Forked from [symfony/demo][1] Requirements* PHP 7.2.9 or higher; * PDO-SQLite PHP extension enabled; * and the [usual Symfony application requirements][2]. Installation
Install Composer dependencies:
UsageRun this command to create the new bundle in
You will be asked for some needed arguments for the bundle structure and files. There's no need to configure anything to run the application. If you have [installed Symfony][4], run this command and access the application in your browser at the given URL (<https://localhost:8000> by default):
If you don't have the Symfony binary installed, run TestsExecute this command to run tests:
[1]: https://github.com/symfony/demo [2]: https://symfony.com/doc/current/reference/requirements.html [3]: https://symfony.com/doc/current/cookbook/configuration/web_server_configuration.html [4]: https://symfony.com/download [5]: https://github.com/symfony/webpack-encore |