Julio Motol

Results 4 issues of Julio Motol

This PR aims to add folder guessing base on the class name of the model. With this, there would be less boilerplating needed. ### Potential a breaking change Before, since...

When trying to render the components in Livewire, I throws: > syntax error, unexpected 'endif' (T_ENDIF), expecting end of file (View: /home/user/laravel/vendor/asantibanez/laravel-blade-sortable/resources/views/components/sortable-item.blade.php) Livewire: 2.3.17 Laravel: 7.30.4 After further inspection, when...

This PR aims to add support for Intersection type introduced in PHP8.1

This PR aims to address the performance concern discussed in #57 Hash caching is handled by `SriCacheManager` and is PSR-16 compliant thanks to the interfaces provided by [psr/simple-cache](https://github.com/php-fig/simple-cache). 2 Commands...