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 |
What is mvc in laravel?
How to generate & update application key in laravel 5?
How to Configuration Laravel - Encryption ?
What is the boot method?
What is contract in laravel?
Is laravel secure?
List types of relationships available in laravel eloquent?
Why laravel is the best framework?
What are some use valet commands?
By default valet serve your app which tld? On how to configure it to use another domain?
What is the use of route in laravel?
Does laravel passport use jwt?