bonsai icon indicating copy to clipboard operation
bonsai copied to clipboard

:maple_leaf: Asset management package for the Laravel 5 framework. Quite experimental.

Results 6 bonsai issues
Sort by recently updated
recently updated
newest added

@kaidesu please don't leave the library without support Alternative to #12

```html ``` If loading something from a CDN or other repositories, the dev might want to pass `integrity`,`crossorigin` or other attributes. Currently we have no way of doing that. So...

**BUG 1:** If you do ```php Bonsai::add('example.js'); Bonsai::add('example.js?param=1'); Bonsai::add('example.js#param'); ``` You get ```html ``` @kaidesu @thekanbo this PR avoid duplicating the same file on assets ---- **BUG 2:** `! in_array($assets,...

**Fix dependsOn bug when string is not an asset or when dependency is empty** - Code fixes - Better validation on `isJs`, `isCss`, `isBonsai` - Avoid adding same `namespace` to...

For testing purposes, Also at the rate the PRs are being merged the 10.x release is probably already here 😄😄 Maybe better?? ```json "illuminate/support": ">=6.0" ```