PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Solved

Error installing Wave

Solved
cyberekklesia

Oct 13th, 2022 02:14 PM

Hello Bobby

The redis extension gives error when installing in WAMP environment. I had to run composer update --ignore-platform-req=ext-redis.

Also: composer require riari/laravel-forum:~5.0 --ignore-platform-req=ext-redis

I'm using Wampserver 3.2.6 - 64bit, Apache 2.4.51, PHP 8.1, MySQL 5.7.36, MariaDB 10.6.5.

bobbyiliev

Oct 14th, 2022 12:57 AM

Best Answer

Hey there,

Ah I see, that is because you don't have the PHP redis module installed.

What you could do is:

  • Download the php_redis.dll from here:

https://pecl.php.net/package/redis/2.2.7/windows

  • Copy the php_redis.dll file and add it to your WAMP Server extension directory.

  • Then in your php.ini file and add extension=php_redis.dll line.

  • Finally restart the WAMP server.

Alternatively, you could remove the "ext-redis": "*", line from the composer.json file and run composer update.

I'll look into a fix for this so that redis is not always required. Thank you for reporting the problem!

Report
1
cyberekklesia

Oct 18th, 2022 04:55 PM

I guess that on the web hosting will not have a problem. The extension is there. It's just on my local computer.

Thank you for the answer.

Report
1