Registry / utility / spatie-laravel-package-tools

spatie-laravel-package-tools

JSON →
library1.93.1phppackagistunverified

Tools for creating Laravel packages, providing helpers and conventions.

composer require spatie/laravel-package-tools
INSTALL
IMPORT
SIG · SPATIE-LARAVEL-PAC
S
spatie-laravel-package-tools
utilityphpv1.93.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PackageServiceProvider
use Spatie\LaravelPackageTools\PackageServiceProvider;

Creates a custom package service provider using the package tools.

use Spatie\LaravelPackageTools\PackageServiceProvider; class MyPackageServiceProvider extends PackageServiceProvider { public function configurePackage(Package $package): void { $package->name('my-package'); } }
Debug
Known issues
breakingRequires Laravel 8.x or higher.
fix
Upgrade Laravel to version 8 or later.
affects: <1.0
Upgrade
Version history
1.93.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
spatie-laravel-package-tools — pip install spatie-laravel-package-tools · libregistry