PHPackages                             rayiumir/laravel-package - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. rayiumir/laravel-package

ActivePackage[Utility &amp; Helpers](/categories/utility)

rayiumir/laravel-package
========================

 Easy creation with Laravel package.

v1.1.1(4w ago)16111[1 issues](https://github.com/LaraPire/laravel-package/issues)MITPHPPHP ^8.3

Since Apr 14Pushed 4w ago1 watchersCompare

[ Source](https://github.com/LaraPire/laravel-package)[ Packagist](https://packagist.org/packages/rayiumir/laravel-package)[ RSS](/packages/rayiumir-laravel-package/feed)WikiDiscussions main Synced today

READMEChangelog (5)Dependencies (5)Versions (6)Used By (0)

Laravel Package
===============

[](#laravel-package)

A Laravel package generator that streamlines the process of creating standardized package structures. Quickly bootstrap your packages with a complete, well-organized structure and focus on building functionality rather than configuration.

Features
--------

[](#features)

- Generates a complete Laravel package structure with a single command
- Creates standard Laravel package directories (config, migrations, views, etc.)
- Sets up composer.json with proper autoloading and dependencies
- Creates a Service Provider with common Laravel integrations pre-configured
- Includes testing setup with PHPUnit
- Generates license, readme, and other essential files

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require rayiumir/laravel-package
```

After Publish Config Files:

```
php artisan vendor:publish --provider="Rayiumir\LaravelPackage\ServiceProvider\PackageServiceProvider"

```

The service provider will be automatically registered for Laravel 5.5+. For older versions, add the service provider manually:

```
//bootstrap/providers.php
