Laravel 5.4 with MongoDB MAC Mojave
NickName:Dmitry Malys Ask DateTime:2019-04-10T18:45:45

Laravel 5.4 with MongoDB MAC Mojave

Hello I having trouble to to install "jenssegers/mongodb": "^3.2" on my local environment.

i have this error: enter image description here

I have added to my /etc/php.ini full path to extentions="/usr/lib/php/extensions/no-debug-non-zts-20160303/mongodb.so"

restart the php and apache

I have try to find mongodb.ini, fail on that.

I try all the tutorial is google... still no luck

Can any one help me please?

PHP 7.1.23 (cli) (built: Feb 22 2019 22:08:13) ( NTS ) Copyright (c) 1997-2018 The PHP Group Zend Engine v3.1.0, Copyright (c) 1998-2018 Zend Technologies

Copyright Notice:Content Author:「Dmitry Malys」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/55610623/laravel-5-4-with-mongodb-mac-mojave

More about “Laravel 5.4 with MongoDB MAC Mojave” related questions

Laravel 5.4 with MongoDB MAC Mojave

Hello I having trouble to to install "jenssegers/mongodb": "^3.2" on my local environment. i have this error: I have added to my /etc/php.ini full path to extentions="/usr/lib/php/extensions/no...

Show Detail

Laravel 5.4 and Mongodb 3.2 Configuration Issue

we are facing isssue in configuring Laravel 5.4 with Mongodb 3.2. We have done follow things but still we are facing issue in this project, it would be great if i will get solution for this Instal...

Show Detail

laravel 5.4 combination of Neo4j, mongodb and mysql (hybrid database)

How can I use hybrid database(neo4j, mongodb, mysql) and manage shared data between databases in laravel 5.4? Also what is best practice for such a website: A video learning website for K-12 stude...

Show Detail

Styling issue with Eclipse RCP app in Mac Mojave

We build eclipse based product RCP product for Salesforce. It has been working fine in all OS and versions except in Mac OS Mojave where the styling of widgets looks whitewashed. When we test the ...

Show Detail

How to configure Mongodb with Laravel 5.4?

I tried to install "jenssegers/laravel-mongodb" from git https://github.com/jenssegers/laravel-mongodb and all the configuration has been done. but how can I know that my Laravel project successfu...

Show Detail

Laravel 5.4 mongodb passport access token Unauthenticated

I've built an example Laravel project using mongodb (Jenssegers Mongodb) and I use passport in Laravel 5.4 follow by this document. Everything work fine until I took an access token to Postman for...

Show Detail

Unsupported Mac Mojave display Issue

The Mac built-in display is unresponsive to closed lid state and causes external display not to respond to resolution adjustment behavior on an unsupported Mac running macOS Mojave. New Tag Request

Show Detail

GridFS in Laravel 5.4 doesn't work

I'm using PHP7, Laravel 5.4 and jenssegers/laravel-mongodb (PECL package). I need to use GridFS, that it's included into the MongoDB PECL package, so I'm trying to get GridFS like this: $gridfs = ...

Show Detail

Laravel Spark 4.0: Unsupported driver [mongodb]

I tried installing package jenssegers/laravel-mongodb to add mongodb support to my existing Laravel Spark app that runs with MySQL database. My code with error: DB::connection('mongodb') ...

Show Detail

Sass in Laravel 5.4

In Laravel < 5.4 I was able to do the following with elixir to compile all of my sass files in one css file. mix.sass([ 'file_1.scss', 'file_2.scss', 'file_n.scss' ], 'public/c

Show Detail