echo $recordPerPage = config('common.noOfRecords'); Output - 8
echo $applicationName = config('common.applicationName', 'Placement Question'); Output - Placement Question
<?php // config/common.php return [ 'noOfRecords' => 8, ];