{"id":21025762,"url":"https://github.com/vishnusharmax/symfony3.4-complete-setup","last_synced_at":"2026-04-21T21:03:02.562Z","repository":{"id":250408251,"uuid":"128381274","full_name":"vishnusharmax/symfony3.4-complete-setup","owner":"vishnusharmax","description":"The Symfony PHP framework https://symfony.com","archived":false,"fork":false,"pushed_at":"2018-04-13T10:05:42.000Z","size":31690,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-20T14:28:14.506Z","etag":null,"topics":["framework","php","symfony","symfony-3-download","symfony-3-example","symfony-3-sample-project","symfony-adminbundle","symfony-demo-application-github","symfony-github","symfony-restapibundle","symfony3","symfony3-bundle","symfony3-commands","symfony3-development","symfony34"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vishnusharmax.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-06T10:32:37.000Z","updated_at":"2018-04-13T10:05:43.000Z","dependencies_parsed_at":"2024-07-27T07:44:32.791Z","dependency_job_id":null,"html_url":"https://github.com/vishnusharmax/symfony3.4-complete-setup","commit_stats":null,"previous_names":["vishnusharmax/symfony3.4-complete-setup"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vishnusharmax%2Fsymfony3.4-complete-setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vishnusharmax%2Fsymfony3.4-complete-setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vishnusharmax%2Fsymfony3.4-complete-setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vishnusharmax%2Fsymfony3.4-complete-setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vishnusharmax","download_url":"https://codeload.github.com/vishnusharmax/symfony3.4-complete-setup/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243461063,"owners_count":20294681,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["framework","php","symfony","symfony-3-download","symfony-3-example","symfony-3-sample-project","symfony-adminbundle","symfony-demo-application-github","symfony-github","symfony-restapibundle","symfony3","symfony3-bundle","symfony3-commands","symfony3-development","symfony34"],"created_at":"2024-11-19T11:36:31.267Z","updated_at":"2025-12-29T21:05:38.960Z","avatar_url":"https://github.com/vishnusharmax.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Symfony 3.4\n========================\n\nWelcome to the Symfony Standard Edition - a fully-functional Symfony\napplication that you can use as the skeleton for your new applications.\n\nFor details on how to download and get started with Symfony, see the\n[Installation][1] chapter of the Symfony Documentation.\n\nThere's no need to configure anything to run the application. Just execute this command to run the built-in web server and access the application in your browser at http://127.0.0.1:8000/secure/login\n![alt text](http://laxmiclothes.com/SymfonyDesktop.png)\n![alt text](http://laxmiclothes.com/SymfonyLogin.png)\n\n\n\u003cpre\u003e\n$ cd symfony3.4-complete-setup/\n$ php bin/console doctrine:database:create\n$ php bin/console doctrine:schema:update --force\n$ php bin/console Login:loaddata\n$ php bin/console server:run\u003c/pre\u003e\n\n\nEvery thing is done now open url http://127.0.0.1:8000/secure/login\n\nWhat's inside?\n--------------\n\nThe Symfony Standard Edition is configured with the following defaults:\n\n  * An AdminBundle you can use to start coding for admin panel;\n  * An DBBundle you can use to start coding for Database;\n  * An ServiceBundle you can use to start coding for Rest Api;\n  * An CommonBundle you can use to start coding for Common helper;\n  * An SiteBundle you can use to start coding for your front end website;\n\n\n  * Twig as the only configured template engine;\n\n  * Doctrine ORM/DBAL;\n\n  * Swiftmailer;\n\n  * Annotations enabled for everything.\n\nIt comes pre-configured with the following bundles:\n\n  * **FrameworkBundle** - The core Symfony framework bundle\n  \n  * **VichUploaderBundle** - Adds support for image uploadation\n    \n  * **beberlei/DoctrineExtensions** - Adds support for doctrine custom query helper.\n\n\n  * [**SensioFrameworkExtraBundle**][6] - Adds several enhancements, including\n    template and routing annotation capability\n\n  * [**DoctrineBundle**][7] - Adds support for the Doctrine ORM\n\n  * [**TwigBundle**][8] - Adds support for the Twig templating engine\n\n  * [**SecurityBundle**][9] - Adds security by integrating Symfony's security\n    component\n\n  * [**SwiftmailerBundle**][10] - Adds support for Swiftmailer, a library for\n    sending emails\n\n  * [**MonologBundle**][11] - Adds support for Monolog, a logging library\n\n  * [**AsseticBundle**][12] - Adds support for Assetic, an asset processing\n    library\n\n  * **WebProfilerBundle** (in dev/test env) - Adds profiling functionality and\n    the web debug toolbar\n\n  * **SensioDistributionBundle** (in dev/test env) - Adds functionality for\n    configuring and working with Symfony distributions\n\n  * [**SensioGeneratorBundle**][13] (in dev/test env) - Adds code generation\n    capabilities\n\n  * **DebugBundle** (in dev/test env) - Adds Debug and VarDumper component\n    integration\n\nAll libraries and bundles included in the Symfony Standard Edition are\nreleased under the MIT or BSD license.\n\nEnjoy!\n\n[1]:  https://symfony.com/doc/3.4/setup.html\n[6]:  https://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/index.html\n[7]:  https://symfony.com/doc/3.4/doctrine.html\n[8]:  https://symfony.com/doc/3.4/templating.html\n[9]:  https://symfony.com/doc/3.4/security.html\n[10]: https://symfony.com/doc/3.4/email.html\n[11]: https://symfony.com/doc/3.4/logging.html\n[12]: https://symfony.com/doc/3.4/assetic/asset_management.html\n[13]: https://symfony.com/doc/current/bundles/SensioGeneratorBundle/index.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvishnusharmax%2Fsymfony3.4-complete-setup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvishnusharmax%2Fsymfony3.4-complete-setup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvishnusharmax%2Fsymfony3.4-complete-setup/lists"}