InterviewSolution
Saved Bookmarks
| 1. |
How to make a constant and use globally? |
|
Answer» You can create a constants.php page in config folder if does not EXIST. Now you can put constant VARIABLE with value here and can USE with Config::get('constants.VaribleName'); ExampleRETURN [ |
|