From 219babfda531aed791080284b8b6ab457a72fe45 Mon Sep 17 00:00:00 2001 From: Ned Zimmerman Date: Tue, 22 Aug 2017 15:56:26 -0300 Subject: [PATCH] Move /controllers to app, remove app/lib/Sage in readme. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 2440df2..13507f3 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ During theme installation you will have the options to: ```shell themes/your-theme-name/ # → Root of your Sage based theme ├── app/ # → Theme PHP -│ ├── lib/Sage/ # → Blade implementation, asset manifest +│ ├── controllers/ # → Controller files │ ├── admin.php # → Theme customizer setup │ ├── filters.php # → Theme filters │ ├── helpers.php # → Helper functions @@ -74,7 +74,6 @@ themes/your-theme-name/ # → Root of your Sage based theme │ │ ├── images/ # → Theme images │ │ ├── scripts/ # → Theme JS │ │ └── styles/ # → Theme stylesheets -│ ├── controllers/ # → Controller files │ ├── functions.php # → Composer autoloader, theme includes │ ├── index.php # → Never manually edit │ ├── screenshot.png # → Theme screenshot for WP admin