OwenMelbz / laravel-pwa-manifest

Laravel 5.5+ helper to generate basic PWA style manifests.
7 stars 4 forks source link

missing config/pwa.php #1

Closed abrhambas01 closed 6 years ago

abrhambas01 commented 6 years ago

Where is this I'm using Laravel 5.4. Followed your instruction but didn't see this :

config/pwa_manifest.php

Where is this ?? I'm using Laravel 5.4. Followed your instruction but didn't see this :

pwa_manifest.php in the folder inside the config folder from the app folder

OwenMelbz commented 6 years ago

@abrhambas01 did you do php artisan vendor:publish - which is Step 3 - this publishes the config

abrhambas01 commented 6 years ago

@OwenMelbz yes i did

OwenMelbz commented 6 years ago

I've just tested it locally, and its definitely publishing for me.

All it does it copy the file, you can go to https://github.com/OwenMelbz/laravel-pwa-manifest/blob/master/src/config/config.php and just save the file into your configs folder as pwa_manifest.php

marcellus-jeanbernard commented 5 years ago

Hello I am new to PWA could help me how can i integrate pwa in my laravel app ?

my name is Jean Bernard MARCELLUS

OwenMelbz commented 5 years ago

@marcellus-jeanbernard StackOverflow would be better for specific questions on how to do things, Github Issues is to report bugs.

There isn't a single answer to how to do it.

PWA is made up of lots of different concepts which you pick and choose.

All this package does is help you generate a manifest file from a Laravel application