How to Declaration of namespace ?



How to Declaration of namespace ?..

Answer / amit khanna

Namespaces can be defined as a class of elements in which each element has a unique name to that associated class. It may be shared with elements in other classes.

Syntax : use <namespace-name>;

The use keyword allows the developers to shorten the namespace. The default namespace used in Laravel is app

You can create a user defined namespace by using artisan command as shown below

php artisan app:name Manger

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Laravel PHP Framework Interview Questions

What is mvc in laravel?

0 Answers  


How to generate & update application key in laravel 5?

0 Answers  


How to Configuration Laravel - Encryption ?

1 Answers  


What is the boot method?

0 Answers  


What is contract in laravel?

0 Answers  


Is laravel secure?

0 Answers  


List types of relationships available in laravel eloquent?

0 Answers  


Why laravel is the best framework?

0 Answers  


What are some use valet commands?

0 Answers  


By default valet serve your app which tld? On how to configure it to use another domain?

0 Answers  


What is the use of route in laravel?

0 Answers  


Does laravel passport use jwt?

0 Answers  


Categories