Git Product home page Git Product logo

Comments (5)

DJBoxer avatar DJBoxer commented on July 30, 2024 2

K thanks Helias, I will give it a try was hoping for easier solution lol.

*update.

Followed the guide and I successfully installed everything. There was one small issue during your install guide. when I had to do this

php artisan migrate

Wouldn't allow me until I edited .env to allow connection to MySQL. maybe add a note to install guide for other users.

Final results...
capture

So thank you Helias !!

from tc-json-api.

FrancescoBorzi avatar FrancescoBorzi commented on July 30, 2024 1

@DJBoxer thanks for sharing your solution

from tc-json-api.

Helias avatar Helias commented on July 30, 2024

Did you install php-mcrypt or php-mbstring?

from tc-json-api.

DJBoxer avatar DJBoxer commented on July 30, 2024

I have mstring in my php.ini.
extension=php_mbstring.dll

Looks like I don't have extension for Mcrypt? when I search in file these are the only mentions.

`[mcrypt]
; For more information about mcrypt settings see http://php.net/mcrypt-module-open

; Directory where to load mcrypt algorithms
; Default: Compiled in into libmcrypt (usually /usr/local/lib/libmcrypt)
;mcrypt.algorithms_dir=

; Directory where to load mcrypt modes
; Default: Compiled in into libmcrypt (usually /usr/local/lib/libmcrypt)
;mcrypt.modes_dir=`

just checked with php.info

mcrypt
mstring

Found this guide for mcrypt as I'm using xamp and seen on TC thread another user using xamp so can be done but anyways. I tried what it said here with no luck tried for 7.1.6 and older version 5.x.
I'm not seeing not libmcrypt.dll.

Then I googled the actual error to find this everywhere I looked.

As you have discovered, mcrypt_get_iv_size() is deprecated as of PHP 7.1.
Upgrading to Laravel 5.1 or later should make this warning go away since it uses openssl instead of mcrypt.

from tc-json-api.

Helias avatar Helias commented on July 30, 2024

Download the development version, cloning or downloading the repository.
Follow this guide to install the project https://github.com/ShinDarth/TC-JSON-API/blob/master/INSTALL.md

from tc-json-api.

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.