Skip to content

docksal/boilerplate-symfony-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a9bee78 · Apr 23, 2022

History

18 Commits
Apr 23, 2022
May 23, 2018
May 23, 2018
May 23, 2018
May 23, 2018
May 23, 2018
May 23, 2018
May 23, 2018
May 23, 2018
May 23, 2018
May 23, 2018
Nov 15, 2019
May 24, 2018
May 23, 2018
May 23, 2018
May 23, 2018
May 23, 2018

Repository files navigation

Symfony Skeleton Installation Powered By Docksal

This is a sample vanilla symfony skeleton installation pre-configured for use with Docksal.

Features:

Setup instructions

Step #1: Docksal environment setup

This is a one time setup - skip this if you already have a working Docksal environment.

Follow Docksal environment setup instructions

Step #2: Project setup

  1. Clone this repo into your Projects directory

    git clone https://github.com/docksal/example-symfony-webapp.git symfonyapp
    cd symfonyapp
    
  2. Initialize the site

    This will initialize local settings and install the site connection file.

    fin init
    
  3. Point your browser to

    http://symfonyapp.docksal
    

More automation with 'fin init'

Site provisioning can be automated using fin init, which calls the shell script in .docksal/commands/init.
This script is meant to be modified per project. The one in this repo will give you a good starting example.

Some common tasks that can be handled by the init script (an other custom commands):

  • initialize local settings files for Docker Compose, Drupala, Behat, etc.
  • import DB or perform a site install
  • compile Sass
  • run DB updates, revert features, clear caches, etc.
  • enable/disable modules, update variables values

About

Symfony Web App boilerplate powered by Docksal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published