diff --git a/examples/app-template/bootstrap/cache/.gitkeep b/templates/.gitkeep similarity index 100% rename from examples/app-template/bootstrap/cache/.gitkeep rename to templates/.gitkeep diff --git a/examples/app-template/.editorconfig b/templates/app-template/.editorconfig similarity index 100% rename from examples/app-template/.editorconfig rename to templates/app-template/.editorconfig diff --git a/examples/app-template/.env.example.yaml b/templates/app-template/.env.example.yaml similarity index 100% rename from examples/app-template/.env.example.yaml rename to templates/app-template/.env.example.yaml diff --git a/examples/app-template/.gitattributes b/templates/app-template/.gitattributes similarity index 100% rename from examples/app-template/.gitattributes rename to templates/app-template/.gitattributes diff --git a/examples/app-template/.gitignore b/templates/app-template/.gitignore similarity index 100% rename from examples/app-template/.gitignore rename to templates/app-template/.gitignore diff --git a/examples/app-template/CHANGELOG.md b/templates/app-template/CHANGELOG.md similarity index 100% rename from examples/app-template/CHANGELOG.md rename to templates/app-template/CHANGELOG.md diff --git a/examples/app-template/LICENSE b/templates/app-template/LICENSE similarity index 100% rename from examples/app-template/LICENSE rename to templates/app-template/LICENSE diff --git a/examples/app-template/README.md b/templates/app-template/README.md similarity index 100% rename from examples/app-template/README.md rename to templates/app-template/README.md diff --git a/examples/app-template/analysis_options.yaml b/templates/app-template/analysis_options.yaml similarity index 100% rename from examples/app-template/analysis_options.yaml rename to templates/app-template/analysis_options.yaml diff --git a/examples/app-template/app/http/controllers/controller.dart b/templates/app-template/app/http/controllers/controller.dart similarity index 100% rename from examples/app-template/app/http/controllers/controller.dart rename to templates/app-template/app/http/controllers/controller.dart diff --git a/examples/app-template/app/models/user.dart b/templates/app-template/app/models/user.dart similarity index 100% rename from examples/app-template/app/models/user.dart rename to templates/app-template/app/models/user.dart diff --git a/examples/app-template/app/providers/appserviceprovider.dart b/templates/app-template/app/providers/appserviceprovider.dart similarity index 100% rename from examples/app-template/app/providers/appserviceprovider.dart rename to templates/app-template/app/providers/appserviceprovider.dart diff --git a/examples/app-template/bootstrap/app.dart b/templates/app-template/bootstrap/app.dart similarity index 100% rename from examples/app-template/bootstrap/app.dart rename to templates/app-template/bootstrap/app.dart diff --git a/examples/app-template/resource/css/.gitkeep b/templates/app-template/bootstrap/cache/.gitkeep similarity index 100% rename from examples/app-template/resource/css/.gitkeep rename to templates/app-template/bootstrap/cache/.gitkeep diff --git a/examples/app-template/bootstrap/providers.dart b/templates/app-template/bootstrap/providers.dart similarity index 100% rename from examples/app-template/bootstrap/providers.dart rename to templates/app-template/bootstrap/providers.dart diff --git a/examples/app-template/caden.dart b/templates/app-template/caden.dart similarity index 100% rename from examples/app-template/caden.dart rename to templates/app-template/caden.dart diff --git a/examples/app-template/config/app.dart b/templates/app-template/config/app.dart similarity index 100% rename from examples/app-template/config/app.dart rename to templates/app-template/config/app.dart diff --git a/examples/app-template/config/auth.dart b/templates/app-template/config/auth.dart similarity index 100% rename from examples/app-template/config/auth.dart rename to templates/app-template/config/auth.dart diff --git a/examples/app-template/config/cache.dart b/templates/app-template/config/cache.dart similarity index 100% rename from examples/app-template/config/cache.dart rename to templates/app-template/config/cache.dart diff --git a/examples/app-template/config/database.dart b/templates/app-template/config/database.dart similarity index 100% rename from examples/app-template/config/database.dart rename to templates/app-template/config/database.dart diff --git a/examples/app-template/config/filesystems.dart b/templates/app-template/config/filesystems.dart similarity index 100% rename from examples/app-template/config/filesystems.dart rename to templates/app-template/config/filesystems.dart diff --git a/examples/app-template/config/logging.dart b/templates/app-template/config/logging.dart similarity index 100% rename from examples/app-template/config/logging.dart rename to templates/app-template/config/logging.dart diff --git a/examples/app-template/config/mail.dart b/templates/app-template/config/mail.dart similarity index 100% rename from examples/app-template/config/mail.dart rename to templates/app-template/config/mail.dart diff --git a/examples/app-template/config/queue.dart b/templates/app-template/config/queue.dart similarity index 100% rename from examples/app-template/config/queue.dart rename to templates/app-template/config/queue.dart diff --git a/examples/app-template/config/services.dart b/templates/app-template/config/services.dart similarity index 100% rename from examples/app-template/config/services.dart rename to templates/app-template/config/services.dart diff --git a/examples/app-template/config/session.dart b/templates/app-template/config/session.dart similarity index 100% rename from examples/app-template/config/session.dart rename to templates/app-template/config/session.dart diff --git a/examples/app-template/database/factories/userfactory.dart b/templates/app-template/database/factories/userfactory.dart similarity index 100% rename from examples/app-template/database/factories/userfactory.dart rename to templates/app-template/database/factories/userfactory.dart diff --git a/examples/app-template/database/migrations/0001_01_01_000000_create_cache_table.dart b/templates/app-template/database/migrations/0001_01_01_000000_create_cache_table.dart similarity index 100% rename from examples/app-template/database/migrations/0001_01_01_000000_create_cache_table.dart rename to templates/app-template/database/migrations/0001_01_01_000000_create_cache_table.dart diff --git a/examples/app-template/database/migrations/0001_01_01_000000_create_jobs_table.dart b/templates/app-template/database/migrations/0001_01_01_000000_create_jobs_table.dart similarity index 100% rename from examples/app-template/database/migrations/0001_01_01_000000_create_jobs_table.dart rename to templates/app-template/database/migrations/0001_01_01_000000_create_jobs_table.dart diff --git a/examples/app-template/database/migrations/0001_01_01_000000_create_users_table.dart b/templates/app-template/database/migrations/0001_01_01_000000_create_users_table.dart similarity index 100% rename from examples/app-template/database/migrations/0001_01_01_000000_create_users_table.dart rename to templates/app-template/database/migrations/0001_01_01_000000_create_users_table.dart diff --git a/examples/app-template/database/seeders/databaseseeder.dart b/templates/app-template/database/seeders/databaseseeder.dart similarity index 100% rename from examples/app-template/database/seeders/databaseseeder.dart rename to templates/app-template/database/seeders/databaseseeder.dart diff --git a/examples/app-template/devbox.json b/templates/app-template/devbox.json similarity index 100% rename from examples/app-template/devbox.json rename to templates/app-template/devbox.json diff --git a/examples/app-template/devbox.lock b/templates/app-template/devbox.lock similarity index 100% rename from examples/app-template/devbox.lock rename to templates/app-template/devbox.lock diff --git a/examples/app-template/public/index.dart b/templates/app-template/public/index.dart similarity index 100% rename from examples/app-template/public/index.dart rename to templates/app-template/public/index.dart diff --git a/examples/app-template/pubspec.yaml b/templates/app-template/pubspec.yaml similarity index 100% rename from examples/app-template/pubspec.yaml rename to templates/app-template/pubspec.yaml diff --git a/examples/app-template/resource/js/.gitkeep b/templates/app-template/resource/css/.gitkeep similarity index 100% rename from examples/app-template/resource/js/.gitkeep rename to templates/app-template/resource/css/.gitkeep diff --git a/examples/app-template/storage/.gitkeep b/templates/app-template/resource/js/.gitkeep similarity index 100% rename from examples/app-template/storage/.gitkeep rename to templates/app-template/resource/js/.gitkeep diff --git a/examples/app-template/resource/views/welcome.blade.dart b/templates/app-template/resource/views/welcome.blade.dart similarity index 100% rename from examples/app-template/resource/views/welcome.blade.dart rename to templates/app-template/resource/views/welcome.blade.dart diff --git a/examples/app-template/routes/console.dart b/templates/app-template/routes/console.dart similarity index 100% rename from examples/app-template/routes/console.dart rename to templates/app-template/routes/console.dart diff --git a/examples/app-template/routes/web.dart b/templates/app-template/routes/web.dart similarity index 100% rename from examples/app-template/routes/web.dart rename to templates/app-template/routes/web.dart diff --git a/examples/app-template/storage/app/.gitkeep b/templates/app-template/storage/.gitkeep similarity index 100% rename from examples/app-template/storage/app/.gitkeep rename to templates/app-template/storage/.gitkeep diff --git a/examples/app-template/storage/app/public/.gitkeep b/templates/app-template/storage/app/.gitkeep similarity index 100% rename from examples/app-template/storage/app/public/.gitkeep rename to templates/app-template/storage/app/.gitkeep diff --git a/examples/app-template/storage/framework/cache/.gitkeep b/templates/app-template/storage/app/public/.gitkeep similarity index 100% rename from examples/app-template/storage/framework/cache/.gitkeep rename to templates/app-template/storage/app/public/.gitkeep diff --git a/examples/app-template/storage/framework/cache/data/.gitkeep b/templates/app-template/storage/framework/cache/.gitkeep similarity index 100% rename from examples/app-template/storage/framework/cache/data/.gitkeep rename to templates/app-template/storage/framework/cache/.gitkeep diff --git a/examples/app-template/storage/framework/sessions/.gitkeep b/templates/app-template/storage/framework/cache/data/.gitkeep similarity index 100% rename from examples/app-template/storage/framework/sessions/.gitkeep rename to templates/app-template/storage/framework/cache/data/.gitkeep diff --git a/examples/app-template/storage/framework/testing/.gitkeep b/templates/app-template/storage/framework/sessions/.gitkeep similarity index 100% rename from examples/app-template/storage/framework/testing/.gitkeep rename to templates/app-template/storage/framework/sessions/.gitkeep diff --git a/examples/app-template/storage/framework/views/.gitkeep b/templates/app-template/storage/framework/testing/.gitkeep similarity index 100% rename from examples/app-template/storage/framework/views/.gitkeep rename to templates/app-template/storage/framework/testing/.gitkeep diff --git a/examples/app-template/test/.gitkeep b/templates/app-template/storage/framework/views/.gitkeep similarity index 100% rename from examples/app-template/test/.gitkeep rename to templates/app-template/storage/framework/views/.gitkeep diff --git a/test/.gitkeep b/templates/app-template/test/.gitkeep similarity index 100% rename from test/.gitkeep rename to templates/app-template/test/.gitkeep