Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nuhu-ibrahim/computer-aided-learning
https://github.com/nuhu-ibrahim/computer-aided-learning
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nuhu-ibrahim/computer-aided-learning
- Owner: nuhu-ibrahim
- Created: 2019-03-03T15:00:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-10T08:51:26.000Z (almost 6 years ago)
- Last Synced: 2024-10-23T04:17:53.158Z (2 months ago)
- Language: JavaScript
- Size: 23.4 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.rst
Awesome Lists containing this project
README
###################
Computer Aided Learning System Developed using Symfony PHP framework
######################################
How to Install
###################
Create a database with name of your choice
Update the parameter.yml file in the app/config folder
Run php bin/console doctrine:schema:update --force
Create a user in your database with role titled "ROLE_ADMIN"###################
Alternatively
###################
You can import the database file named computer_sci_blog in the project root directory###################
Final note
###################
You can create an issue here on github incase you need help with using the app. Also, you can create a pull request if their is any important update you made on the project###################
What is Symfony
###################Symfony is an Open Source PHP framework for developing web applications. It was originally conceived by the interactive agency SensioLabs for the development of web sites for its own customers. Symfony was published in 2005 under MIT Open Source license and today it is among the leading frameworks available for PHP development.
Supported by SensioLabs - but also by a large community - Symfony provides many resources: plentiful documentation, community support (mailing lists, IRC, etc.), professional support (consulting, training, etc.), and so on.
Thousands of web sites and applications rely on the Symfony framework and the Symfony components as the foundation of their web services. And most of the leading PHP projects, such as Drupal, phpBB, Laravel and eZ Publish use Symfony components to build their applications.