Become a member
Sign in
Selva Kumar
Selva Kumar

Selva Kumar

11 Following
5 Followers
  • Profile

  • Claps

Latest

Selva Kumar
Selva Kumar
Jan 22 · 1 min read

Express With MongoDB

1. Create a folder and open it in VS Code, open the terminal inside the VS code.

2. And type the command npm init, then it will ask some questions.

3. package name: (infi)

Selva Kumar
Selva Kumar
Nov 22, 2018 · 1 min read

SDK location not found. Define location with sdk.dir in the local.properties file or with an ANDROID_HOME environment variable.

Run this from cmd line:
ANDROID_HOME="C:\Users\1mike12\AppData\Local\Android\sdk" react-native run-android

Selva Kumar
Selva Kumar
Sep 26, 2018 · 1 min read

Hashing Done Right First, alter the password column in your user database to VARCHAR(255). Current BCRYPT passwords are 60 characters in length, but when PHP upgrades the default hash (which will happen at some point), you want to be ready. Really, just do it. When it’s time to create a new user password, throw the plain text password into…

Selva Kumar
Selva Kumar
Aug 29, 2018 · 1 min read

Laravel send mail from localhost Xampp

open up your C:\xampp\php\php.ini

ctrl+f

sendmail_path

you should find two lines like these

Selva Kumar
Selva Kumar
Jul 23, 2018 · 2 min read

How to Install Laravel for Windows

  1. The laravel is the php frame work, you need to install xampp, Apache Server, WampServer,etc..
  2. You need composer to use the laravel frame work, download the setup file.
  3. To install the composer click on the setup file…

1