Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

defining constant in config laravel

<?php
   
return [
  
    'pagination_records' => 10,
  
    'user_type' => ['User', 'Admin'],
]
  
?>
Source by www.itsolutionstuff.com #
 
PREVIOUS NEXT
Tagged: #defining #constant #config #laravel
ADD COMMENT
Topic
Name
9+5 =