Last active
February 3, 2016 08:46
-
-
Save ekandreas/fcade6ed898fbfe8939b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wp-content | |
└── themes | |
└── your_theme | |
├── style.css <- standard theme style.css, mandatory | |
├── index.php <- standard index theme, mandatory | |
├── single.php <- standard index theme, mandatory | |
└── views <- folder for Blade view templates | |
├── index.blade.php <- the index page template | |
├── single.blade.php <- the single page template | |
└── master.blade.php <- the masterpage template that all other views extends |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment