Skip to content

ercancavusoglu/symfony-blog

Repository files navigation

Blog Project with Symfony 3.3

A Symfony project created on July 7, 2017, 5:37 pm.

Installing

#add vendors
composer install
   
#create database
php bin/console doctrine:database:create
    
#add migrations(entities) to database
php bin/console doctrine:schema:update --force
 
#Add User
php bin/console fos:user:create
#or
https://localhost:8000/register
   
#Add role to user
php bin/console fos:user:promote username ROLE_ADMIN
            
#run on the server
php bin/console server:run

That's it!

Frontend alt text

Backend img

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published