All Projects → bagisto → Laravel Pwa

bagisto / Laravel Pwa

Licence: mit
Transform your website like Mobile Application while having full functionality of the website using Laravel PWA

Projects that are alternatives of or similar to Laravel Pwa

Al Go Rithms
🎵 Algorithms written in different programming languages - https://zoranpandovski.github.io/al-go-rithms/
Stars: ✭ 1,036 (+2058.33%)
Mutual labels:  hacktoberfest
Th rosenheim
Cross-Platform Flutter App that displays customizable timetables as well as cantine information for students of the Rosenheim Technical University of Applied Sciences.
Stars: ✭ 48 (+0%)
Mutual labels:  hacktoberfest
Smile Format Specification
New home for Smile format (https://en.wikipedia.org/wiki/Smile_(data_interchange_format))
Stars: ✭ 48 (+0%)
Mutual labels:  hacktoberfest
Share Backported
Extension to get back the Firefox Share modal
Stars: ✭ 47 (-2.08%)
Mutual labels:  hacktoberfest
Resources
Here is a list of best resources to get you started with learning how to code (mostly related to Web Development). Feel free to add your favorite resources as well and help others in their journey of learning.
Stars: ✭ 1,037 (+2060.42%)
Mutual labels:  hacktoberfest
Ember Octane Vs Classic Cheat Sheet
A cheat sheet for converting classic Ember app to Octane
Stars: ✭ 48 (+0%)
Mutual labels:  hacktoberfest
Mysqlshell Plugins
Plugins for MySQL Shell
Stars: ✭ 47 (-2.08%)
Mutual labels:  hacktoberfest
Boilerplate
Responsive CSS, HTML and JavaScript front-end starting point.
Stars: ✭ 48 (+0%)
Mutual labels:  hacktoberfest
Abs cd
CI/CD for the Arch build system with webinterface.
Stars: ✭ 48 (+0%)
Mutual labels:  hacktoberfest
Licensir
An Elixir mix task that lists all the licenses used by your Mix project dependencies.
Stars: ✭ 48 (+0%)
Mutual labels:  hacktoberfest
Lion
Fundamental white label web component features for your design system.
Stars: ✭ 1,040 (+2066.67%)
Mutual labels:  hacktoberfest
Audioplayers
A Flutter plugin to play multiple audio files simultaneously (Android/iOS)
Stars: ✭ 1,042 (+2070.83%)
Mutual labels:  hacktoberfest
Mindconnect Nodejs
NodeJS Library for MindSphere Connectivity - TypeScript SDK for MindSphere - MindSphere Command Line Interface - MindSphere Development Proxy - typescript-sdk is waiting for your contributions!
Stars: ✭ 48 (+0%)
Mutual labels:  hacktoberfest
Libratbag
A DBus daemon to configure input devices, mainly high-end and gaming mice
Stars: ✭ 1,036 (+2058.33%)
Mutual labels:  hacktoberfest
Spongeapi
A Minecraft plugin API
Stars: ✭ 1,043 (+2072.92%)
Mutual labels:  hacktoberfest
Sgdigittextfield
Elegant and Simplest Digit UITextField
Stars: ✭ 47 (-2.08%)
Mutual labels:  hacktoberfest
Data Structure And Algorithms
A complete and efficient guide for Data Structure and Algorithms.
Stars: ✭ 48 (+0%)
Mutual labels:  hacktoberfest
Nemo
Interactive WhatsApp Question Answer like Online Survey
Stars: ✭ 49 (+2.08%)
Mutual labels:  hacktoberfest
Phppresentation
A pure PHP library for reading and writing presentations documents
Stars: ✭ 1,044 (+2075%)
Mutual labels:  hacktoberfest
Pocket Casts Desktop App
The Pocket Casts webapp, packaged for the Linux Desktop.
Stars: ✭ 48 (+0%)
Mutual labels:  hacktoberfest

Bagisto PWA

1. Introduction:

PWA or Progressive Web Application uses web browser capabilities and provides a mobile app 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 the Progressive Web Application same like a native application regardless of browser choice.

It packs with 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: v1.2.0.

3. Installation:

  • Install the PWA extension
composer require bagisto/pwa:dev-master
  • Run these commands below to complete the setup
php artisan config:cache
php artisan migrate
php artisan route:cache
php artisan vendor:publish

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

That's it, now go to https://yourdomain/pwa

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].