Tufan Çağkan Sökmen

Results 14 issues of Tufan Çağkan Sökmen

``` 2021-11-04 06:19:15,169 P3917 [INFO] Completed successfully. 2021-11-04 06:19:15,177 P3917 [INFO] ============================================================ 2021-11-04 06:19:15,177 P3917 [INFO] Command 02_install_node_dependencies 2021-11-04 06:19:15,186 P3917 [INFO] -----------------------Command Output----------------------- 2021-11-04 06:19:15,187 P3917 [INFO] sudo: npm:...

Hi there, On my local, everything seemed that ok. But I try to connect localhost:8080, it let me "wel come to ngninx" page. not laravel. And when I try to...

Laravel Version: 8 Adldap2-Laravel Version: 6.1 PHP Version: 7.4 I have users table. I'm trying to make their authentication with LDAP. But when user login, It tries to recreate It's...

- Laravel Version: 8 - Adldap2-Laravel Version: 6.1 - PHP Version: 7.4 Trying to login user via LDAP. It doesnt work and returns error below. Here's my code: ``` config(['ldap.connections.default.settings.account_prefix'...

I need to use it with gc:// connection but how to handle it with that?

I am using it as; $excel = (new FastExcel)->import($data["file"]); And it gets 35+ minutes (it didnt finish, i closed) with 8gb ram. Is this time normal? Or anything to make...

enhancement
help wanted

Hello, Here is the "visibility" parameter on mailchimp for product variant. https://mailchimp.com/developer/marketing/api/ecommerce-product-variants/add-product-variant/ but no details what values can It take. What should I enter?

having cors problem, and "chrome extension" shouldnt be the fix, because my end users wont have any extensions to see my website. what could be the solve?

Hi there, making LDAP authorization. But not working at all. Here's my form controller. It returns "login failed" at all. Even if my username and password are correct. ``` public...

When I use that component in navigationbar (example; headerRight) It doesnt work. It opens popup outside of the screen. Worked so much to fix with CSS but couldnt solve.