Project blog small resource
composer install
php -S 127.0.0.1:8000
Import small_blog.sql to your database, then change configuration .env
.htaccess file must exist when deployment to website
username: admin
password: operation12
<?php password_hash("passwordyou", PASSWORD_DEFAULT) ?>