Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 771 Bytes

README.md

File metadata and controls

48 lines (32 loc) · 771 Bytes

Creation of a Professional Blog PHP

OCR Training Project -

Built with

  • PHP 7.2.19
  • Apache 2.4.35
  • MySQL 5.7.33
  • Bootstrap v5.0.5
  • PHPMailer 6.8.0
  • Composer

Installation

Clone or download the repository

git clone https://github.com/AurelieBnc/blog-pro.git

Move terminal to cloned folder

cd blog-pro

Install libraries with composer :

(twig) (composer require twig/intl-extra)

composer install

Import database with datas : file 'blog_pro.sql'

Configure the environment file using the .env.example file:

Create an .env file at the root of the project

touch .env
  • Copy the data from .env.example into the .env file you just created
  • Change the database connection and email address settings