Skip to content

A minimal template repository for Codelab's headless Laravel packages.

License

Notifications You must be signed in to change notification settings

codelabmw/laravel-package-skeleton

Folders and files

NameName
Last commit message
Last commit date
Feb 22, 2025
Feb 22, 2025
Feb 22, 2025
Feb 22, 2025
Feb 22, 2025
Feb 22, 2025
Feb 22, 2025
Feb 22, 2025
Feb 22, 2025
Feb 22, 2025
Feb 22, 2025
Feb 22, 2025
Mar 3, 2025
Feb 22, 2025
Feb 22, 2025
Mar 3, 2025
Feb 22, 2025
Feb 22, 2025
Feb 22, 2025

Repository files navigation

Art

GitHub Workflow Status (master) Total Downloads Latest Version License

A description of what the package is and what it does.

Installation

Requires PHP ^8.3

You can install the package via composer:

composer require codelabmw/package-name

Usage

Instructions on how the package should and can be used including code examples.

<?php

declare(strict_types=1);

namespace Codelabmw\Package;

final class Example
{
    /**
     * Creates Example instance.
     */
    public function __construct(private readonly Package $package)
    {
        $package->doSomething();
    }
}

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

A minimal template repository for Codelab's headless Laravel packages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages