File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change 1111
1212## Features
1313
14- - 🧘🏻♂️ ** Unified Resources:** Provide multiple resource representations through a single resource class.
15- - 🏗️ ** Built-in States:** Comes with default states for common use cases.
16- - 🪄 ** Magic Methods:** Optional magic methods for a more fluent and expressive syntax.
17- - 🛠️ ** Hackable:** Extend the package with your own custom states and logic.
14+ - 🧘🏻♂️ ** Unified Resources:** Provide multiple resource representations through a single resource class.
15+ - 🏗️ ** Built-in States:** Comes with default states for common use cases.
16+ - 🪄 ** Magic Methods:** Optional magic methods for a more fluent and expressive syntax.
17+ - 🛠️ ** Hackable:** Extend the package with your own custom states and logic.
1818
1919## Documentation
2020
@@ -44,7 +44,12 @@ The MIT License (MIT). See [License File](LICENSE.md) for more information.
4444
4545---
4646
47- [ ![ farbcode Logo Light] ( /art/farbcode-logo-light.png#gh-light-mode-only )] ( https://farbcode.net )
48- [ ![ farbcode Logo Dark] ( /art/farbcode-logo-dark.png#gh-dark-mode-only )] ( https://farbcode.net )
47+ <a href =" https://farbcode.net " target =" _blank " >
48+ <picture>
49+ <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/farbcodegmbh/laravel-stateful-resources/HEAD/art/farbcode-logo-dark.png">
50+ <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/farbcodegmbh/laravel-stateful-resources/HEAD/art/farbcode-logo-light.png">
51+ <img alt="farbcode Logo" src="https://raw.githubusercontent.com/farbcodegmbh/laravel-stateful-resources/HEAD/art/farbcode-logo-light.png">
52+ </picture>
53+ </a >
4954
50- > Made with ❤️ by [ //farbcode] ( https://farbcode.net ) .
55+ > Made with ❤️ by [ //farbcode] ( https://farbcode.net ) .
You can’t perform that action at this time.
0 commit comments