SymBlog is a simple Blog made in Symfony.
-
PHP (Tested and developed with PHP 8.1.1)
-
PHP connector for MySQL (sudo apt-get intall php8.1-mysql).
-
Composer.
-
Symphony.
Execute in the root project folder:
php composer.phar install
- Edit the .env file with your DB information (it can be MySQL/SQLite...), make sure that the DB exists. Notice that you should change
APP_ENV
value toprod
in production sites! php bin/console doctrine:migrations:migrate
php bin/console doctrine:fixtures:load
symfony serve
The admin access credentials are:
- User: [email protected]
- Password: admin
- View Post
- Search Post
- Admin Panel
- Create Post
- Delete Post
- Edit Post
This project is a simple PHP fork version from news_cms