Ajay Kulkarni
Results
3
issues of
Ajay Kulkarni
I'm using android studio 3.1.2, my app gradle is given below: > apply plugin: 'com.android.application' > android { > compileSdkVersion 27 > defaultConfig { > applicationId "com.ajay.pocketassistance" > minSdkVersion 21...
Hi, I installed laravel 5 by using this command: ``` composer create-project laravel/laravel laravel5test dev-develop ``` It got installed smoothly without any errors. I went through wiki, added "endyjasmi/neo4j": "2.*"...