Skip to content

PHP Articles

php | frameworks | cms | and all web things.

Menu
  • Home
  • Laravel
  • WordPress
  • Server
  • Database
  • Google
Menu
wpf

Custom Gutenberg Block In WordPress

Posted on February 3, 2021April 30, 2022 by admin

Creating your own custom Gutenberg block in your WordPress theme is so super easy and with Gutenberg, you can speed up your theme development by separating HTML into a piece of blocks. To make content dynamic you can install the Advanced Custom Fields plugin which gives you the power to create the dynamic fields and…

Continue reading
lf

Laravel Swagger Authenticate Users Via Bearer Token

Posted on July 14, 2020February 4, 2021 by admin

Previously, I have made one article on “How to use DarkaOnLine/L5-Swagger in Laravel” but I have not covered how to authenticate users via bearer token so I thought I have to make another article. So in this article, I am going to show you how to authentication users via a bearer token in Laravel Swagger….

Continue reading
lf

How To Use Darkaonline/l5-Swagger In Laravel

Posted on July 13, 2020February 4, 2021 by admin

Swagger is a wonderful tool to generate API documentation. So today I am going to show you, how to use Swagger in your Laravel application. We will use DarkaOnLine/L5-Swagger package in Laravel 6. I am not going to cover Laravel setup in this article so I am assuming that you have up & running Laravel…

Continue reading
gaf

How To Fix You Already Have An Adsense Account

Posted on March 14, 2020February 4, 2021 by admin

I am writing this post for those who received an email like the below screenshot from the Google AdSense team and wish to close the Google Adsense account. A few days ago by mistake, I have submitted the same domain with a different Google account on Google AdSense. After reading this email, I was trying…

Continue reading
lf

Laravel Passport Create Api For Your Application

Posted on February 8, 2020February 4, 2021 by admin

In the previous article Laravel api integration & configuration, we have successfully set up a Passport package in a fresh Laravel application. Now in this article, we are going to create API using the passport and we will protect all API routes and can be accessed If the user passes bearer token in each API…

Continue reading
lf

Laravel Api Integration & Configuration

Posted on February 7, 2020February 4, 2021 by admin

Recently I have worked on two Laravel mobile applications in my freelancing work and both are having android applications. So for the API authentication, I have used the Laravel Passport package. It’s very easy to authenticate each and every API using bearer token so I thought I have to create a new article on Laravel…

Continue reading
wpf

Replace Old To New Url In The WordPress Database

Posted on May 3, 2019February 4, 2021 by admin

If you are new in WordPress development and working on a client project then one thing you have to take note is that whenever you deploy your WordPress project to client-server you have to replace your site URL from local to live and the same thing will apply, If you migrate from one to another…

Continue reading
pgf

Postgis Installation In Ubuntu 18.04 Lts “Bionic Beaver”

Posted on May 3, 2019February 4, 2021 by admin

In my recent work, I have completed one project in Laravel application and it was very similar to the food ordering application like Swiggy/Zomato. For the database, I had used PostgreSQL object-relational and installed PostGIS extension. PostGIS is open source software program that adds support for geographic objects to the PostgreSQL object-relational database. I heard…

Continue reading
lf

Maintenance Mode For Laravel Application

Posted on January 28, 2019February 4, 2021 by admin

Today I am going to show you one artisan command which is a very helpful command. Well, I am talking about the Artisan::call(‘up’) or Artisan::call(‘down’) command. Using this command you can build your own maintenance mode functionality. This command will help you when something went wrong to your site and you need to shut down…

Continue reading
  • 1
  • 2
  • 3
  • Next

Top Posts

  • Laravel Swagger Authenticate Users Via Bearer Token
  • How To Use wp_mail With WordPress
  • WordPress Custom Post Type Pagination
  • How To Use Darkaonline/l5-Swagger In Laravel

Recent Posts

  • Custom Gutenberg Block In WordPress
  • Laravel Swagger Authenticate Users Via Bearer Token
  • How To Use Darkaonline/l5-Swagger In Laravel
  • How To Fix You Already Have An Adsense Account
  • Laravel Passport Create Api For Your Application
  • Laravel Api Integration & Configuration

Archives

  • February 2021
  • July 2020
  • March 2020
  • February 2020
  • May 2019
  • January 2019
  • April 2018
  • March 2018
  • January 2018
  • December 2017

Categories

  • Ajax
  • Database
  • Google
  • Laravel
  • Server
  • WordPress
© 2022 PHP Articles | Powered by Minimalist Blog WordPress Theme