Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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
http://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

Packages

Contributors

Languages