Skip to content
PhpGuruJi

PhpGuruJi

smartwaylearning

  • Home
  • WordPress
  • Laravel
  • Php
    • Array in php
  • Php oops
  • About Us
  • Privacy Policy
  • Contact Us
December 23, 2021 phpguruji

How do I delete a Git branch locally and remotely?

Git

Delete Local Branch Run this git command to delete local branch git branch -d <branch> git branch -D <branch> (forcefully delete local branch) Delete Remote

Read More
May 16, 2021May 16, 2021 phpguruji

Laravel artisan commands on server

Laravel

We are using Laravel artisan commands in localhost for create some laravel resources like creating controllers, models, middleware, jobs, etc. But on serve, we have

Read More
May 16, 2021May 16, 2021 phpguruji

Clear caching in Laravel

Laravel

We can clear cache using command line with Laravel artisan commands. Run following command in command line one by one. Now we can clear all

Read More
May 16, 2021 phpguruji

How check php extension enabled

Php

We can check this by 3 ways. We can cUrl, soap etc extensions. php -m // In command line it will return all enabled extension

Read More
May 16, 2021May 16, 2021 phpguruji

How to use curl in php

Php

cURL is a php library and stands for the client Url, with the help of cURL we can send files and download data over http

Read More
May 8, 2021May 10, 2021 phpguruji

Dependency Injection In Php

Laravel, Php, Php Oops

Dependency Injection(DI) is a part of software design.  DI is a procedure for managing object dependencies with another object so it will eliminate hard-coding dependencies

Read More
March 28, 2021March 29, 2021 phpguruji

How to create custom post types in WordPress

WordPress

By default WordPress has some post type already but if we want to add new post type like if we want to add products in

Read More
March 16, 2021March 16, 2021 phpguruji

Theme development in wordpress

Php, WordPress

Here we are going to learn about WordPress theming. How can we create or develop own theme ? Here we discuss about some main ideas

Read More
March 7, 2021May 16, 2021 phpguruji

HTTP Response Status Codes

HTTP, Php

HTTP response code shows that a HTTP request has been completed with some codes like 200, 201 etc. We can understand it like when a

Read More
March 7, 2021May 16, 2021 phpguruji

Php Show All Errors

Php

We can show all errors and warning in php with ini_set. Write this two lines In index.php or php.ini or main file of your project.

Read More

Posts navigation

Older posts
All Right Reserved 2021
Proudly powered by WordPress | Theme: Gist by Candid Themes.
Follow by Email
Facebook
Facebook
fb-share-icon
Twitter
Visit Us
Follow Me
Tweet
LinkedIn
Share
Instagram