Skip to content

alvarodh5/SymBlog

Repository files navigation

SymBlog

SymBlog is a simple Blog made in Symfony.

Dependencies

  1. PHP (Tested and developed with PHP 8.1.1)

  2. PHP connector for MySQL (sudo apt-get intall php8.1-mysql).

  3. Composer.

  4. Symphony.

Quick Deployment

Execute in the root project folder:

  1. php composer.phar install
  2. 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 to prod in production sites!
  3. php bin/console doctrine:migrations:migrate
  4. php bin/console doctrine:fixtures:load
  5. symfony serve

The admin access credentials are:

Features

  • View Post
  • Search Post
  • Admin Panel
    • Create Post
    • Delete Post
    • Edit Post

Images

Main Page

Main Page

Post

Post

Search Feature

Search Feature

Admin Dashboard

Admin Dashboard

Admin Create Post

Admin Post

This project is a simple PHP fork version from news_cms

About

Simple PHP Blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published