An open API service indexing awesome lists of open source software.

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

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)