New Trait on model blocking ProductResource Index Page
Strange behaviour: I added the :use BinaryCats\Sku\HasSku;, into my Product Model. http://example.test/admin/products I get connection timed out with no errors in the browser or logs. http://example.test/admin/products/create works with the trait and generates the sku field correctly
2 Replies
what is in
HasSku
dose it do something on booting?it's booting an Observer Class. I don't see an issue?? https://github.com/binary-cats/laravel-sku/blob/master/src/Concerns/SkuObserver.php
GitHub
laravel-sku/src/Concerns/SkuObserver.php at master · binary-cats/la...
Generate SKUs for Eloquent models. Contribute to binary-cats/laravel-sku development by creating an account on GitHub.