2017 © Pedro Peláez
 

symfony-bundle postal-address-bundle

Addressing management for Symfony2

image

skonsoft/postal-address-bundle

Addressing management for Symfony2

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

postal-address-bundle Build Status

Simple Addressing management bundle for Symfony2., (*1)

What is it ?

It's a small bundle gives you a basic postal adresses managing. This bundle give you three ready to use entity to manage a postal adresses. * Address: a postal address, (*2)

Step 1: Install bundle using composer

``` js { "require": { // ... "skonsoft/postal-address-bundle": "dev-master" } }, (*3)


### Step 2: Register the bundle

<?php // app/AppKernel.php, (*4)

public function registerBundles() { $bundles = array( // ... new Skonsoft\PostalAddressBundle\SkonsoftPostalAddressBundle(), ); // ... }, (*5)


### Step 3: Update your schema database

Important: don't use this command in production environnement !

./app/console doctrine:schema:update --force, (*6)


### Step 4: Load fixtures

./app/console doctrine:schema:update --force, (*7)

```, (*8)

Step 5: Clear cache

Clear your cache and enjoy !, (*9)

The Versions

09/02 2014

dev-master

9999999-dev https://github.com/skonsoft/postal-address-bundle

Addressing management for Symfony2

  Sources   Download

MIT

The Requires

 

by Skander MABROUK

address addressing postal address skonsoft

25/11 2013

v1.0

1.0.0.0 https://github.com/skonsoft/postal-address-bundle

Addressing, countries and states management for Symfony2

  Sources   Download

MIT

The Requires

 

by Skander MABROUK

address addressing postal address skonsoft