Introducing a Laravel-Firebase Package | A comprehensive solution seamlessly integrating Laravel's robust framework with Firebase's powerful features. This package provides developers with: Authentication: Effortless user sign-up and login processes, ensuring security and ease of use.
suhasrkms/lara-fire is a Laravel package for introducing a laravel-firebase package | a comprehensive solution seamlessly integrating laravel's robust framework with firebase's powerful features. this package provides developers with: authentication: effortless user sign-up and login processes, ensuring security and ease of use..
It currently has 9 GitHub stars and 268 downloads on Packagist (latest version v0.1.3).
Install it with composer require suhasrkms/lara-fire.
Discover more Laravel packages by suhasrkms
or browse all Laravel packages to compare alternatives.
Last updated
Use COMPOSER for cloning the project
composer create-project suhasrkms/lara-fire project_name
Generate a new private key in firebase and paste the key in resources\credentials\firebase_credentials.json
All set run the project
php artisan serve