skip to Main Content

Apache – nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation could not be located in the dynamic link library php-8.3.4extphp_curl.dll

While I am starting apache server from laragon on windows I am getting this error: The procedure entry point nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation could not be located in the dynamic link library F:laragonbinphpphp-8.3.4-Win32-vs16-x64extphp_curl.dll As it is saying it can't locate the the dynamic…

VIEW QUESTION

strange behavior laravel 10 when use dd()

i have code like this public function store(Request $request) { dd($request->all()); return Fooservice::store($request); } but when i saw in network my browser, it show diffrent. that show like this "%3Cscript%3E%20Sfdump%20%3D%20window.Sfdump%20%7C%7C%20(function%20(doc)%20%7B%20doc.documentElement.classList.add('sf-js-enabled')%3B%20var%20rxEsc%20%3D%20%2F(%5B.*%2B%3F%5E%24%7B%7D()%7C%5C%5B%5C%5D%5C%2F%5C%5C%5D)%2Fg%2C%20idRx%20%3D%20%2F%5Cbsf-dump-%5Cd%2B-ref%5B012%5D%5Cw%2B%5Cb%2F%2C%20keyHint%20%3D%200%20%3C%3D%20navigator.platform.toUpperCase().indexOf('MAC')%20%3F%20'Cmd'%20%3A%20'Ctrl'%2C%20addEventListener%20%3D%20function%20(e%2C%20n%2C%20cb)%20%7B%20e.addEventListener(n%2C%20cb%2C%20false)%3B%20%7D%3B%20if%20(!doc.addEventListener)%20%7B%20addEventListener%20%3D%20function%20(element%2C%20eventName%2C%20callback)%20%7B%20element.attachEvent('on'%20%2B%20eventName%2C%20function%20(e)%20%7B%20e.preventDefault%20%3D%20function%20()%20%7Be.returnValue%20%3D%20false%3B%7D%3B%20e.target%20%3D%20e.srcElement%3B%20callback(e)%3B%20%7D)%3B%20%7D%3B%20%7D%20function%20toggle(a%2C%20recursive)%20%7B%20var%20s%20%3D%20a.nextSibling%20%7C%7C%20%7B%7D%2C%20oldClass%20%3D%20s.className%2C%20arrow%2C%20newClass%3B%20if%20(%2F%5Cbsf-dump-compact%5Cb%2F.test(oldClass))%20%7B%20arrow%20%3D%20'%26%239660%3B'%3B%20newClass%20%3D%20'sf-dump-expanded'%3B%20%7D%20else%20if%20(%2F%5Cbsf-dump-expanded%5Cb%2F.test(oldClass))%20%7B%20arrow%20%3D%20'%26%239654%3B'%3B%20newClass%20%3D%20" i alredy try reinstall my vsc, my laragon, my extension,…

VIEW QUESTION

How to setup laravel using laragon in windows

There is error: Warning: require(C:laragonwwwspriipublic/../vendor/autoload.php): Failed to open stream: No such file or directory in C:laragonwwwspriipublicindex.php on line 34 Fatal error: Uncaught Error: Failed opening required 'C:laragonwwwspriipublic/../vendor/autoload.php' (include_path='.;C:/laragon/etc/php/pear') in C:laragonwwwspriipublicindex.php:34 Stack trace: #0 {main} thrown in C:laragonwwwspriipublicindex.php on line 34…

VIEW QUESTION

why show me :8000 in my vircualhost in laragon? – Laravel

in host file : # 127.0.0.1 localhost ::1 localhost 127.0.0.1 daily_tasks.local #laragon magic! D:laragonetcapache2sites-enabledauto.daily_tasks.local.conf : <VirtualHost *:80> DocumentRoot "D:/laragon/www/daily_tasks/public" ServerName daily_tasks.local ServerAlias *.daily_tasks.local <Directory "D:/laragon/www/daily_tasks/public"> AllowOverride All Require all granted </Directory> </VirtualHost> # If you want to use SSL, enable…

VIEW QUESTION
Back To Top
Search