Download the PHP package mlcrm/starter without Composer
On this page you can find all versions of the php package mlcrm/starter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mlcrm/starter
More information about mlcrm/starter
Files in mlcrm/starter
Informations about the package starter
The symfony framework(6.0.1) starter template
What is required?
php: '>=8.0.2'
composer: '>=2'
nodejs: '>=14'
yarn: '>=1.22.17'
docker: '>= 20.10.12'
docker-compose: '>= 1.29.2'
This template is designed for a quick start of enterprise application development based on the symfony framework.
It contains a ready template of administrative panel, main page template, authorization controllers, etc. Uses docker, nginx, php 8, bootstrap 5, stimulus 3
The following functionality is implemented in the template
- User locale detection: [App\EventSubscriber\StartupSubscriber]
- Separate entry points and firewalls for the control panel and the user's personal account
- [App\Service\DocumentService] allowing you to add an entry point, set title, description, keywords, etc. A global document variable is available for all twig templates
- ...
For a quick start, run the following commands:
1. Install the javascript dependencies and run build:
2. Build and run a docker container
3. Update database schema
4. Add the system administrator and user to the database
http://127.0.0.1:8000 - homepage
http://127.0.0.1:8080 - database control panel
http://127.0.0.1:8000/dashboard - control panel [user: [email protected], password: admin]
http://127.0.0.1:8000/account - user's personal account [user: [email protected], password: user]
All versions of starter with dependencies
ext-ctype Version *
ext-iconv Version *
composer/package-versions-deprecated Version 1.11.99.4
doctrine/annotations Version ^1.0
doctrine/doctrine-bundle Version ^2.5
doctrine/doctrine-fixtures-bundle Version ^3.4
doctrine/doctrine-migrations-bundle Version ^3.2
doctrine/orm Version ^2.10
phpdocumentor/reflection-docblock Version ^5.3
sensio/framework-extra-bundle Version ^6.1
symfony/asset Version 6.0.*
symfony/console Version 6.0.*
symfony/dotenv Version 6.0.*
symfony/expression-language Version 6.0.*
symfony/flex Version ^2
symfony/form Version 6.0.*
symfony/framework-bundle Version 6.0.*
symfony/http-client Version 6.0.*
symfony/intl Version 6.0.*
symfony/mailer Version 6.0.*
symfony/mime Version 6.0.*
symfony/monolog-bundle Version ^3.1
symfony/notifier Version 6.0.*
symfony/process Version 6.0.*
symfony/property-access Version 6.0.*
symfony/property-info Version 6.0.*
symfony/proxy-manager-bridge Version 6.0.*
symfony/runtime Version 6.0.*
symfony/security-bundle Version 6.0.*
symfony/serializer Version 6.0.*
symfony/string Version 6.0.*
symfony/translation Version 6.0.*
symfony/twig-bundle Version 6.0.*
symfony/validator Version 6.0.*
symfony/web-link Version 6.0.*
symfony/webpack-encore-bundle Version ^1.12
symfony/yaml Version 6.0.*
twig/extra-bundle Version ^2.12|^3.0
twig/twig Version ^2.12|^3.0