Patrick Vézina

Results 4 issues of Patrick Vézina

This PR creates a Facade `DataStore`. I changed the way the data sore loads its content. Instead of loading all files in `data/*.php` on init, it will try to load...

The error thrown when an invalid crop name is use in a preset should be clearer. ![image (1)](https://user-images.githubusercontent.com/6365432/164474801-e828b1b1-97f5-40cb-b609-f7c037e0498c.png) ![image](https://user-images.githubusercontent.com/6365432/164474805-d7b74578-492e-4aac-862f-ce9b337079c6.png)

bug

enhancement

## Description `php artisan twill:refresh-crops \\A17\\Twill\\Models\\Block block-image` was returning an error "roleName not found" becasue `getMediaParams()` it returning `config('twill.default_crops')` preventing from getting to the TwillBlock line. The returned array is...