Coder Social home page Coder Social logo

laravel-pwa's Introduction

1. Introduction:

PWA or Progressive Web Application uses web browser capabilities and provides a mobile app like experience to the users. It develops from a browser tab and makes pages more immersive with a low friction user experience. It is a web technology of making a website which acts and feels like an application. A user can launch Progressive Web Application same like a native application regardless of browser choice.

It packs in lots of demanding features that allows your business to scale in no time:

  • Separate micro site.
  • More user friendly than a web application.
  • Works lightning fast if compared to the website.
  • Completely responsive on all the platforms.
  • Launches without the internet or low-quality internet.
  • Looks and feels like a native application.
  • Users do not need to update progressive web application.
  • No app store require managing the application.
  • Increases user engagement on the store.
  • Increases the store revenue due to user engagement.
  • Admin can enter the application name.
  • Admin can upload and change the application icon.
  • Admin can set the splash background color of the Progressive Web Application.
  • Admin can set the theme color of the Progressive Web Application.

2. Requirements:

  • Bagisto: v0.1.6 or higher.

3. Installation:

  • Unzip the respective extension zip and then merge "packages" folder into project root directory.
  • Goto config/app.php file and add following line under 'providers'
Webkul\PWA\Providers\PWAServiceProvider::class
  • Goto config.json file and add following line under 'psr-4'
"Webkul\\PWA\\": "packages/Webkul/PWA"
  • Install Jenssegers Agent via following command
composer require jenssegers/agent
  • Add the following line under 'providers' in config/app.php
Jenssegers\Agent\AgentServiceProvider::class
  • Add the following line under 'aliases' in config/app.php
'Agent' => Jenssegers\Agent\Facades\Agent::class,
  • Run these commands below to complete the setup
composer dump-autoload
php artisan route:cache
php artisan vendor:publish

-> Press 0 and then press enter to publish all assets and configurations.

That's it, now just execute the project on your specified domain.

laravel-pwa's People

Contributors

example123 avatar jitendra-webkul avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.