Download the PHP package hungthai1401/laravel-application-version without Composer
On this page you can find all versions of the php package hungthai1401/laravel-application-version. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download hungthai1401/laravel-application-version
More information about hungthai1401/laravel-application-version
Files in hungthai1401/laravel-application-version
Package laravel-application-version
Short Description Simple way to get app market version information from Google Play store or Apple App Store
License MIT
Homepage https://github.com/hungthai1401/laravel-application-version
Informations about the package laravel-application-version
Laravel Application Version
Installation
Require this package with composer.
-
Laravel 5.5+:
Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider. If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php
-
Lumen:
Register a provider in bootstrap/app.php:
By defaults Facades are not enabled in Lumen, To use ApplicationVersion Facade functions un-comment $app->withFacades(); line from your bootstrap/app.php file and modify it
Usage
References
https://mrvirk.com/how-to-find-app-bundle-id-ios.html
Note
There are many Google Play applications that need to identify specific devices to retrieve version such as Google Chrome, Facebook, ... Please read in some archieves:
All versions of laravel-application-version with dependencies
ext-json Version *
illuminate/support Version ^5.5|^6
guzzlehttp/guzzle Version ^6.5
symfony/dom-crawler Version ^5.0
symfony/css-selector Version ^4.3|^5.0