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 11
11
12
12
## Features
13
13
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.
18
18
19
19
## Documentation
20
20
@@ -44,7 +44,12 @@ The MIT License (MIT). See [License File](LICENSE.md) for more information.
44
44
45
45
---
46
46
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 >
49
54
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