Skip to content

denrolya/symfony-api-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Additional requirements

Installation

  1. $: composer install
    • Set only the database parameters, skip the others
  2. $: bin/console doctrine:database:create && bin/console doctrine:schema:create && bin/console hautelook_alice:doctrine:fixtures:load --no-interaction
    • This creates the database, populates it with test data && automatically indexes them with elasticsearch

Description

Third party bundles used:

Useful aliases

alias compi='composer install'
alias compu='composer update'
alias bc='php bin/console'
alias cl='bc cache:clear'
alias clall='cl -e prod && cl && cl -e test'
alias fadb='bc doctrine:database:drop -e test --force && bc doctrine:database:create -e test && bc doctrine:schema:create -e test && bc hautelook_alice:doctrine:fixtures:load -e test'
alias fixtures='bc hautelook_alice:doctrine:fixtures:load --no-interaction'

Links to check

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published