Download the PHP package bpocallaghan/add-to-homescreen without Composer
On this page you can find all versions of the php package bpocallaghan/add-to-homescreen. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bpocallaghan/add-to-homescreen
More information about bpocallaghan/add-to-homescreen
Files in bpocallaghan/add-to-homescreen
Download bpocallaghan/add-to-homescreen
More information about bpocallaghan/add-to-homescreen
Files in bpocallaghan/add-to-homescreen
Vendor bpocallaghan
Package add-to-homescreen
Short Description Add to home screen (A2HS): Easy way to add 'install app' for your websites.
License MIT
Package add-to-homescreen
Short Description Add to home screen (A2HS): Easy way to add 'install app' for your websites.
License MIT
Please rate this library. Is it a good library?
Informations about the package add-to-homescreen
Add To Home Screen
Add to home screen (A2HS) The Easy way to add 'install app' for your websites.
Commands
Usage
- run
php artisan a2h:install
to copy the files over to your project - include the javascript file and initialise like
new A2HClass();
in your mainapp.js
- Add the below in your master layout file
Customise
- update manifest.json
- update the favicons with your logo
- update the js file where needed (e.g. to send an ajax to server)
- include your own view file (for html and styles)
- update ah2.blade to change default button text
Output
- Install command will copy the favicons to
/public/images/favicons
My Other Packages
- Generators Easily File Generators with a config file and publishable stubs.
- Notify Laravel Flash Notifications with icons and animations and with a timeout
- Alert A helper package to flash a bootstrap alert to the browser via a Facade or a helper function.
- Sluggable Provides a HasSlug trait that will generate a unique slug when saving your Laravel Eloquent model.
All versions of add-to-homescreen with dependencies
PHP Build Version
Package Version
The package bpocallaghan/add-to-homescreen contains the following files
Loading the files please wait ....