Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(facade): implement Theme facade and helper function #56

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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