Answers for "what is global in laravel8"

PHP
0

create global function laravel

//Into the console
 php artisan clear-compiled
 php artisan config:cache
Posted by: Guest on September-21-2021
0

create global function laravel

//AppProvidersGlobalFunctionsServiceProvider.php

 public function register()
 {
     require_once base_path().'/app/Functions/GlobalFunctions.php';
 }
Posted by: Guest on September-21-2021

Browse Popular Code Answers by Language