https://github.com/suresh-ramani/larafirepush
Firebase Push Notification Laravel Tutorial
https://github.com/suresh-ramani/larafirepush
bootstrap firebase firebase-messaging laravel laravel-framework notification-laravel-tutorial
Last synced: 9 months ago
JSON representation
Firebase Push Notification Laravel Tutorial
- Host: GitHub
- URL: https://github.com/suresh-ramani/larafirepush
- Owner: suresh-ramani
- Created: 2021-04-03T14:38:50.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-03T14:50:43.000Z (about 5 years ago)
- Last Synced: 2025-05-01T08:34:35.745Z (about 1 year ago)
- Topics: bootstrap, firebase, firebase-messaging, laravel, laravel-framework, notification-laravel-tutorial
- Language: PHP
- Homepage: https://techvblogs.com/blog/firebase-push-notification-laravel
- Size: 943 KB
- Stars: 8
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Firebase Push Notification Laravel Tutorial
### [Visit Blog](https://techvblogs.com/blog/firebase-push-notification-laravel?ref=repo)
#### Install Packages
```
composer install
```
#### Copy .env file
```
cp .env.example .env
```
#### Set Database Detail
#### Install NPM Dependencies
```
npm install
```
#### Start Laravel Project
```
php artisan serve
```
```
npm run dev
```
# Connect with Us
- [Site](https://techvblogs.com/?ref=githubrepo)
- [Twitter](https://twitter.com/techvblogs)
- [Facebook](https://facebook.com/techvblogs)