Coder Social home page Coder Social logo

open-southeners / laravel-companion-apps Goto Github PK

View Code? Open in Web Editor NEW
19.0 1.0 1.0 104 KB

Extend your Laravel applications with companions apps (Android, Apple, PWA...)

Home Page: https://docs.opensoutheners.com/laravel-companion-apps

License: MIT License

PHP 99.50% Makefile 0.50%
android-app-links apple-app-site-association companion-app laravel laravel-package native-apps pwa-apps utility-package

laravel-companion-apps's Introduction

Laravel Companion Apps required php version codecov Edit on VSCode online

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') or Companion::android('com.my_company.my_app')->redirect('products/1'))
    • Generates app links (Companion::android('com.my_company.my_app')->link('products/1'))
  • 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')) or Companion::ios('com.my_company.my_app')->redirect('products/1'))
    • Generates app links (Companion::ios('com.my_company.my_app')->link('products/1')->fallbackToStore())
  • Add smart banner (Apple only for now) using Blade directive @companionMetaTags or facade's method app('companion')->metaTags()

Getting started

composer require open-southeners/laravel-companion-apps

Documentation

To learn how to use everything you should check the official documentation.

Partners

skore logo

License

This package is open-sourced software licensed under the MIT license.

laravel-companion-apps's People

Contributors

d8vjork avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.