Download the PHP package open-southeners/laravel-companion-apps without Composer
On this page you can find all versions of the php package open-southeners/laravel-companion-apps. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download open-southeners/laravel-companion-apps
More information about open-southeners/laravel-companion-apps
Files in open-southeners/laravel-companion-apps
Download open-southeners/laravel-companion-apps
More information about open-southeners/laravel-companion-apps
Files in open-southeners/laravel-companion-apps
Vendor open-southeners
Package laravel-companion-apps
Short Description Extend your Laravel applications with companions apps (Android, iOS, PWA...)
License MIT
Package laravel-companion-apps
Short Description Extend your Laravel applications with companions apps (Android, iOS, PWA...)
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-companion-apps
Laravel Companion Apps
Extend your Laravel applications with companions apps (Android, Apple, Progressive Web Applications...).
Key features
- Allow app links (also called deep links) on Android apps:
- Generates the
.well-known/assetlinks.json
file for app links verification - Redirects to app links (
redirect()->toApp(Companion::android('com.my_company.my_app'), 'products/1')
orCompanion::android('com.my_company.my_app')->redirect('products/1')
) - Generates app links (
Companion::android('com.my_company.my_app')->link('products/1')
)
- Generates the
- Allow app links (also called universal links) on iOS apps:
- Generates the
apple-app-site-association
file for app links verification - Redirects to app links (
redirect()->toApp(Companion::ios('com.my_company.my_app'))
orCompanion::ios('com.my_company.my_app')->redirect('products/1')
) - Generates app links (
Companion::ios('com.my_company.my_app')->link('products/1')->fallbackToStore()
)
- Generates the
- Add smart banner (Apple only for now) using Blade directive
@companionMetaTags
or facade's methodapp('companion')->metaTags()
Getting started
Documentation
To learn how to use everything you should check the official documentation.
Partners
License
This package is open-sourced software licensed under the MIT license.
All versions of laravel-companion-apps with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
chillerlan/php-qrcode Version ^5.0
illuminate/support Version ^10.0 || ^11.0
jenssegers/agent Version ^2.6
laravel/prompts Version ^0.1
chillerlan/php-qrcode Version ^5.0
illuminate/support Version ^10.0 || ^11.0
jenssegers/agent Version ^2.6
laravel/prompts Version ^0.1
The package open-southeners/laravel-companion-apps contains the following files
Loading the files please wait ....