suhasrkms / laravel-with-firestore

This project helps in using firestore as a database in Laravel project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

Have an idea to develop a Laravel project using firestore database, this repository helps in using firebase and implementing your database directly to firestore for laravel project.

https://https://www.youtube.com/watch?v=75aEgBYaexg&t=22s

Prerequisite

Uses Composer for laravel installation. Get Composer here.

Installation

Use GIT for cloning the repository ( Can download from repository also )

git clone https://github.com/suhasrkms/laravel-with-firestore.git

Create .env file ( copy the content from .env.example !important )

cp .env.example .env

Get your API key from firebase refer video and paste the key in root\firebase-credentials.json

**All set now use CRUD using firestore for your larvel project is ready to use**

Thanks for downloading this project!

About

This project helps in using firestore as a database in Laravel project.


Languages

Language:PHP 79.0%Language:Blade 20.3%Language:Shell 0.7%