"First Commit"
This commit is contained in:
6
app/Helpers/bibGeneralHelper.php
Normal file
6
app/Helpers/bibGeneralHelper.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
function site_url($path)
|
||||
{
|
||||
return env("APP_URL"). $path;
|
||||
//return $path;
|
||||
}
|
Reference in New Issue
Block a user