SMERTH
Full-stack Web Developer
building with
100%
re-cycled electrons.
Menu
Hello
Projects
Notes
Screenshots
About
Timeline
Drupal 8 and Composer
Notebook by Smerth
Chapter 1
Overview
1.1
Advantages
Chapter 2
Install Using Composer
2.1
Reference
2.2
Drupal template
2.3
File Structure
2.4
Committing to Git
2.5
Use Drupal Console to install the site
2.6
Serve the site with Drupal Console
2.7
Secure sync files
2.8
Git commit
Chapter 3
Working with the repo
3.1
Obtain a local copy
Chapter 4
Install Modules
4.1
Use Composer
4.2
Sync local repo with remote
Chapter 5
Update Modules
5.1
Use Composer
5.2
Sync your local repo with remote
Chapter 6
Use External Modules
6.1
Modules on Github
Chapter 7
Apply Patches
7.1
Apply Patches Using Composer
Chapter 8
Automate tasks
8.1
Composer Scripts
8.2
Example of pre command chain
8.3
Example of post command chain
Chapter 9
Install vs Update
9.1
Check out a new project
9.2
Grab the latest updates from other developers
9.3
Grab the latest versions of project dependancies
Chapter 10
Deploy
10.1
Deploy Using Composer
10.2
Using a service
Chapter 11
Speeding Up Composer