Looking to hire Laravel developers? Try LaraJobs

laravel-html-markup maintained by m2collective

Description
A package for basic HTML document markup.
Author
Last update
2026/07/27 20:47 (dev-main)
License
Downloads
4

Comments
comments powered by Disqus

HTML Markup

A package for basic HTML document markup.

Laravel PHP


Installation

You can install the package via composer:

composer require m2collective/laravel-html-markup

The package will automatically register itself.

Commands

Publishing the configuration file:

php artisan m2collective:html-markup:publish-config

Publishing HTML views:

php artisan m2collective:html-markup:publish-views

Blade

An example of using a package with the blade:

<x-html-markup::html lang="en">
    <x-html-markup::head>

    </x-html-markup::head>
    <x-html-markup::body>

    </x-html-markup::body>
</x-html-markup::html>

License

The MIT License (MIT). Please see the License file for more information.