定制 beneflic/laravel-expo-updates 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

beneflic/laravel-expo-updates

Composer 安装命令:

composer require beneflic/laravel-expo-updates

包简介

This is my package laravel-expo-updates

README 文档

README

Developed By Beneflic Latest Version on Packagist GitHub Code Style Action Status Total Downloads

This package provides a simple way to serve Expo Updates in your Laravel application.

Installation

You can install the package via composer:

composer require Beneflic/laravel-expo-updates

You can publish and run the migrations with:

php artisan vendor:publish --tag="laravel-expo-updates-migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --tag="laravel-expo-updates-config"

This is the contents of the published config file:

return [
    'manifest_route' => env('EXPO_UPDATES_MANIFEST_ROUTE', 'expo-updates/manifest'),
    'private_key' => env('EXPO_UPDATES_PRIVATE_KEY'),
    'asset_request_headers' => [],
];

Usage

  1. You should update your expo app config to point your laravel app.
  2. If you want to use code signing features, you should generate a key and certificate and.
  3. Bundle your app with npx expo export command.
  4. Upload the folder generated by command to a filesystem accessible from your laravel app.
  5. Create an instance of Beneflic\ExpoUpdates\ExpoUpdate and save it.
  6. Clear cache keys starting with expo-updates.

Roadmap

  • Creating updates with facade.
  • Filament resources
  • Add an example app

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

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

统计信息

  • 总下载量: 87
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-01-03