Skip to content

Access your Google Drive files from your Laravel application. This is a practical example where you can connect your Google account with your Laravel application.

Notifications You must be signed in to change notification settings

BrayanAngaritaR/LaravelDriveAPI

Repository files navigation

Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects.

Laravel is accessible, yet powerful, providing tools needed for large, robust applications.

Learning about this project

Laravel is extensive and thorough. However, you can visit my channel on Youtube and watch video tutorials about how it's works. Every tutorial is available in Spanish. If you want this in English, you can send me an e-mail and suggest a translation made by you. :)

If you want to learn a little more, you can visit cafeycodigo.com.

Clone the repository

  • Go to console.developers.google.com.
  • Create Google Drive Application
  • Go to credentials.
  • Search for Google Drive and Google+ APIs and enable both.
  • Define enviroment variables in .env file
GOOGLE_APP_ID=YourGoogleAppID
GOOGLE_CLIENT_ID=YourGoogleClientID
GOOGLE_CLIENT_SECRET=YourGoogleClientSecret
GOOGLE_REDIRECT=http://127.0.0.1:8000/login/google/callback

Contributing

Thank you for considering contributing to this project! You can send a email to [email protected].

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [email protected]. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.

----------------------------

Español

Laravel es un framework para aplicaciones web con un sintaxis elegante y expresiva. La experiencia de desarrollo debe ser placentera y creativa para que se logre la satisfacción; es por eso que Laravel elimina el dolor del desarrollo porque facilita las tareas más comúnes que se utilizan en la mayoría de los proyectos web.

Laravel es accesible, potente, y proporciona las herramientas necesarias para aplicaciones grandes y robustas.

Aprender sobre este proyecto

Laravel es extensa y minuciosa. Sin embargo, puedes visitar mi canal en Youtube y ver videos tutoriales sobre cómo funciona. Cada tutorial está disponible en español. Si deseas esto en inglés, puedes enviarme un correo electrónico y sugerir una traducción hecha por ti. :)

Si deseas aprender un poco más, puedes visitar cafeycodigo.com.

Clonar el repositorio

  • Ingresa a console.developers.google.com.
  • Crea una aplicación de Google Drive
  • Ingresa al apartado de Credenciales.
  • Busca Google Drive y Google+ en la librería y habilita ambas API's.
  • Cambia los datos en el archivo .env por los datos de tus credenciales.
GOOGLE_APP_ID=TuGoogleAppID
GOOGLE_CLIENT_ID=TuGoogleClientID
GOOGLE_CLIENT_SECRET=TuGoogleClientSecret
GOOGLE_REDIRECT=http://127.0.0.1:8000/login/google/callback

Contribuciones

¡Gracias por considerar contribuir a este proyecto! Puedes enviarme un correo electrónico a [email protected].

Vulnerabilidades de seguridad

Si descubres una vulnerabilidad de seguridad dentro de Laravel, envía un correo electrónico a Taylor Otwell a través de [email protected]. Todas las vulnerabilidades de seguridad serán tratadas con prontitud.

Licencia

El framework Laravel es un software de código abierto con licencia bajo la licencia MIT.

About

Access your Google Drive files from your Laravel application. This is a practical example where you can connect your Google account with your Laravel application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published