Skip to content

PHP Articles

php | frameworks | cms | and all web things.

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

Category: Laravel

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
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
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
lf

Manage Cronjobs In Laravel

Posted on April 4, 2018February 4, 2021 by admin

Laravel provides a feature to run specific jobs through only one cron on the server.  It automatically manages all the jobs through the artisan command you don’t need to set multiple jobs on the server to execute in the specific time and specific interval. We can manage a task on the server that executes scripts…

Continue reading
lf

Change Table Columns With Migration In Laravel 5 Or Above

Posted on January 13, 2018February 4, 2021 by admin

Recently I have started working on a Laravel project and playing with migration for the first time and realized that managing the database with migration, it very easy to handle. In this tutorial, I will explain how to create the migration and how to change columns type. Let’s create a games table with the migration,…

Continue reading

Top Posts

  • Laravel Swagger Authenticate Users Via Bearer Token

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