Hi there,
Thank you for your interest in my project. The goal of the project is to build a professional blog application from stretch with php and mysql database and apply it with a MVC framework. The project is part of my PHP/Symfony course via OpenClassrooms.
frontpage
administration page
Clone the repository of this page. Move the "project5PhpBlog" folder to your local PHP development environment. Create a new database and import the file P5_php_database.sql into the new database. Install Composer if you do not have it yet. All dependencies must be installed in a vendor directory. Create an .env file and copy the variable names below into your file and add the variable data as required and place the file in the vendor folder.
#SMTP configuration to send mail
MAIL_HOST =
MAIL_PORT =
MAIL_USERNAME =
MAIL_PASSWORD=
#Your database configuration
DB_NAME=
DB_USER=
DB_PASSWORD=
DB_HOST=
You can use the following administrator account to test the blog, or you could simply create your own one!
Username: administratorSample
Password: Aa12345678
Username: NormalUser
Password: Aa12345678
Enjoy!
You can click the link below the have a better look of the project !
http://blog.chingyipc.com/Have a lovely day
ChingYi P.C
http://chingyipc.com/