jagilpe / bundles-demo

Code for the Jagilpe Symfony Bundles demo site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jagilpe Symfony Bundles Demo Site

This is the code for the demo site for the different Jagilpe Symfony Bundles:

AjaxBlocksBundle

AjaxModalsBundle

EncryptionBundle

EntityListBundle

MenuBundle

You can access the demo in

https://demos.gilpereda.com/symfony-bundles

Installation

To install this site locally simply run the following command in a terminal

# Clone the repository
git clone https://github.com/jagilpe/bundles-demo.git bundles-demo

# Change to the project's directory
cd bundles-demo

# Install the dependencies
composer install

# Generate and dump the assets
php bin/console assetic:dump

# Generate the database schema
php bin/console doctrine:schema:create

# Load the example data
php bin/console hautelook_alice:doctrine:fixtures:load 

# Start the Symfony server
php bin/console server:run

Now you should be able to open the Demo accessing http://127.0.0.1:8000

About

Code for the Jagilpe Symfony Bundles demo site

License:MIT License


Languages

Language:PHP 82.7%Language:HTML 14.4%Language:ApacheConf 2.9%