Two weeks left for the @stateoflaravel survey 2024!
The participation count looks better after the initial bad results in the first 24 hours.
But its still 500 people less than the last years!
Take the survey if you haven't yet!
https://t.co/JDF5aPC4ZD
@yaeeelglx@zernonia@nuxt_js I hope that happens - I personally love Vue to be honest..
Currently in my surrounding areas, the ratio is 1:100 for Vue:React jobs
Started learning @reactjs with the official https://t.co/ghOEMoXTEN docs and they are fabulous.
The concepts are very well explained. The challenges section is well-done with neat exercises.. Kudos to the team!
@mark_story hey is there a way to fetch a container item stored from the `Application::services` with a static method?
something like:
```
Container::get('foo');
```
or the only way is to inject ContainerInteface into the controller method parameter?
@tobias_petry@brandur So here's an usecase for an enterpisey app - someone from their team who had authorization to do it, actually deleted a record - later he realized it needs to be restored. It was easy to make that change, but would have been difficult and manual task to restore from audit log
I think the composition API for @vuejs is much better than the options API.
I absolutely hated composition API when I first started using it, but it slowly grows on you!
@aschmelyun There is a clue. Split in_array to 2 pieces from underscore. Array word will be second part. Same as the $array value comes on second parameter.