mlab/landing-page-generator
Composer 安装命令:
composer require mlab/landing-page-generator
包简介
A simple landing page generator using only 1 command. {php artisan generate:LandingPage}
README 文档
README
M-Lab Landing Page Generator is a Laravel package that enables you to swiftly generate a basic landing page structure for your Laravel applications.
Installation
You can install the package via Composer:
composer require mlab/landing-page-generator
Usage
Once the package is installed, use this command:
php artisan generate:LandingPage
Then landing page is generated, you can customize the landing page as needed. The generated files include:
- resources/views/landing.blade.php: The main landing page view.
- resources/views/layouts/app.blade.php: The layout file that includes Bootstrap and sets up the basic structure.
- resources/views/components/Navbar.blade.php and resources/views/components/Footer.blade.php: Navbar and Footer components.
- public/css/main.css and public/js/main.js: Basic styling and JavaScript files.
Feel free to modify these files to suit your project's requirements.
Minus
The origin of development is to build automatic dynamic menu by mlab-menu in the config files. For now its not generated and not fully configured yet. I'm trying to complete that stuff in the next release.
Configuration
The package provides a configuration file at config/mlab-menu.php, where you can define menu items for your landing page.
License
The M-Lab Landing Page Generator is open-sourced software licensed under the MIT license.
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-01-18