How To Generate Fake Data in PHP Using Faker Library

How-To-Generate-Fake-Data-in-PHP-Using-Faker-Library

6, While working in any application, sometimes we need lots of dummy data to test the workflow of entire application. Inside this article we will see how to generate faker data in PHP using faker library. Faker library needs to be install by using composer. Once install, there are several properties, methods available to … Read more

How to Work with vi Editor – Ubuntu

How-to-Work-with-vi-Editor-Ubuntu

3, Working with Unix environment provides several editors which we can use via Terminal or Shell. Inside this article we will see about VI Editor of Unix. The VI editor is the most popular and classic text editor in the Linux family. It will be interesting to know How to work with vi Editor. … Read more