skip to Main Content

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

php 8.2 + laravel 9 failed with composer error that cron-expression does not match the constraint – PHP Versions

I am updating laravel to use php 8.2, according to laravel document here, using "laravel/framework": "^9.43" should be enough. My composer.json are the following, "require": { "php": "^8.2", "clue/socket-raw": "^1.3", "fideloper/proxy": "^4.4", "fruitcake/laravel-cors": "^2.0", "gregwar/captcha": "1.*", "guzzlehttp/guzzle": "^7.0.1", "itsgoingd/clockwork": "^5.1",…

VIEW QUESTION
Back To Top
Search