You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I am newbie in Laravel, I need to write quick application to learn push notifications technologie (and laravel a little bit).
So:
1.I've created new application via command line
2.Then I've installed davibennun/laravel-push-notification:dev-laravel5 via composer
3.I've run php artisan vendor:publish--provider="Davibennun\LaravelPushNotification\LaravelPushNotificationServiceProvider" --tag="config" (like in READ.me) and I've get Publishing complete
4.I've opened PHPStorm and tried to find config file in project by typing 'Android', path was under vendor: vendor/davibennun/laravel-push-notification/src/config/config.php
It seems that there is something wrong.
Please update README.md for newbies like me. Thank you.
The text was updated successfully, but these errors were encountered:
Hi!
I am newbie in Laravel, I need to write quick application to learn push notifications technologie (and laravel a little bit).
So:
1.I've created new application via command line
2.Then I've installed davibennun/laravel-push-notification:dev-laravel5 via composer
3.I've run php artisan vendor:publish --provider="Davibennun\LaravelPushNotification\LaravelPushNotificationServiceProvider" --tag="config" (like in READ.me) and I've get Publishing complete
4.I've opened PHPStorm and tried to find config file in project by typing 'Android', path was under vendor: vendor/davibennun/laravel-push-notification/src/config/config.php
It seems that there is something wrong.
Please update README.md for newbies like me. Thank you.
The text was updated successfully, but these errors were encountered: