Download the PHP package funnydevjsc/google-drive-laravel-integrate without Composer
On this page you can find all versions of the php package funnydevjsc/google-drive-laravel-integrate. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download funnydevjsc/google-drive-laravel-integrate
More information about funnydevjsc/google-drive-laravel-integrate
Files in funnydevjsc/google-drive-laravel-integrate
Package google-drive-laravel-integrate
Short Description Laravel package for Google Drive management
License MIT
Homepage https://github.com/funnydevjsc/google-drive-laravel-integrate
Informations about the package google-drive-laravel-integrate
Google Drive Laravel
The free Laravel package to help you manage your Google Drive
Use Cases
- CRUD files and folders on your Google Drive
- Upload and download without normal Google Drive exceeded limits
Features
- Dynamic Google Service credentials from config/google-service.php
- Dynamic Google Drive properties from config/google-drive.php
- Easy to CRUD files and folders on your Google Drive with a simple line code
Know issues
- This package uses the latest official SDK, libraries and methods from Google then it might be large (around 30mb for dependency package google/apiclient) for shared hosting.
- Please consider your server's environment before using this package.
- However, we still recommend that you follow the latest writing style for Google libraries to ensure safety, compliance, CI/CD and most importantly if you are using services
Requirements
- PHP: 8.1 or higher
- Laravel 9.0 or higher
Quick Start
If you prefer to install this package into your own Laravel application, please follow the installation steps below
Installation
Step 1. Install a Laravel project if you don't have one already
https://laravel.com/docs/installation
Step 2. Require the current package using composer:
Step 3. Create a Google Service credentials:
- As our guide at https://github.com/funnydevjsc/google-client-laravel-integrate.
Step 4. Publish the controller file and config file
If publishing files fails, please create corresponding files at the path config/google-drive.php
from this package.
Step 5. Update the various config settings in the published config file:
- After publishing the package assets a configuration file will be located at
config/google-drive.php
. - Find your Google Drive parent folder ID and fill into
config/google-drive.php
file like this (your files and folders might be uploaded and managed within this parent folder):
Testing
Feedback
Respect us in the Laravel Việt Nam
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] or use the issue tracker.
Credits
- Funny Dev., Jsc
- All Contributors
License
The MIT License (MIT). Please see License File for more information.