PHP code example of laravelir / pwa

1. Go to this page and download the library: Download laravelir/pwa library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

laravelir / pwa example snippets


Laravelir\Pwa\Providers\PwaServiceProvider::class,

php artisan pwa:generate

<html>
<head>
    <title>My Pwa Project</title>
    ...
    
    @pwa_metas
</head>
<body>
    ...
    My content
    ...
    
    @pwa_sw
</body>
</html> 

php artisan pwa:install