All Projects → andrey-helldar → laravel-app

andrey-helldar / laravel-app

Licence: MIT license
No description, website, or topics provided.

Programming Languages

PHP
23972 projects - #3 most used programming language

Laravel app:name support

the dragon code laravel app

This package provides a backwards compatibility layer for Laravel app:name command in the latest Laravel release.

Stable Version Total Downloads License

We recommend using the basic App namespace. This will avoid possible collisions when connecting different packages.

Installation

To get the latest version, simply require the project using Composer:

composer require dragon-code/laravel-app --dev

Instead, you may of course manually update your require block and run composer update if you so choose:

{
    "require-dev": {
        "dragon-code/laravel-app": "^1.0"
    }
}

Using

Set the application namespace by console command:

php artisan app:name <name>

License

This package is released under the MIT License.

The code is taken from the Laravel Framework.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].