PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Tuesday, November 15, 2022

[FIXED] How can I change the application name(space) in Laravel 6

 November 15, 2022     laravel-6, laravel-artisan, namespaces, php     No comments   

Issue

In previous versions you could use the artisan command

php artisan app:name NewName

to use change the applications namespace (defaults to App). The artisan command seems to be missing now. Is changing the namespace no longer supported?


Solution

Unfortunatelly, the command has been officially removed from Laravel version 6 (see pull request: https://github.com/laravel/framework/pull/27575).

https://github.com/laravel/framework/issues/29810



Answered By - Simon
Answer Checked By - Mary Flores (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing