Create your first blog in PHP
-
Import the database present in the root "database.sql" on "phpMyAdmin".
-
At the root of the project do the following command : "composer install".
-
In the folder "public/assets/styles/vendors/", do the following command "npm install".
-
In the root of the project, do the following command : "php -S 127.0.0.1:8000".
That's it, normally everything should be displayed correctly!