mlab/landing-page-generator

A simple landing page generator using only 1 command. {php artisan generate:LandingPage}

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/mlab/landing-page-generator

dev-main 2024-06-26 02:54 UTC

This package is auto-updated.

Last update: 2025-12-26 06:20:43 UTC


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.