Laravel App Namespace Command

Provides forward support for the Laravel 5.8 app:name command in Laravel 6+ applications. Based on Laravel App by Andrey Helldar.

Installation

Install from the command line using composer CLI:

composer require mcdev/laravel-app-namespace --dev

Or manually update your require block and run your project's update and build routines:

{
    "require-dev": {
        "mcdev/laravel-app-namespace": "^1.8"
    }
}

Using

Set the application namespace by console command:

php artisan app:name <name>

License

This package is released under the MIT License.