Skip to content

Conversation

cristian-araujo
Copy link

@cristian-araujo cristian-araujo commented Dec 24, 2024

  • Add Theme facade for static method access
  • Create theme() helper function for fluent API
  • Register Theme singleton in service provider
  • Update composer.json with facade alias and helper autoload

Usage

theme()->active();
theme()->set('dark');
theme()->path('css/app.css');

- Add Theme facade for static method access
- Create theme() helper function for fluent API
- Register Theme singleton in service provider
- Update composer.json with facade alias and helper autoload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant