Looking to hire Laravel developers? Try LaraJobs

laravel-app-download-prompt maintained by mantax559

Description
Laravel App Download Prompt
Author
mantax559
Last update
2026/04/30 12:28 (dev-development)
License
Links
Downloads
0

Comments
comments powered by Disqus

GitHub release (latest by date) GitHub release (latest SemVer including pre-releases) Packagist PHP from Packagist

Laravel App Download Prompt

Requirements

  • Xdebug - optional, required for code coverage analysis

Installation & Setup

You can install the package via composer:

composer require mantax559/laravel-app-download-prompt

After installing the package, run the migration command to create the necessary database tables:

php artisan migrate

The package will automatically register its service provider.

Usage

See USAGE.md for more information about the package and examples.

Customisation

Config

You can optionally publish the config file with:

php artisan vendor:publish --provider="Mantax559\LaravelAppDownloadPrompt\Providers\AppServiceProvider" --tag=config

Testing

Run the test suite:

composer test

Coverage summary in the terminal:

composer test-coverage

For a browsable HTML report, generate files under coverage/ and open coverage/index.html in your browser:

composer test-coverage-html

License

The MIT License (MIT). Please see License File for more information.