Skip to content

PHP Codes Blog

By Nikunj Joshi

Search for
  • PHP
    • PHP Settings
    • OOPs
    • MySQL
    • AngularJS
    • Jquery
    • Javascript
    • HTML
    • Server Apache
    • Server Nginx
  • Laravel
  • Magento
  • WordPress
  • About Nikunj
    • Contact Nikunj
  • Hire Dedicated Developer

Author: Nikunj Joshi

Nikunj Joshi is a web developer. He has experience in developing a real-time web applications, complex front-end and back-end management systems, social platform applications. www.nikunjjoshiphpdeveloper.com

Force User to Verify Email after Registration in Laravel

Posted By: Nikunj Joshi July 19, 2022September 16, 2022

In this post, I will share with you how to implement email verification for your Laravel 8, and 9 projects. New user must be verify email address after registration in …

Read More “Force User to Verify Email after Registration in Laravel”

Mutators and Accessors in Laravel

Posted By: Nikunj Joshi August 26, 2020September 16, 2022

In this article, we’ll go through mutators and accessors of the Eloquent ORM in the Laravel web framework. After the introduction, we’ll go through a handful of examples to understand …

Read More “Mutators and Accessors in Laravel”

Laravel Two-Step Registration

Posted By: Nikunj Joshi August 21, 2020

Laravel Two-Step Registration: Optional Fields for Country and City Imagine a project where you need to have two-step registration process, with some optional fields in the second step. Let’s build …

Read More “Laravel Two-Step Registration”

Magento Ecommerce

Display Featured Products on Homepage in Magento

Posted By: Nikunj Joshi August 18, 2020September 16, 2022

Display Featured Products on Homepage in Magento. Please like this video and subscribe to my YouTube channel. The following are the steps to add featured products on homepage. STEP: 1. …

Read More “Display Featured Products on Homepage in Magento”

PHP Banner

Function array_column() in PHP

Posted By: Nikunj Joshi March 18, 2020March 18, 2020

PHP array_column() Function It is an inbuilt function in PHP. The array_column() function is used to return the values from a single column in the input array. The function returns …

Read More “Function array_column() in PHP”

Disable Timestamps in Laravel

Posted By: Nikunj Joshi March 5, 2020

If your DB table doesn’t have timestamp fields (created_at and updated_at), then <?php $password = Hash::make(‘password’); $arrayOfValues = array(‘name’=>’Nikunj Joshi’,’email’=>’info@nikunjjoshiphpdeveloper.com’,’password’=>$password); User::create($arrayOfValues); ?> you will get SQL error. Laravel would try …

Read More “Disable Timestamps in Laravel”

PHP Banner

Difference between implode and explode function in php

Posted By: Nikunj Joshi February 7, 2020February 7, 2020

What is the difference between implode and explode function in php? In coding many times we need to convert a string into array and array into string for that we …

Read More “Difference between implode and explode function in php”

Angular JS

Build Single Page Application Using AngularJS

Posted By: Nikunj Joshi January 20, 2020January 20, 2020

Build a Single Page Application SPA Using AngularJS: In this tutorial, we will get to know more about developing a single page application using AngularJS. AngularJS is an open-source web …

Read More “Build Single Page Application Using AngularJS”

PHP Banner

Use of the PHP substr_count() function

Posted By: Nikunj Joshi December 27, 2019

Counts how many times a substring occurs in a string in PHP The substr_count() is a built-in function in PHP and is used to count the number of times a …

Read More “Use of the PHP substr_count() function”

MySQL

MySQL Create Table and Data Types

Posted By: Nikunj Joshi December 12, 2019December 12, 2019

Creating Tables in MySQL Tables can be created using CREATE TABLE statement and it actually has the following syntax. CREATE TABLE [IF NOT EXISTS] `TableName` (`fieldname` dataType [optional parameters]) ENGINE …

Read More “MySQL Create Table and Data Types”

Posts navigation

1 2 3 4 … 7

Hire PHP Freelancer

Please like this video and subscribe to my YouTube channel.

Contact

Recent Posts

  • Force User to Verify Email after Registration in Laravel
  • Mutators and Accessors in Laravel
  • Laravel Two-Step Registration
  • Display Featured Products on Homepage in Magento
  • Function array_column() in PHP
  • Disable Timestamps in Laravel
  • Difference between implode and explode function in php
  • Build Single Page Application Using AngularJS
  • Use of the PHP substr_count() function
  • MySQL Create Table and Data Types

Categories

  • AngularJS (1)
  • HTML (1)
  • Javascript (5)
  • Jquery (8)
  • Laravel (34)
  • Magento (8)
  • MySQL (6)
  • OOPs (7)
  • PHP (27)
  • PHP Settings (3)
  • Server Apache (3)
  • Server Nginx (1)
  • Wordpress (5)

Tags

abstract (2) ajax (4) apache (4) array (7) arrays (4) artisan (18) authentication (3) cache (3) class (8) command (7) composer (11) config (2) console (3) controller (7) database (7) errors (4) features (2) function (28) functions (5) html (8) ini (2) javascript (8) jquery (9) Laravel (35) localhost (2) magento (8) method (4) methods (4) migration (5) model (7) mvc (3) mysql (10) notice (2) oops (6) php (66) programming (6) query (2) reviews (2) schedule (4) service (3) ssh (3) trigger (2) view (8) wordpress (4) xampp (3)

Comments

  • JSN Web Solutions on Difference between array_merge and array_combine in php
  • JSN Web Solutions on Laravel Two-Step Registration
  • JSN Web Solutions on Mutators and Accessors in Laravel
  • james on Start / Stop / Restart Apache Web Server Via SSH
  • web design company in coimbatore on Run custom query in Laravel

PHP Codes Blog by Nikunj Joshi

  • Register
  • Log in
PHP Codes Blog By Nikunj Joshi © 2018