Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nuhu-ibrahim/online-blog
An online communication model to aid student's fluent learning in institutions
https://github.com/nuhu-ibrahim/online-blog
blog learning learning-blog lectuter php student-lecturer-communication student-project symfony
Last synced: 25 days ago
JSON representation
An online communication model to aid student's fluent learning in institutions
- Host: GitHub
- URL: https://github.com/nuhu-ibrahim/online-blog
- Owner: nuhu-ibrahim
- Created: 2019-01-29T03:45:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-10T08:47:22.000Z (over 5 years ago)
- Last Synced: 2023-08-15T12:35:26.574Z (over 1 year ago)
- Topics: blog, learning, learning-blog, lectuter, php, student-lecturer-communication, student-project, symfony
- Language: PHP
- Size: 19.2 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.rst
Awesome Lists containing this project
README
###################
Online Blog Developed using Symfony PHP framework
###################
An online communication model to aid student's fluent learning in institutions. It aids fluent communication between teachers and students in tertiary institutions###################
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.