List Headline Image
Updated by yetop90699 on Jan 08, 2021
 REPORT
yetop90699 yetop90699
Owner
11 items   1 followers   0 votes   2 views

laravel

How to setup Automatic Laravel Backup

Today, it becomes an increasingly important thing to store and preserve your backup data in case you ever need to use it. So, learn how to setup Automatic Laravel Backup.

Laravel Database Backup

This Laravel package creates a backup of your application. The backup is a zipfile that contains all files in the directories you specify along with a dump of your database.

Laravel Backup On Google Drive,

There are many ways that you can do to backup your database but how many people do is using this package "spatie/laravel-backup".

Integrate Google drive with Laravel Filesystem,

This Laravel package creates a backup of your application. The backup is a zipfile that contains all files in the directories you specify along with a dump of your database.

Qirolab - Dev Question, Answers

Qirolab Developer Forums is the first programming forum you should visit if you're looking for some extra tips on software development.

Integrate Dropbox with Laravel Filesystem

Tutorial to create a backup of Laravel application and store it on your Dropbox account. You will find the zip of backup in your Dropbox account. This backup zip contains your application files, folders, and database store in it.

Automatic Laravel Backup

Here's my standard setup I use to backup data to my Dropbox account. This post is also made as a note for my self. So I don't forget in the furture.

Integrate Google captcha on Register Form

In this article, I’m going show you how to add Google reCAPTCHA v3 to a form on your PHP website.if you have used third-party anti-spam solutions for your website, it’s likely that you're aware of the reCAPTCHA solution provided by Google.

How to install Nginx, MySQL, and PHP on Ubuntu

A LEMP stack is made up of Nginx (pronounced Engine X), MySQL/MariaDB and PHP/Python packages installed on a Linux system, and configured to work together as a system for hosting websites and applications and more.

laravel passport example

Normal API authentication can be used to access the content of the Laravel site only where it is implemented. But the external site can access the content of the Laravel site with the permission of the authenticated user and token.

laravel passport get access token

Laravel makes building such a resource easy with a predefined provision for you to secure it appropriately. This tutorial will teach you how to build and secure your Laravel back-end API using Laravel passport.