Answers for "base url in controller laravel 8"

PHP
1

laravel base url

// Get the base URL.
echo url('');

// Get the app URL from configuration which we set in .env file.
echo config('app.url');
Posted by: Guest on September-16-2021

Browse Popular Code Answers by Language