zohaib/generate-footer
最新稳定版本:v1.0.0
Composer 安装命令:
composer require zohaib/generate-footer
包简介
Laravel package to generate a static footer
README 文档
README
A simple Laravel package to automatically generate and install a beautiful, responsive footer in your Website.
✨ Features
- ✔ Static Blade footer (no config file)
- ✔ Auto-injects into
layouts/app.blade.php - ✔ Publishes CSS & JavaScript assets
- ✔ Easy to customize
- ✔ Supports Laravel 10, 11, and 12
📦 Installation
Install the package using Composer:
composer require zohaib/generate-footer
The run this command:
php artisan generate-footer:install
✨ This command will:
- ✔ Publish the footer Blade view
- ✔ Publish CSS and JS assets
- ✔ Automatically add the footer include into your layout file
✨ IMPORTANT REQUIREMENT (Read This)
Your Laravel project MUST contain the following layout file: resources/views/layouts/app.blade.php If this file does not exist, the installation command will not work.
✨Required Folder Structure.
If you don’t already have it, create it manually:
resources
└── views
└── layouts
└── app.blade.php
To remove the footer run this command:
php artisan generate-footer:remove
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-08