The website for the blogs about cuisine using PHP native, MySQL and MVC Architechture
- PHP: ^8.0
- Nginx/Apache
- Mysql: ^5.7
-
Run
cp .env.example .env
to create the Environment file(Note: If using apache, run
cp .htaccess.example .htaccess
also) -
Update the values for env variables on
.env
file -
Go to
backup
folder and get thequery.sql
, them import the database -
Access
http://localhost/
orhttp://locahost/home
Note: If your local device is using docker/docker-compose, please run docker-compose up
after step 2, before step 3.
- The MVC core is extended version from the andrejrs/php-mvc-example, and plus more power classes.
- Frontend theme : Stand Blog
- Admin theme: ArchitectUI HTML Theme Dashboard - v1.0.0