Documentation and installation click here
Develope syfmony simple blog with bootstrap
Requirements
- NPM / Git
- Composer
- Symfony
Download symfony bootstrap blogs cms, Use NPM/Git Run command on NPM/Git
or
git clone https://github.com/mesinkasir/symfonyblog.git
Run comand on git / npm composer install && symfony serve
open web server localhost:8000
For admin just open on login admin,for frontend just visit blogs.
Download or clone it, extract on localhost/xampp/htdocs or public_html on shared host
run composer install
open localhost:/symfonyblog/public
or you can copy and paste all public folder to symfonyblog folder and then change on index.php files
require dirname(DIR).'/yourproject/vendor/autoload.php';
(new Dotenv())->bootEnv(dirname(DIR).'/yourproject/.env');
and open or accsess your symfony blog
Documentation and installation click here
Happy blogging