shamaseen

Results 17 comments of shamaseen

@bstorybinnys a workaround for this is to downgrade the PSR/log to version 1.

It makes me sad that this effort went stale ..

if you are using facebook oauth inside Iframe you need to get it to the top window level, you can do this by adding `target="_top"` to facebook login anchor tag....

after applying @bebetoalves answer, I needed to remove the `land="postcss"` inside the vue style in order for it to work.

2022 and this issue is still not fixed in version 2.11.1

I totally understand, maintaining an opensource package is not an easy task and very time-consuming too, we are all thankful for this great opensource project and we are wishing for...

I'm trying to set `!important` to apply directive but it throws an error `@apply bg-gray-100 rounded p-2 text-gray-800 outline-gray-400 !important;` ` Error: expected ";".`

@mr-feek ``` barryvdh/laravel-debugbar v3.6.7 PHP Debugbar integration for Laravel barryvdh/laravel-ide-helper v2.12.3 Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion. fruitcake/laravel-cors v2.2.0 Adds CORS (Cross-Origin Resource...

I made it this way: ``` Storage::fake('public', [ 'visibility' => 'public', ]); // this is because Tenant will override the runtime storage config with the one from the config config(['filesystems.disks.public'...

@GromNaN any news about when this issue will be solved? your work is much appreciated!