uaibo/launchpad
最新稳定版本:1.1.16
Composer 安装命令:
composer require uaibo/launchpad
包简介
Create a pre-launch page for your Laravel project
README 文档
README
Create a pre-launch page for your Laravel project.
Requirements
- PHP >= 8.1
- Laravel >= 5.0
Installation
- Install Launchpad using
composer require:
composer require uaibo/launchpad
Add the service provider in config/app.php:
Important: If you're using Laravel 5.5 or above, you can skip the registration of the service provider, as it is registered automatically.
Uaibo\Launchpad\LaunchpadServiceProvider::class
- Publish the configuration file and assets:
php artisan vendor:publish --tag="launchpad"
- Run migrations:
php artisan migrate
This will create the launchpad table in your database where all the signups will be stored.
- Add .env variable:
APP_MODE=launchpad
Configuration
- Customize the content via the config file:
config/launchpad.php
- Add or replace logos, with your own:
/vendor/uaibo/launchpad/assets/logo-wide.png
/vendor/uaibo/launchpad/assets/logo-square.png
Image shown when your app is shared on social media. Recommended size: 1200x630):
/vendor/uaibo/launchpad/assets/social.png
Logo shown under the main logo, can be a "created by" logo:
/vendor/uaibo/launchpad/assets/logo-vendor.png
- If you also want to show a short video, add the following files:
Video file:
/vendor/uaibo/launchpad/assets/video.mp4
Video poster image:
/vendor/uaibo/launchpad/assets/video.jpg
统计信息
- 总下载量: 48
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-02-18
