This tutorial help to enable mod_rewrite in nginx server.The .htaccess is not supported by Nginx server, So will implement URL… Read More
This PHP tutorial helps to understand array_merge() php function. I will merge two or multiple arrays and store them into… Read More
This tutorial help to understand encrypt and decrypt a string in php7.3. I have also shared How To Encrypt and… Read More
This tutorial will describe PHP 7 operators with example. The Operators help to perform operations on variables and values. There… Read More
This Tutorial helps to Create CRUD(Create, Read, Update and Delete) Operations using Mongo database and PHP. I have already shared… Read More
This laravel tutorial help to add CRUD operation with datatable, I will just share laravel code to create a new… Read More
This laravel tutorial help to create a Microsoft word document file. We will use third-party phpoffice/phpword package to create a… Read More
This laravel tutorial help to create laravel listing with jQuery datatable. The datatable is a very powerful and popular jquery… Read More
This laravel 9 tutorial help to create a multilingual web application. We will create different language messages and display them… Read More
This is another laravel tutorial for seeding fake data using the factory. We will generate dummy data using a model… Read More