Switch to zero-config setup, remove config and bootstrap dirs (#2839)
* Remove config directory * feat(zeroconfig): Add support for zero-config * test(php-lint): remove config directory * chore(readme): update dir structure * admin/customizer has been removed Co-authored-by: QWp6t <hi@qwp6t.me>
This commit is contained in:
11
README.md
11
README.md
@@ -91,21 +91,10 @@ themes/your-theme-name/ # → Root of your Sage based theme
|
||||
├── app/ # → Theme PHP
|
||||
│ ├── Providers/ # → Service providers
|
||||
│ ├── View/ # → View models
|
||||
│ ├── admin.php # → Theme customizer setup
|
||||
│ ├── filters.php # → Theme filters
|
||||
│ ├── helpers.php # → Helper functions
|
||||
│ └── setup.php # → Theme setup
|
||||
├── bootstrap/ # → Acorn bootstrap
|
||||
│ ├── cache/ # → Acorn cache location (never edit)
|
||||
│ └── app.php # → Acorn application bootloader
|
||||
├── config/ # → Config files
|
||||
│ ├── app.php # → Application configuration
|
||||
│ ├── assets.php # → Asset configuration
|
||||
│ ├── filesystems.php # → Filesystems configuration
|
||||
│ ├── logging.php # → Logging configuration
|
||||
│ └── view.php # → View configuration
|
||||
├── composer.json # → Autoloading for `app/` files
|
||||
├── composer.lock # → Composer lock file (never edit)
|
||||
├── public/ # → Built theme assets (never edit)
|
||||
├── functions.php # → Theme bootloader
|
||||
├── index.php # → Theme template wrapper
|
||||
|
||||
Reference in New Issue
Block a user