Git Product home page Git Product logo

Comments (4)

ausi avatar ausi commented on July 22, 2024

The error suggests, that in your PHP environment the PHP Intl extension is not installed.

If this error happens on a webspace which is managed by a hosting provider, you should as the hosting provider to install and enable the Intl extension.

You can find more information about ext-intl on php.net: https://www.php.net/manual/en/book.intl.php

from slug-generator.

Edan0615 avatar Edan0615 commented on July 22, 2024

Thank you, it's actually happened on my localhost, I tried to follow the doc and install it on my windows system, it gave me more error something like can't load dynamic libray~

I have an app that people would type in chinese and I'd like it to be slugged(if there's a word), I have been trying to use this for like a day~~~

from slug-generator.

ausi avatar ausi commented on July 22, 2024

Did you take a look at the following article?
https://stackoverflow.com/questions/33869521/how-can-i-enable-php-extension-intl

from slug-generator.

Edan0615 avatar Edan0615 commented on July 22, 2024

Did you take a look at the following article? https://stackoverflow.com/questions/33869521/how-can-i-enable-php-extension-intl

Hey actually no, however, I did the same thing as they said in the doc but
`
PS D:\xampp\htdocs\royalcode> composer require ausi/slug-generator
PHP Warning: PHP Startup: Unable to load dynamic library 'intl' (tried: D:\xampp\php\ext\intl (The specified module could not be found), D:\xampp\php\ext\php_intl.dll (The specified module could not be found)) in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library 'intl' (tried: D:\xampp\php\ext\intl (The specified module could not be found), D:\xampp\php\ext\php_intl.dll (The specified module could not be found)) in Unknown on line 0
`

from slug-generator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.