Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashurai/pharms_easy
A demo project to manage User profile
https://github.com/ashurai/pharms_easy
bootstrap html5 php7 symfony3
Last synced: about 2 months ago
JSON representation
A demo project to manage User profile
- Host: GitHub
- URL: https://github.com/ashurai/pharms_easy
- Owner: ashurai
- License: mit
- Created: 2019-03-11T06:02:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-14T08:11:36.000Z (almost 6 years ago)
- Last Synced: 2024-10-20T11:36:27.924Z (3 months ago)
- Topics: bootstrap, html5, php7, symfony3
- Language: PHP
- Homepage:
- Size: 153 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Install & Run on local machine by follwing steps
`git clone https://github.com/ashurai/pharms_easy.git`after making clone please create a database with name pharm_easy
and after that `cd pharms_easy` and please install composer by
`composer install`
if a linux system then please make sure that `var/cache/ var/logs/ var/sessions` have read and write access
at the of installation compodser it will ask for few local system configuration
after configuration please execute this two below command`php bin/console doctrine:schema:update --force`
and after that run your local server
`php bin/console server:run`
later you can paste this url in brower and you can see the loaded pages
`http://127.0.0.1:8000/`
Symfony Standard Edition
========================**WARNING**: This distribution does not support Symfony 4. See the
[Installing & Setting up the Symfony Framework][15] page to find a replacement
that fits you best.Welcome to the Symfony Standard Edition - a fully-functional Symfony
application that you can use as the skeleton for your new applications.For details on how to download and get started with Symfony, see the
[Installation][1] chapter of the Symfony Documentation.What's inside?
--------------The Symfony Standard Edition is configured with the following defaults:
* An AppBundle you can use to start coding;
* Twig as the only configured template engine;
* Doctrine ORM/DBAL;
* Swiftmailer;
* Annotations enabled for everything.
It comes pre-configured with the following bundles:
* **FrameworkBundle** - The core Symfony framework bundle
* [**SensioFrameworkExtraBundle**][6] - Adds several enhancements, including
template and routing annotation capability* [**DoctrineBundle**][7] - Adds support for the Doctrine ORM
* [**TwigBundle**][8] - Adds support for the Twig templating engine
* [**SecurityBundle**][9] - Adds security by integrating Symfony's security
component* [**SwiftmailerBundle**][10] - Adds support for Swiftmailer, a library for
sending emails* [**MonologBundle**][11] - Adds support for Monolog, a logging library
* **WebProfilerBundle** (in dev/test env) - Adds profiling functionality and
the web debug toolbar* **SensioDistributionBundle** (in dev/test env) - Adds functionality for
configuring and working with Symfony distributions* [**SensioGeneratorBundle**][13] (in dev env) - Adds code generation
capabilities* [**WebServerBundle**][14] (in dev env) - Adds commands for running applications
using the PHP built-in web server* **DebugBundle** (in dev/test env) - Adds Debug and VarDumper component
integrationAll libraries and bundles included in the Symfony Standard Edition are
released under the MIT or BSD license.Enjoy!
[1]: https://symfony.com/doc/3.4/setup.html
[6]: https://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/index.html
[7]: https://symfony.com/doc/3.4/doctrine.html
[8]: https://symfony.com/doc/3.4/templating.html
[9]: https://symfony.com/doc/3.4/security.html
[10]: https://symfony.com/doc/3.4/email.html
[11]: https://symfony.com/doc/3.4/logging.html
[13]: https://symfony.com/doc/current/bundles/SensioGeneratorBundle/index.html
[14]: https://symfony.com/doc/current/setup/built_in_web_server.html
[15]: https://symfony.com/doc/current/setup.html