Skip to content

latunoff/NanoBlog-Symfony3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NanoBlog-Symfony3

Nano Blog on Symfony 3 with user and admin autentication, authorization, admin directory, localization.

To Run:

composer install
Create DB:
php bin/console doctrine:database:create
Create tables:
php bin/console doctrine:schema:create
Import data:
php bin/console doctrine:fixtures:load
Run server:
php bin/console server:run

Open //localhost:8000

To install WYSIWYG editor:

php bin/console ckeditor:install
php bin/console assets:install web

How to Work

Admin - alex:123

User - max:123

About

Cool Blog on Symfony 3 with autentication, authorization, admin directory, localization.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published