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

Tag: view

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”

PHP OOPs

Model View Controller (MVC) in PHP

Posted By: Nikunj Joshi October 29, 2018April 18, 2019

Brief About MVC in PHP Learn MVC PHP framework step by step! MVC pattern, which stands for Model View Controller, is a widely – used programming technology and the most …

Read More “Model View Controller (MVC) in PHP”

Pass common data to all views in Laravel 5

Posted By: Nikunj Joshi June 22, 2018May 5, 2019

How to pass common data to all views in Laravel 5 Step 1) Open file in app/Providers/AppServiceProvider.php In AppServiceProvider class first add use Illuminate\Support\Facades\View; In boot function add data you …

Read More “Pass common data to all views in Laravel 5”

Useful Laravel Blade Directives

Posted By: Nikunj Joshi June 11, 2018May 5, 2019

Useful Laravel Blade Directives We’re going to look at five Laravel Blade directives you can use to simplify your templates, and learn about some convenient directives that make solving specific …

Read More “Useful Laravel Blade Directives”

Laravel php artisan commands

Posted By: Nikunj Joshi April 13, 2018December 30, 2019

Clear Cache facade value: php artisan cache:clear Clear Route cache: php artisan route:cache Clear View cache: php artisan view:clear Clear Config cache: php artisan config:cache

Laravel validation

Posted By: Nikunj Joshi April 2, 2018April 18, 2019

Laravel Validation Add this in top of controller use Validator; // Add this code for validation of fields $validatedData = $this->validate($request,[ ‘name’ => ‘required|alpha_num|min:4|max:50′, ’email’ => ‘required|email|min:6|max:50|unique:email’, ‘password’ => ‘required|min:6|max:50’, …

Read More “Laravel validation”

PHP OOPs

PHP Basic OOPs Concepts

Posted By: Nikunj Joshi March 30, 2018December 30, 2019

PHP Basic OOPs Concepts Object oriented programming is a technique to design your application. In object oriented programming, everything will be around the objects and class. By using OOP in …

Read More “PHP Basic OOPs Concepts”

List of Laravel PHP Artisan command.

Posted By: Nikunj Joshi March 29, 2018April 18, 2019

Below is the command to get list of the artisan commands in laravel. Run this command in console to get the list of artisan commands in laravel. php artisan list …

Read More “List of Laravel PHP Artisan command.”

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