/home/louderdesign/public_html/app/Http/helpers.php
if (preg_match('/(tablet|ipad|playbook)|(android(?!.*(mobi|opera mini)))/i', strtolower($_SERVER['HTTP_USER_AGENT']))) {
$tablet_browser++;
}
if (preg_match('/(up.browser|up.link|mmp|symbian|smartphone|midp|wap|phone|android|iemobile)/i', strtolower($_SERVER['HTTP_USER_AGENT']))) {
$mobile_browser++;
}
if ((strpos(strtolower($_SERVER['HTTP_ACCEPT']),'application/vnd.wap.xhtml+xml') > 0) or ((isset($_SERVER['HTTP_X_WAP_PROFILE']) or isset($_SERVER['HTTP_PROFILE'])))) {
$mobile_browser++;
}
$mobile_ua = strtolower(substr($_SERVER['HTTP_USER_AGENT'], 0, 4));
$mobile_agents = array(
'w3c ','acs-','alav','alca','amoi','audi','avan','benq','bird','blac',
'blaz','brew','cell','cldc','cmd-','dang','doco','eric','hipt','inno',
'ipaq','java','jigs','kddi','keji','leno','lg-c','lg-d','lg-g','lge-',
'maui','maxo','midp','mits','mmef','mobi','mot-','moto','mwbp','nec-',
'newt','noki','palm','pana','pant','phil','play','port','prox',
Arguments
"Undefined index: HTTP_ACCEPT (View: /home/louderdesign/public_html/resources/views/index.blade.php)"
/home/louderdesign/public_html/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php
*
* @param string $__path
* @param array $__data
* @return string
*/
protected function evaluatePath($__path, $__data)
{
$obLevel = ob_get_level();
ob_start();
extract($__data, EXTR_SKIP);
// We'll evaluate the contents of the view inside a try/catch block so we can
// flush out any stray output that might get out before an error occurs or
// an exception is thrown. This prevents any partial views from leaking.
try {
include $__path;
} catch (Exception $e) {
$this->handleViewException($e, $obLevel);
} catch (Throwable $e) {
$this->handleViewException(new FatalThrowableError($e), $obLevel);
}
return ltrim(ob_get_clean());
}
/**
* Handle a view exception.
*
* @param \Exception $e
* @param int $obLevel
* @return void
*
* @throws \Exception
*/
protected function handleViewException(Exception $e, $obLevel)
{
while (ob_get_level() > $obLevel) {
ob_end_clean();
Arguments
ErrorException {#257
#message: "Undefined index: HTTP_ACCEPT"
#code: 0
#file: "/home/louderdesign/public_html/app/Http/helpers.php"
#line: 33
#severity: E_NOTICE
}
0
/home/louderdesign/public_html/app/Http/helpers.php
if (preg_match('/(tablet|ipad|playbook)|(android(?!.*(mobi|opera mini)))/i', strtolower($_SERVER['HTTP_USER_AGENT']))) {
$tablet_browser++;
}
if (preg_match('/(up.browser|up.link|mmp|symbian|smartphone|midp|wap|phone|android|iemobile)/i', strtolower($_SERVER['HTTP_USER_AGENT']))) {
$mobile_browser++;
}
if ((strpos(strtolower($_SERVER['HTTP_ACCEPT']),'application/vnd.wap.xhtml+xml') > 0) or ((isset($_SERVER['HTTP_X_WAP_PROFILE']) or isset($_SERVER['HTTP_PROFILE'])))) {
$mobile_browser++;
}
$mobile_ua = strtolower(substr($_SERVER['HTTP_USER_AGENT'], 0, 4));
$mobile_agents = array(
'w3c ','acs-','alav','alca','amoi','audi','avan','benq','bird','blac',
'blaz','brew','cell','cldc','cmd-','dang','doco','eric','hipt','inno',
'ipaq','java','jigs','kddi','keji','leno','lg-c','lg-d','lg-g','lge-',
'maui','maxo','midp','mits','mmef','mobi','mot-','moto','mwbp','nec-',
'newt','noki','palm','pana','pant','phil','play','port','prox',
Arguments
"Undefined index: HTTP_ACCEPT"
/home/louderdesign/public_html/app/Http/helpers.php
if (preg_match('/(tablet|ipad|playbook)|(android(?!.*(mobi|opera mini)))/i', strtolower($_SERVER['HTTP_USER_AGENT']))) {
$tablet_browser++;
}
if (preg_match('/(up.browser|up.link|mmp|symbian|smartphone|midp|wap|phone|android|iemobile)/i', strtolower($_SERVER['HTTP_USER_AGENT']))) {
$mobile_browser++;
}
if ((strpos(strtolower($_SERVER['HTTP_ACCEPT']),'application/vnd.wap.xhtml+xml') > 0) or ((isset($_SERVER['HTTP_X_WAP_PROFILE']) or isset($_SERVER['HTTP_PROFILE'])))) {
$mobile_browser++;
}
$mobile_ua = strtolower(substr($_SERVER['HTTP_USER_AGENT'], 0, 4));
$mobile_agents = array(
'w3c ','acs-','alav','alca','amoi','audi','avan','benq','bird','blac',
'blaz','brew','cell','cldc','cmd-','dang','doco','eric','hipt','inno',
'ipaq','java','jigs','kddi','keji','leno','lg-c','lg-d','lg-g','lge-',
'maui','maxo','midp','mits','mmef','mobi','mot-','moto','mwbp','nec-',
'newt','noki','palm','pana','pant','phil','play','port','prox',
Arguments
8
"Undefined index: HTTP_ACCEPT"
"/home/louderdesign/public_html/app/Http/helpers.php"
33
array:2 [
"tablet_browser" => 0
"mobile_browser" => 0
]
/home/louderdesign/public_html/storage/framework/views/251376acb47387db5aec1353f334e6bfe43f71ea.php
<?php $browsing_device = getUserBrowsingDevice(); ?>
<?php $__env->startSection('titlePrepend'); ?>Digital Creative & Marketing Agency - SEO & Social Media - Website Design Texas | Louder Design <?php $__env->stopSection(); ?>
<?php $__env->startSection('description'); ?>Award-winning web design and development agency based in Texas offering various web development and digital marketing services including cvb website design, government website design, non-profit website design, eCommerce website design services and more. <?php $__env->stopSection(); ?>
<?php $__env->startSection('style'); ?>
<link rel="stylesheet" type="text/css" href="<?php echo e(asset('css/home.css')); ?>?v=<?php echo e(filemtime(public_path('css/home.css'))); ?>">
<style>
.slider-logo {
transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1);
transform: translateY(30px) !important;
}
.slick-active .slider-logo {
transform: translateY(0px) !important;
}
.slick-track {
transition: all 400ms cubic-bezier(0.7, 0, 0.3, 1);
}
</style>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('scripts'); ?>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.0/gsap.min.js" integrity="sha512-GQ5/eIhs41UXpG6fGo4xQBpwSEj9RrBvMuKyE2h/2vw3a9x85T1Bt0JglOUVJJLeyIUl/S/kCdDXlE/n7zCjIg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script type="text/javascript">
// --- Global Declarations ---
const sliderWrapper = document.querySelector('.project-slider-wrapper');
const slider = document.querySelector('.project-slider');
const slides = gsap.utils.toArray(".project-slide-item");
// Recalculate slide height dynamically on load/resize
let slideHeight = slides.length > 0 ? slides[0].offsetHeight : window.innerHeight;
const totalSlides = slides.length;
let currentIndex = 0;
// Re-calculate slideHeight on window resize for responsiveness
window.addEventListener('resize', () => {
slideHeight = slides.length > 0 ? slides[0].offsetHeight : window.innerHeight;
// Also reposition the slider container to the current slide based on new height
gsap.set(slider, { y: -currentIndex * slideHeight });
if (sliderWrapper) {
sliderWrapper.style.height = `${slideHeight}px`;
/home/louderdesign/public_html/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php
/**
* Get the evaluated contents of the view at the given path.
*
* @param string $__path
* @param array $__data
* @return string
*/
protected function evaluatePath($__path, $__data)
{
$obLevel = ob_get_level();
ob_start();
extract($__data, EXTR_SKIP);
// We'll evaluate the contents of the view inside a try/catch block so we can
// flush out any stray output that might get out before an error occurs or
// an exception is thrown. This prevents any partial views from leaking.
try {
include $__path;
} catch (Exception $e) {
$this->handleViewException($e, $obLevel);
} catch (Throwable $e) {
$this->handleViewException(new FatalThrowableError($e), $obLevel);
}
return ltrim(ob_get_clean());
}
/**
* Handle a view exception.
*
* @param \Exception $e
* @param int $obLevel
* @return void
*
* @throws \Exception
*/
protected function handleViewException(Exception $e, $obLevel)
{
Arguments
"/home/louderdesign/public_html/storage/framework/views/251376acb47387db5aec1353f334e6bfe43f71ea.php"
/home/louderdesign/public_html/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php
* @param array $data
* @return string
*/
public function get($path, array $data = [])
{
$this->lastCompiled[] = $path;
// If this given view has expired, which means it has simply been edited since
// it was last compiled, we will re-compile the views so we can evaluate a
// fresh copy of the view. We'll pass the compiler the path of the view.
if ($this->compiler->isExpired($path)) {
$this->compiler->compile($path);
}
$compiled = $this->compiler->getCompiledPath($path);
// Once we have the path to the compiled file, we will evaluate the paths with
// typical PHP just like any other templates. We also keep a stack of views
// which have been rendered for right exception messages to be generated.
$results = $this->evaluatePath($compiled, $data);
array_pop($this->lastCompiled);
return $results;
}
/**
* Handle a view exception.
*
* @param \Exception $e
* @param int $obLevel
* @return void
*
* @throws \Exception
*/
protected function handleViewException(Exception $e, $obLevel)
{
$e = new ErrorException($this->getMessage($e), 0, 1, $e->getFile(), $e->getLine(), $e);
parent::handleViewException($e, $obLevel);
Arguments
"/home/louderdesign/public_html/storage/framework/views/251376acb47387db5aec1353f334e6bfe43f71ea.php"
array:5 [
"__env" => Illuminate\View\Factory {#100}
"app" => Illuminate\Foundation\Application {#2}
"errors" => Illuminate\Support\ViewErrorBag {#214}
"banners" => array:2 [
0 => array:14 [
"ID" => 1
"title" => "Maryland's First Capital"
"caption" => null
"client" => array:12 [
"ID" => 4
"name" => "Historic St. Mary's City"
"caption" => "Maryland's First Capital"
"description" => "<p>Historic St. Mary's City is one of the premier historic sites in America, a museum of living history and archaeology telling diverse stories on the site of Maryland’s first capital in beautiful, tidewater Southern Maryland.</p>"
"website" => "https://www.hsmcdigshistory.org"
"featured" => 1
"meta_title" => "Historic St. Mary's City"
"meta_keywords" => null
"meta_description" => null
"active" => 1
"modified" => "2023-03-30 13:33:55"
"created" => "2020-12-14 18:16:07"
]
"description" => null
"link" => null
"button" => 1
"button_text" => "View Case Study"
"button_link" => "/work"
"order" => 0
"active" => 1
"modified" => "2020-12-19 11:22:57"
"created" => "2020-12-14 17:55:02"
"primaryimage" => array:15 [
"id" => 5
"model_id" => 1
"model_type" => "App\Models\CustomBannerCarousel"
"collection_name" => "banner_image"
"name" => "historic-st-marys-city-banner"
"file_name" => "banner_image_f17939578d.jpg"
"mime_type" => "image/jpeg"
"disk" => "media"
"size" => 256687
"manipulations" => "[]"
"custom_properties" => "{"custom_headers":[]}"
"order_column" => 4
"created_at" => "2020-12-14 17:55:02"
"updated_at" => "2020-12-14 17:55:02"
"responsive_images" => "[]"
]
]
1 => array:14 [
"ID" => 2
"title" => "Vibrant Illinois Destination"
"caption" => null
"client" => array:12 [
"ID" => 3
"name" => "Carbondale Tourism"
"caption" => "Your Adventure Starts Here"
"description" => ""
"website" => "https://www.carbondaletourism.org/"
"featured" => 1
"meta_title" => "Carbondale Tourism"
"meta_keywords" => null
"meta_description" => null
"active" => 0
"modified" => "2025-01-22 16:10:18"
"created" => "2020-12-14 18:14:24"
]
"description" => null
"link" => null
"button" => 1
"button_text" => "View Case Study"
"button_link" => "/work"
"order" => 0
"active" => 1
"modified" => "2020-12-19 11:22:47"
"created" => "2020-12-14 18:02:01"
"primaryimage" => array:15 [
"id" => 6
"model_id" => 2
"model_type" => "App\Models\CustomBannerCarousel"
"collection_name" => "banner_image"
"name" => "carbondale-tourism-banner"
"file_name" => "banner_image_f9c7b9f1a7.jpg"
"mime_type" => "image/jpeg"
"disk" => "media"
"size" => 152430
"manipulations" => "[]"
"custom_properties" => "{"custom_headers":[]}"
"order_column" => 5
"created_at" => "2020-12-14 18:02:01"
"updated_at" => "2020-12-14 18:02:01"
"responsive_images" => "[]"
]
]
]
"clients" => array:15 [
0 => array:13 [
"ID" => 9
"name" => "Admin Awards"
"caption" => null
"description" => "<p>The Admin Awards is the Administrative Profession’s highest honor, created nearly a decade ago by the daughter of a retired Executive Secretary. Often referred to as the ‘Academy Awards for Admins‘, the Admin Awards is the first and only public recognition program of its kind in the country that focuses specifically on recognizing and rewarding the achievements, dedication and importance of Administrative Professionals. The Admin Awards currently operates in nine cities across the U.S. including Boston, Chicago, Dallas / Fort Worth, Denver, Houston, Pacific Northwest, Philadelphia, San Francisco, and Silicon Valley.</p>"
"website" => "https://www.adminawards.com/"
"featured" => 1
"meta_title" => "Admin Awards"
"meta_keywords" => null
"meta_description" => null
"active" => 1
"modified" => "2022-01-03 11:15:06"
"created" => "2021-06-04 13:30:20"
"primaryimage" => array:15 [
"id" => 33
"model_id" => 9
"model_type" => "App\Models\Clients"
"collection_name" => "client_image"
"name" => "admin-awards"
"file_name" => "client_image_67cec97a5e.svg"
"mime_type" => "image/svg+xml"
"disk" => "media"
"size" => 6276
"manipulations" => "[]"
"custom_properties" => "{"custom_headers":[]}"
"order_column" => 33
"created_at" => "2021-06-04 13:45:26"
"updated_at" => "2021-06-04 13:45:26"
"responsive_images" => "[]"
]
]
1 => array:13 [
"ID" => 18
"name" => "Bioluxe"
"caption" => null
"description" => """
<p>We specialize in human-centered visual designs that meet the needs of patients, physicians, researchers, and stakeholders — from pharmaceutical sponsors to Contract Research Organizations (CROs) to private clinical sites. Our work of branded studies, patient recruitment materials, internal presentations, and more leverage visual design to enable better clinical experiences.</p>\r\n
<div id="awebChromeHelper" data-version="1.24.0"> </div>
"""
"website" => "https://bioluxe.io"
"featured" => 1
"meta_title" => "Bioluxe"
"meta_keywords" => null
"meta_description" => null
"active" => 1
"modified" => "2025-01-23 14:59:22"
"created" => "2025-01-22 16:23:11"
"primaryimage" => array:15 [
"id" => 61
"model_id" => 18
"model_type" => "App\Models\Clients"
"collection_name" => "client_image"
"name" => "bioLuxe"
"file_name" => "client_image_5cbb5bc869.svg"
"mime_type" => "image/svg"
"disk" => "media"
"size" => 3857
"manipulations" => "[]"
"custom_properties" => "{"custom_headers":[]}"
"order_column" => 49
"created_at" => "2025-01-22 16:23:14"
"updated_at" => "2025-01-22 16:23:14"
"responsive_images" => "[]"
]
]
2 => array:13 [
"ID" => 5
"name" => "City of Southlake"
"caption" => null
"description" => "<p>Southlake is in the northeast portion of the great State of Texas, midway between Dallas and Fort Worth, and only 10 minutes to Arlington, home of the Dallas Cowboys AT&T Stadium, Texas Rangers Stadium and Six Flags Over Texas. In the heart of the fastest-growing region in the United States, with easy access to Dallas Fort Worth International Airport, Dallas Love Field Airport, and Fort Worth Alliance Airport, Southlake offers an ideal location for businesses and travelers in North Central Texas.</p>"
"website" => "https://www.selectsouthlake.com"
"featured" => 1
"meta_title" => "Select Southlake"
"meta_keywords" => null
"meta_description" => null
"active" => 1
"modified" => "2022-05-11 16:56:35"
"created" => "2020-12-23 05:21:28"
"primaryimage" => array:15 [
"id" => 20
"model_id" => 5
"model_type" => "App\Models\Clients"
"collection_name" => "client_image"
"name" => "select-southlake"
"file_name" => "client_image_f59052b0a8.svg"
"mime_type" => "image/svg+xml"
"disk" => "media"
"size" => 7483
"manipulations" => "[]"
"custom_properties" => "{"custom_headers":[]}"
"order_column" => 15
"created_at" => "2020-12-23 05:21:36"
"updated_at" => "2020-12-23 05:21:36"
"responsive_images" => "[]"
]
]
3 => array:13 [
"ID" => 13
"name" => "County of Humboldt"
"caption" => null
"description" => "<p>Humboldt ADU is a program developed by Humboldt County to support and inform homeowners within the county who are interested in building ADUs. Building an ADU not only benefits the homeowner, but also supports the community. ADUs often provide homes for the local workforce and families who serve essential roles in the county. Increasingly, these community groups are finding it difficult to find suitable and affordable housing. With the lack of available affordable housing, building and renting an ADU is truly considered to be a community service.</p>"
"website" => "https://www.humboldtadu.com"
"featured" => 1
"meta_title" => null
"meta_keywords" => null
"meta_description" => null
"active" => 1
"modified" => "2023-03-30 14:29:10"
"created" => "2021-12-30 14:32:01"
"primaryimage" => array:15 [
"id" => 45
"model_id" => 13
"model_type" => "App\Models\Clients"
"collection_name" => "client_image"
"name" => "housing-forward-humboldt"
"file_name" => "client_image_6b12932f80.svg"
"mime_type" => "image/svg+xml"
"disk" => "media"
"size" => 8636
"manipulations" => "[]"
"custom_properties" => "{"custom_headers":[]}"
"order_column" => 40
"created_at" => "2022-01-03 11:03:15"
"updated_at" => "2022-01-03 11:03:15"
"responsive_images" => "[]"
]
]
4 => array:13 [
"ID" => 6
"name" => "Edmonds Center for the Arts"
"caption" => null
"description" => """
<p>Edmonds Center for the Arts (ECA) is a 700-seat performing arts venue located on the campus of the original Edmonds High School, just 20 minutes north of Seattle. Originally constructed in 1939, this historic facility was renovated and reopened in 2006 as a state-of-the-art performance hall. ECA curates a performing arts and concert series of approximately 30 artists each Season. In addition, ECA provides arts education and outreach programs for children and seniors and serves as a home for more than 130 events produced by local and regional performing arts organizations and community partners. ECA, a non-profit organization presents an array of outstanding performing artists from around the world, provides space, production management, and technical expertise for a variety of community partners and rental clients, and serves more than 75,000 patrons who enjoy the facility annually.</p>\r\n
<div id="awebChromeHelper" data-version="1.24.0"> </div>\r\n
<div id="awebChromeHelper" data-version="1.24.0"> </div>\r\n
<div id="awebChromeHelper" data-version="1.24.0"> </div>\r\n
<div id="awebChromeHelper" data-version="1.24.0"> </div>\r\n
<div id="awebChromeHelper" data-version="1.24.0"> </div>
"""
"website" => "https://www.edmondscenterforthearts.org"
"featured" => 1
"meta_title" => "Edmonds Center for the Arts"
"meta_keywords" => null
"meta_description" => null
"active" => 1
"modified" => "2025-01-28 13:31:27"
"created" => "2020-12-28 01:35:48"
"primaryimage" => array:15 [
"id" => 70
"model_id" => 6
"model_type" => "App\Models\Clients"
"collection_name" => "client_image"
"name" => "ECA"
"file_name" => "client_image_2382bdac2c.svg"
"mime_type" => "image/svg"
"disk" => "media"
"size" => 16635
"manipulations" => "[]"
"custom_properties" => "{"custom_headers":[]}"
"order_column" => 51
"created_at" => "2025-01-28 13:31:27"
"updated_at" => "2025-01-28 13:31:27"
"responsive_images" => "[]"
]
]
5 => array:13 [
"ID" => 14
"name" => "Elevated Computing"
"caption" => null
"description" => ""
"website" => null
"featured" => 1
"meta_title" => "Elevated Computing"
"meta_keywords" => null
"meta_description" => null
"active" => 1
"modified" => "2022-09-30 10:44:08"
"created" => "2022-09-30 10:43:58"
"primaryimage" => array:15 [
"id" => 56
"model_id" => 14
"model_type" => "App\Models\Clients"
"collection_name" => "client_image"
"name" => "elevated-computing"
"file_name" => "client_image_d4c5920960.svg"
"mime_type" => "image/svg"
"disk" => "media"
"size" => 7123
"manipulations" => "[]"
"custom_properties" => "{"custom_headers":[]}"
"order_column" => 44
"created_at" => "2022-09-30 10:44:08"
"updated_at" => "2022-09-30 10:44:08"
"responsive_images" => "[]"
]
]
6 => array:13 [
"ID" => 4
"name" => "Historic St. Mary's City"
"caption" => "Maryland's First Capital"
"description" => "<p>Historic St. Mary's City is one of the premier historic sites in America, a museum of living history and archaeology telling diverse stories on the site of Maryland’s first capital in beautiful, tidewater Southern Maryland.</p>"
"website" => "https://www.hsmcdigshistory.org"
"featured" => 1
"meta_title" => "Historic St. Mary's City"
"meta_keywords" => null
"meta_description" => null
"active" => 1
"modified" => "2023-03-30 13:33:55"
"created" => "2020-12-14 18:16:07"
"primaryimage" => array:15 [
"id" => 18
"model_id" => 4
"model_type" => "App\Models\Clients"
"collection_name" => "client_image"
"name" => "hsmc"
"file_name" => "client_image_47029880fc.svg"
"mime_type" => "image/svg+xml"
"disk" => "media"
"size" => 53377
"manipulations" => "[]"
"custom_properties" => "{"custom_headers":[]}"
"order_column" => 13
"created_at" => "2020-12-23 05:11:53"
"updated_at" => "2020-12-23 05:11:53"
"responsive_images" => "[]"
]
]
7 => array:13 [
"ID" => 17
"name" => "Linbeck"
"caption" => null
"description" => """
<p>Linbeck is a Texas-based, technology-driven building construction firm offering construction management, design/build, and integrated project delivery services.</p>\r\n
<div id="awebChromeHelper" data-version="1.24.0"> </div>
"""
"website" => "https://www.linbeck.com"
"featured" => 1
"meta_title" => "Linbeck"
"meta_keywords" => null
"meta_description" => null
"active" => 1
"modified" => "2025-01-22 16:16:03"
"created" => "2025-01-22 16:05:10"
"primaryimage" => array:15 [
"id" => 60
"model_id" => 17
"model_type" => "App\Models\Clients"
"collection_name" => "client_image"
"name" => "linbeck"
"file_name" => "client_image_b612b271aa.svg"
"mime_type" => "image/svg"
"disk" => "media"
"size" => 10140
"manipulations" => "[]"
"custom_properties" => "{"custom_headers":[]}"
"order_column" => 48
"created_at" => "2025-01-22 16:05:38"
"updated_at" => "2025-01-22 16:05:38"
"responsive_images" => "[]"
]
]
8 => array:13 [
"ID" => 16
"name" => "Long Beach California"
"caption" => null
"description" => ""
"website" => null
"featured" => 1
"meta_title" => "Long Beach California"
"meta_keywords" => null
"meta_description" => null
"active" => 1
"modified" => "2022-09-30 10:47:33"
"created" => "2022-09-30 10:47:30"
"primaryimage" => array:15 [
"id" => 58
"model_id" => 16
"model_type" => "App\Models\Clients"
"collection_name" => "client_image"
"name" => "long-beach-california"
"file_name" => "client_image_8bf7fc77c1.svg"
"mime_type" => "image/svg+xml"
"disk" => "media"
"size" => 13100
"manipulations" => "[]"
"custom_properties" => "{"custom_headers":[]}"
"order_column" => 46
"created_at" => "2022-09-30 10:47:33"
"updated_at" => "2022-09-30 10:47:33"
"responsive_images" => "[]"
]
]
9 => array:13 [
"ID" => 7
"name" => "Reddy Ice"
"caption" => null
"description" => "<p>Reddy Ice is the largest manufacturer and distributor of packaged ice products in the United States — offering a scope of service ranging from packaged ice to block ice and cold storage. As the brand leader they proudly offer the best selection of products & services available. Because of their exceptional products, customer service, & distribution options, they are a key ice supplier to major retail chains, regional outlets, and local retail establishments coast to coast.</p>"
"website" => "https://www.reddyice.com"
"featured" => 1
"meta_title" => "Reddy Ice"
"meta_keywords" => null
"meta_description" => null
"active" => 1
"modified" => "2023-03-30 14:26:40"
"created" => "2020-12-28 01:40:20"
"primaryimage" => array:15 [
"id" => 24
"model_id" => 7
"model_type" => "App\Models\Clients"
"collection_name" => "client_image"
"name" => "reddy-ice"
"file_name" => "client_image_3ce5dd489c.svg"
"mime_type" => "image/svg+xml"
"disk" => "media"
"size" => 10091
"manipulations" => "[]"
"custom_properties" => "{"custom_headers":[]}"
"order_column" => 19
"created_at" => "2020-12-28 01:40:26"
"updated_at" => "2020-12-28 01:40:26"
"responsive_images" => "[]"
]
]
10 => array:13 [
"ID" => 15
"name" => "Salt Lake County Arts & Culture"
"caption" => null
"description" => ""
"website" => null
"featured" => 1
"meta_title" => "Salt Lake County Arts & Culture"
"meta_keywords" => null
"meta_description" => null
"active" => 1
"modified" => "2022-09-30 10:46:19"
"created" => "2022-09-30 10:46:16"
"primaryimage" => array:15 [
"id" => 57
"model_id" => 15
"model_type" => "App\Models\Clients"
"collection_name" => "client_image"
"name" => "salt-lake-county-arts-and-culture"
"file_name" => "client_image_3bb7b5ba56.svg"
"mime_type" => "image/svg+xml"
"disk" => "media"
"size" => 13406
"manipulations" => "[]"
"custom_properties" => "{"custom_headers":[]}"
"order_column" => 45
"created_at" => "2022-09-30 10:46:19"
"updated_at" => "2022-09-30 10:46:19"
"responsive_images" => "[]"
]
]
11 => array:13 [
"ID" => 1
"name" => "Smithfield & Isle of Wight CVB"
"caption" => "Genuine Smithfield - Savor our Small Town Southern Charm"
"description" => "<p>Smithfield and Isle of Wight County is a small town with lots of heart & so much to love - the ham that made Smithfield famous; the picturesque Main Street with shops you just can’t pass up; historic architecture from Colonial to Victorian gingerbread & from Federal to Gothic cottages and impressive array of mouth-watering restaurants, the gracious charm and Southern hospitality of its locals and much more.</p>"
"website" => "https://www.genuinesmithfieldva.com"
"featured" => 1
"meta_title" => null
"meta_keywords" => null
"meta_description" => null
"active" => 1
"modified" => "2023-03-30 14:27:58"
"created" => "2020-02-05 05:19:28"
"primaryimage" => array:15 [
"id" => 21
"model_id" => 1
"model_type" => "App\Models\Clients"
"collection_name" => "client_image"
"name" => "genuine-smithfield"
"file_name" => "client_image_fb237f626c.svg"
"mime_type" => "image/svg+xml"
"disk" => "media"
"size" => 23908
"manipulations" => "[]"
"custom_properties" => "{"custom_headers":[]}"
"order_column" => 16
"created_at" => "2020-12-23 06:00:34"
"updated_at" => "2020-12-23 06:00:34"
"responsive_images" => "[]"
]
]
12 => array:13 [
"ID" => 19
"name" => "Stevens Initiative"
"caption" => null
"description" => "<p>The Stevens Initiative is an international leader in virtual exchange, advocating for and investing in virtual exchange opportunities for young people worldwide. Our vision is that every young person participates in a virtual exchange that prepares them to prosper in an increasingly interconnected world.</p>"
"website" => "https://www.stevensinitiative.org"
"featured" => 1
"meta_title" => "Stevens Initiative"
"meta_keywords" => null
"meta_description" => null
"active" => 1
"modified" => "2025-01-22 16:32:40"
"created" => "2025-01-22 16:32:32"
"primaryimage" => array:15 [
"id" => 62
"model_id" => 19
"model_type" => "App\Models\Clients"
"collection_name" => "client_image"
"name" => "stevens_initiative"
"file_name" => "client_image_1af91c85a9.svg"
"mime_type" => "image/svg"
"disk" => "media"
"size" => 9581
"manipulations" => "[]"
"custom_properties" => "{"custom_headers":[]}"
"order_column" => 50
"created_at" => "2025-01-22 16:32:40"
"updated_at" => "2025-01-22 16:32:40"
"responsive_images" => "[]"
]
]
13 => array:13 [
"ID" => 11
"name" => "Vision for Children at Risk"
"caption" => null
"description" => "<p>In the work of addressing disparities and building more equitable systems for our region’s children, Vision for Children at Risk (VCR) is both data-driven and family-centered. We compile data and research as powerful tools for advocating against inequity; we highlight the stories and lived experience of parents and caregivers; we drive collaborative solution building; and we utilize adaptive advocacy techniques to build a better future for children.</p>"
"website" => "https://www.visionforchildren.org/"
"featured" => 1
"meta_title" => "Vision for Children at Risk"
"meta_keywords" => null
"meta_description" => null
"active" => 1
"modified" => "2022-01-03 11:31:19"
"created" => "2021-06-04 13:52:20"
"primaryimage" => array:15 [
"id" => 35
"model_id" => 11
"model_type" => "App\Models\Clients"
"collection_name" => "client_image"
"name" => "vision-for-children-at-risk"
"file_name" => "client_image_64a4c47172.svg"
"mime_type" => "image/svg+xml"
"disk" => "media"
"size" => 16994
"manipulations" => "[]"
"custom_properties" => "{"custom_headers":[]}"
"order_column" => 35
"created_at" => "2021-06-04 13:52:23"
"updated_at" => "2021-06-04 13:52:23"
"responsive_images" => "[]"
]
]
14 => array:13 [
"ID" => 2
"name" => "Waynesboro Department of Tourism"
"caption" => "Where Good Nature comes Naturally"
"description" => "<p>Welcome to Waynesboro, where good nature comes naturally! Divinely placed at the gateway to the Blue Ridge Parkway, Skyline Drive, Shenandoah National Park, and the Appalachain Trail, Waynesboro has a long tradition of warm welcomes and rich cultural amenities to offer seekers that come to experience the beauty and history of the Shenandoah Valley. Designated an Appalachian Trail Community and featuring the South River running right through its town center, Waynesboro's convenient location is just the beginning of its enduring and invigorating charm. Visitors can explore historic sites, catch trophy trout, enjoy a burgeoning arts and culture scene, and "Live Like a Local" tasting local brews, savoring farm fresh fare or soaking up some fun at one of the year-round-entertainment venues or during the many annual events and festivals.</p>"
"website" => "https://www.visitwaynesboro.net"
"featured" => 1
"meta_title" => "Waynesboro Department of Tourism"
"meta_keywords" => null
"meta_description" => null
"active" => 1
"modified" => "2022-01-03 11:32:46"
"created" => "2020-04-24 06:45:44"
"primaryimage" => array:15 [
"id" => 19
"model_id" => 2
"model_type" => "App\Models\Clients"
"collection_name" => "client_image"
"name" => "visit-waynesboro"
"file_name" => "client_image_b184273571.svg"
"mime_type" => "image/svg+xml"
"disk" => "media"
"size" => 47281
"manipulations" => "[]"
"custom_properties" => "{"custom_headers":[]}"
"order_column" => 14
"created_at" => "2020-12-23 05:12:15"
"updated_at" => "2020-12-23 05:12:15"
"responsive_images" => "[]"
]
]
]
]
/home/louderdesign/public_html/vendor/laravel/framework/src/Illuminate/View/View.php
$this->factory->callComposer($this);
$contents = $this->getContents();
// Once we've finished rendering the view, we'll decrement the render count
// so that each sections get flushed out next time a view is created and
// no old sections are staying around in the memory of an environment.
$this->factory->decrementRender();
return $contents;
}
/**
* Get the evaluated contents of the view.
*
* @return string
*/
protected function getContents()
{
return $this->engine->get($this->path, $this->gatherData());
}
/**
* Get the data bound to the view instance.
*
* @return array
*/
public function gatherData()
{
$data = array_merge($this->factory->getShared(), $this->data);
foreach ($data as $key => $value) {
if ($value instanceof Renderable) {
$data[$key] = $value->render();
}
}
return $data;
}
Arguments
"/home/louderdesign/public_html/resources/views/index.blade.php"
array:5 [
"__env" => Illuminate\View\Factory {#100}
"app" => Illuminate\Foundation\Application {#2}
"errors" => Illuminate\Support\ViewErrorBag {#214}
"banners" => array:2 [
0 => array:14 [
"ID" => 1
"title" => "Maryland's First Capital"
"caption" => null
"client" => array:12 [
"ID" => 4
"name" => "Historic St. Mary's City"
"caption" => "Maryland's First Capital"
"description" => "<p>Historic St. Mary's City is one of the premier historic sites in America, a museum of living history and archaeology telling diverse stories on the site of Maryland’s first capital in beautiful, tidewater Southern Maryland.</p>"
"website" => "https://www.hsmcdigshistory.org"
"featured" => 1
"meta_title" => "Historic St. Mary's City"
"meta_keywords" => null
"meta_description" => null
"active" => 1
"modified" => "2023-03-30 13:33:55"
"created" => "2020-12-14 18:16:07"
]
"description" => null
"link" => null
"button" => 1
"button_text" => "View Case Study"
"button_link" => "/work"
"order" => 0
"active" => 1
"modified" => "2020-12-19 11:22:57"
"created" => "2020-12-14 17:55:02"
"primaryimage" => array:15 [
"id" => 5
"model_id" => 1
"model_type" => "App\Models\CustomBannerCarousel"
"collection_name" => "banner_image"
"name" => "historic-st-marys-city-banner"
"file_name" => "banner_image_f17939578d.jpg"
"mime_type" => "image/jpeg"
"disk" => "media"
"size" => 256687
"manipulations" => "[]"
"custom_properties" => "{"custom_headers":[]}"
"order_column" => 4
"created_at" => "2020-12-14 17:55:02"
"updated_at" => "2020-12-14 17:55:02"
"responsive_images" => "[]"
]
]
1 => array:14 [
"ID" => 2
"title" => "Vibrant Illinois Destination"
"caption" => null
"client" => array:12 [
"ID" => 3
"name" => "Carbondale Tourism"
"caption" => "Your Adventure Starts Here"
"description" => ""
"website" => "https://www.carbondaletourism.org/"
"featured" => 1
"meta_title" => "Carbondale Tourism"
"meta_keywords" => null
"meta_description" => null
"active" => 0
"modified" => "2025-01-22 16:10:18"
"created" => "2020-12-14 18:14:24"
]
"description" => null
"link" => null
"button" => 1
"button_text" => "View Case Study"
"button_link" => "/work"
"order" => 0
"active" => 1
"modified" => "2020-12-19 11:22:47"
"created" => "2020-12-14 18:02:01"
"primaryimage" => array:15 [
"id" => 6
"model_id" => 2
"model_type" => "App\Models\CustomBannerCarousel"
"collection_name" => "banner_image"
"name" => "carbondale-tourism-banner"
"file_name" => "banner_image_f9c7b9f1a7.jpg"
"mime_type" => "image/jpeg"
"disk" => "media"
"size" => 152430
"manipulations" => "[]"
"custom_properties" => "{"custom_headers":[]}"
"order_column" => 5
"created_at" => "2020-12-14 18:02:01"
"updated_at" => "2020-12-14 18:02:01"
"responsive_images" => "[]"
]
]
]
"clients" => array:15 [
0 => array:13 [
"ID" => 9
"name" => "Admin Awards"
"caption" => null
"description" => "<p>The Admin Awards is the Administrative Profession’s highest honor, created nearly a decade ago by the daughter of a retired Executive Secretary. Often referred to as the ‘Academy Awards for Admins‘, the Admin Awards is the first and only public recognition program of its kind in the country that focuses specifically on recognizing and rewarding the achievements, dedication and importance of Administrative Professionals. The Admin Awards currently operates in nine cities across the U.S. including Boston, Chicago, Dallas / Fort Worth, Denver, Houston, Pacific Northwest, Philadelphia, San Francisco, and Silicon Valley.</p>"
"website" => "https://www.adminawards.com/"
"featured" => 1
"meta_title" => "Admin Awards"
"meta_keywords" => null
"meta_description" => null
"active" => 1
"modified" => "2022-01-03 11:15:06"
"created" => "2021-06-04 13:30:20"
"primaryimage" => array:15 [
"id" => 33
"model_id" => 9
"model_type" => "App\Models\Clients"
"collection_name" => "client_image"
"name" => "admin-awards"
"file_name" => "client_image_67cec97a5e.svg"
"mime_type" => "image/svg+xml"
"disk" => "media"
"size" => 6276
"manipulations" => "[]"
"custom_properties" => "{"custom_headers":[]}"
"order_column" => 33
"created_at" => "2021-06-04 13:45:26"
"updated_at" => "2021-06-04 13:45:26"
"responsive_images" => "[]"
]
]
1 => array:13 [
"ID" => 18
"name" => "Bioluxe"
"caption" => null
"description" => """
<p>We specialize in human-centered visual designs that meet the needs of patients, physicians, researchers, and stakeholders — from pharmaceutical sponsors to Contract Research Organizations (CROs) to private clinical sites. Our work of branded studies, patient recruitment materials, internal presentations, and more leverage visual design to enable better clinical experiences.</p>\r\n
<div id="awebChromeHelper" data-version="1.24.0"> </div>
"""
"website" => "https://bioluxe.io"
"featured" => 1
"meta_title" => "Bioluxe"
"meta_keywords" => null
"meta_description" => null
"active" => 1
"modified" => "2025-01-23 14:59:22"
"created" => "2025-01-22 16:23:11"
"primaryimage" => array:15 [
"id" => 61
"model_id" => 18
"model_type" => "App\Models\Clients"
"collection_name" => "client_image"
"name" => "bioLuxe"
"file_name" => "client_image_5cbb5bc869.svg"
"mime_type" => "image/svg"
"disk" => "media"
"size" => 3857
"manipulations" => "[]"
"custom_properties" => "{"custom_headers":[]}"
"order_column" => 49
"created_at" => "2025-01-22 16:23:14"
"updated_at" => "2025-01-22 16:23:14"
"responsive_images" => "[]"
]
]
2 => array:13 [
"ID" => 5
"name" => "City of Southlake"
"caption" => null
"description" => "<p>Southlake is in the northeast portion of the great State of Texas, midway between Dallas and Fort Worth, and only 10 minutes to Arlington, home of the Dallas Cowboys AT&T Stadium, Texas Rangers Stadium and Six Flags Over Texas. In the heart of the fastest-growing region in the United States, with easy access to Dallas Fort Worth International Airport, Dallas Love Field Airport, and Fort Worth Alliance Airport, Southlake offers an ideal location for businesses and travelers in North Central Texas.</p>"
"website" => "https://www.selectsouthlake.com"
"featured" => 1
"meta_title" => "Select Southlake"
"meta_keywords" => null
"meta_description" => null
"active" => 1
"modified" => "2022-05-11 16:56:35"
"created" => "2020-12-23 05:21:28"
"primaryimage" => array:15 [
"id" => 20
"model_id" => 5
"model_type" => "App\Models\Clients"
"collection_name" => "client_image"
"name" => "select-southlake"
"file_name" => "client_image_f59052b0a8.svg"
"mime_type" => "image/svg+xml"
"disk" => "media"
"size" => 7483
"manipulations" => "[]"
"custom_properties" => "{"custom_headers":[]}"
"order_column" => 15
"created_at" => "2020-12-23 05:21:36"
"updated_at" => "2020-12-23 05:21:36"
"responsive_images" => "[]"
]
]
3 => array:13 [
"ID" => 13
"name" => "County of Humboldt"
"caption" => null
"description" => "<p>Humboldt ADU is a program developed by Humboldt County to support and inform homeowners within the county who are interested in building ADUs. Building an ADU not only benefits the homeowner, but also supports the community. ADUs often provide homes for the local workforce and families who serve essential roles in the county. Increasingly, these community groups are finding it difficult to find suitable and affordable housing. With the lack of available affordable housing, building and renting an ADU is truly considered to be a community service.</p>"
"website" => "https://www.humboldtadu.com"
"featured" => 1
"meta_title" => null
"meta_keywords" => null
"meta_description" => null
"active" => 1
"modified" => "2023-03-30 14:29:10"
"created" => "2021-12-30 14:32:01"
"primaryimage" => array:15 [
"id" => 45
"model_id" => 13
"model_type" => "App\Models\Clients"
"collection_name" => "client_image"
"name" => "housing-forward-humboldt"
"file_name" => "client_image_6b12932f80.svg"
"mime_type" => "image/svg+xml"
"disk" => "media"
"size" => 8636
"manipulations" => "[]"
"custom_properties" => "{"custom_headers":[]}"
"order_column" => 40
"created_at" => "2022-01-03 11:03:15"
"updated_at" => "2022-01-03 11:03:15"
"responsive_images" => "[]"
]
]
4 => array:13 [
"ID" => 6
"name" => "Edmonds Center for the Arts"
"caption" => null
"description" => """
<p>Edmonds Center for the Arts (ECA) is a 700-seat performing arts venue located on the campus of the original Edmonds High School, just 20 minutes north of Seattle. Originally constructed in 1939, this historic facility was renovated and reopened in 2006 as a state-of-the-art performance hall. ECA curates a performing arts and concert series of approximately 30 artists each Season. In addition, ECA provides arts education and outreach programs for children and seniors and serves as a home for more than 130 events produced by local and regional performing arts organizations and community partners. ECA, a non-profit organization presents an array of outstanding performing artists from around the world, provides space, production management, and technical expertise for a variety of community partners and rental clients, and serves more than 75,000 patrons who enjoy the facility annually.</p>\r\n
<div id="awebChromeHelper" data-version="1.24.0"> </div>\r\n
<div id="awebChromeHelper" data-version="1.24.0"> </div>\r\n
<div id="awebChromeHelper" data-version="1.24.0"> </div>\r\n
<div id="awebChromeHelper" data-version="1.24.0"> </div>\r\n
<div id="awebChromeHelper" data-version="1.24.0"> </div>
"""
"website" => "https://www.edmondscenterforthearts.org"
"featured" => 1
"meta_title" => "Edmonds Center for the Arts"
"meta_keywords" => null
"meta_description" => null
"active" => 1
"modified" => "2025-01-28 13:31:27"
"created" => "2020-12-28 01:35:48"
"primaryimage" => array:15 [
"id" => 70
"model_id" => 6
"model_type" => "App\Models\Clients"
"collection_name" => "client_image"
"name" => "ECA"
"file_name" => "client_image_2382bdac2c.svg"
"mime_type" => "image/svg"
"disk" => "media"
"size" => 16635
"manipulations" => "[]"
"custom_properties" => "{"custom_headers":[]}"
"order_column" => 51
"created_at" => "2025-01-28 13:31:27"
"updated_at" => "2025-01-28 13:31:27"
"responsive_images" => "[]"
]
]
5 => array:13 [
"ID" => 14
"name" => "Elevated Computing"
"caption" => null
"description" => ""
"website" => null
"featured" => 1
"meta_title" => "Elevated Computing"
"meta_keywords" => null
"meta_description" => null
"active" => 1
"modified" => "2022-09-30 10:44:08"
"created" => "2022-09-30 10:43:58"
"primaryimage" => array:15 [
"id" => 56
"model_id" => 14
"model_type" => "App\Models\Clients"
"collection_name" => "client_image"
"name" => "elevated-computing"
"file_name" => "client_image_d4c5920960.svg"
"mime_type" => "image/svg"
"disk" => "media"
"size" => 7123
"manipulations" => "[]"
"custom_properties" => "{"custom_headers":[]}"
"order_column" => 44
"created_at" => "2022-09-30 10:44:08"
"updated_at" => "2022-09-30 10:44:08"
"responsive_images" => "[]"
]
]
6 => array:13 [
"ID" => 4
"name" => "Historic St. Mary's City"
"caption" => "Maryland's First Capital"
"description" => "<p>Historic St. Mary's City is one of the premier historic sites in America, a museum of living history and archaeology telling diverse stories on the site of Maryland’s first capital in beautiful, tidewater Southern Maryland.</p>"
"website" => "https://www.hsmcdigshistory.org"
"featured" => 1
"meta_title" => "Historic St. Mary's City"
"meta_keywords" => null
"meta_description" => null
"active" => 1
"modified" => "2023-03-30 13:33:55"
"created" => "2020-12-14 18:16:07"
"primaryimage" => array:15 [
"id" => 18
"model_id" => 4
"model_type" => "App\Models\Clients"
"collection_name" => "client_image"
"name" => "hsmc"
"file_name" => "client_image_47029880fc.svg"
"mime_type" => "image/svg+xml"
"disk" => "media"
"size" => 53377
"manipulations" => "[]"
"custom_properties" => "{"custom_headers":[]}"
"order_column" => 13
"created_at" => "2020-12-23 05:11:53"
"updated_at" => "2020-12-23 05:11:53"
"responsive_images" => "[]"
]
]
7 => array:13 [
"ID" => 17
"name" => "Linbeck"
"caption" => null
"description" => """
<p>Linbeck is a Texas-based, technology-driven building construction firm offering construction management, design/build, and integrated project delivery services.</p>\r\n
<div id="awebChromeHelper" data-version="1.24.0"> </div>
"""
"website" => "https://www.linbeck.com"
"featured" => 1
"meta_title" => "Linbeck"
"meta_keywords" => null
"meta_description" => null
"active" => 1
"modified" => "2025-01-22 16:16:03"
"created" => "2025-01-22 16:05:10"
"primaryimage" => array:15 [
"id" => 60
"model_id" => 17
"model_type" => "App\Models\Clients"
"collection_name" => "client_image"
"name" => "linbeck"
"file_name" => "client_image_b612b271aa.svg"
"mime_type" => "image/svg"
"disk" => "media"
"size" => 10140
"manipulations" => "[]"
"custom_properties" => "{"custom_headers":[]}"
"order_column" => 48
"created_at" => "2025-01-22 16:05:38"
"updated_at" => "2025-01-22 16:05:38"
"responsive_images" => "[]"
]
]
8 => array:13 [
"ID" => 16
"name" => "Long Beach California"
"caption" => null
"description" => ""
"website" => null
"featured" => 1
"meta_title" => "Long Beach California"
"meta_keywords" => null
"meta_description" => null
"active" => 1
"modified" => "2022-09-30 10:47:33"
"created" => "2022-09-30 10:47:30"
"primaryimage" => array:15 [
"id" => 58
"model_id" => 16
"model_type" => "App\Models\Clients"
"collection_name" => "client_image"
"name" => "long-beach-california"
"file_name" => "client_image_8bf7fc77c1.svg"
"mime_type" => "image/svg+xml"
"disk" => "media"
"size" => 13100
"manipulations" => "[]"
"custom_properties" => "{"custom_headers":[]}"
"order_column" => 46
"created_at" => "2022-09-30 10:47:33"
"updated_at" => "2022-09-30 10:47:33"
"responsive_images" => "[]"
]
]
9 => array:13 [
"ID" => 7
"name" => "Reddy Ice"
"caption" => null
"description" => "<p>Reddy Ice is the largest manufacturer and distributor of packaged ice products in the United States — offering a scope of service ranging from packaged ice to block ice and cold storage. As the brand leader they proudly offer the best selection of products & services available. Because of their exceptional products, customer service, & distribution options, they are a key ice supplier to major retail chains, regional outlets, and local retail establishments coast to coast.</p>"
"website" => "https://www.reddyice.com"
"featured" => 1
"meta_title" => "Reddy Ice"
"meta_keywords" => null
"meta_description" => null
"active" => 1
"modified" => "2023-03-30 14:26:40"
"created" => "2020-12-28 01:40:20"
"primaryimage" => array:15 [
"id" => 24
"model_id" => 7
"model_type" => "App\Models\Clients"
"collection_name" => "client_image"
"name" => "reddy-ice"
"file_name" => "client_image_3ce5dd489c.svg"
"mime_type" => "image/svg+xml"
"disk" => "media"
"size" => 10091
"manipulations" => "[]"
"custom_properties" => "{"custom_headers":[]}"
"order_column" => 19
"created_at" => "2020-12-28 01:40:26"
"updated_at" => "2020-12-28 01:40:26"
"responsive_images" => "[]"
]
]
10 => array:13 [
"ID" => 15
"name" => "Salt Lake County Arts & Culture"
"caption" => null
"description" => ""
"website" => null
"featured" => 1
"meta_title" => "Salt Lake County Arts & Culture"
"meta_keywords" => null
"meta_description" => null
"active" => 1
"modified" => "2022-09-30 10:46:19"
"created" => "2022-09-30 10:46:16"
"primaryimage" => array:15 [
"id" => 57
"model_id" => 15
"model_type" => "App\Models\Clients"
"collection_name" => "client_image"
"name" => "salt-lake-county-arts-and-culture"
"file_name" => "client_image_3bb7b5ba56.svg"
"mime_type" => "image/svg+xml"
"disk" => "media"
"size" => 13406
"manipulations" => "[]"
"custom_properties" => "{"custom_headers":[]}"
"order_column" => 45
"created_at" => "2022-09-30 10:46:19"
"updated_at" => "2022-09-30 10:46:19"
"responsive_images" => "[]"
]
]
11 => array:13 [
"ID" => 1
"name" => "Smithfield & Isle of Wight CVB"
"caption" => "Genuine Smithfield - Savor our Small Town Southern Charm"
"description" => "<p>Smithfield and Isle of Wight County is a small town with lots of heart & so much to love - the ham that made Smithfield famous; the picturesque Main Street with shops you just can’t pass up; historic architecture from Colonial to Victorian gingerbread & from Federal to Gothic cottages and impressive array of mouth-watering restaurants, the gracious charm and Southern hospitality of its locals and much more.</p>"
"website" => "https://www.genuinesmithfieldva.com"
"featured" => 1
"meta_title" => null
"meta_keywords" => null
"meta_description" => null
"active" => 1
"modified" => "2023-03-30 14:27:58"
"created" => "2020-02-05 05:19:28"
"primaryimage" => array:15 [
"id" => 21
"model_id" => 1
"model_type" => "App\Models\Clients"
"collection_name" => "client_image"
"name" => "genuine-smithfield"
"file_name" => "client_image_fb237f626c.svg"
"mime_type" => "image/svg+xml"
"disk" => "media"
"size" => 23908
"manipulations" => "[]"
"custom_properties" => "{"custom_headers":[]}"
"order_column" => 16
"created_at" => "2020-12-23 06:00:34"
"updated_at" => "2020-12-23 06:00:34"
"responsive_images" => "[]"
]
]
12 => array:13 [
"ID" => 19
"name" => "Stevens Initiative"
"caption" => null
"description" => "<p>The Stevens Initiative is an international leader in virtual exchange, advocating for and investing in virtual exchange opportunities for young people worldwide. Our vision is that every young person participates in a virtual exchange that prepares them to prosper in an increasingly interconnected world.</p>"
"website" => "https://www.stevensinitiative.org"
"featured" => 1
"meta_title" => "Stevens Initiative"
"meta_keywords" => null
"meta_description" => null
"active" => 1
"modified" => "2025-01-22 16:32:40"
"created" => "2025-01-22 16:32:32"
"primaryimage" => array:15 [
"id" => 62
"model_id" => 19
"model_type" => "App\Models\Clients"
"collection_name" => "client_image"
"name" => "stevens_initiative"
"file_name" => "client_image_1af91c85a9.svg"
"mime_type" => "image/svg"
"disk" => "media"
"size" => 9581
"manipulations" => "[]"
"custom_properties" => "{"custom_headers":[]}"
"order_column" => 50
"created_at" => "2025-01-22 16:32:40"
"updated_at" => "2025-01-22 16:32:40"
"responsive_images" => "[]"
]
]
13 => array:13 [
"ID" => 11
"name" => "Vision for Children at Risk"
"caption" => null
"description" => "<p>In the work of addressing disparities and building more equitable systems for our region’s children, Vision for Children at Risk (VCR) is both data-driven and family-centered. We compile data and research as powerful tools for advocating against inequity; we highlight the stories and lived experience of parents and caregivers; we drive collaborative solution building; and we utilize adaptive advocacy techniques to build a better future for children.</p>"
"website" => "https://www.visionforchildren.org/"
"featured" => 1
"meta_title" => "Vision for Children at Risk"
"meta_keywords" => null
"meta_description" => null
"active" => 1
"modified" => "2022-01-03 11:31:19"
"created" => "2021-06-04 13:52:20"
"primaryimage" => array:15 [
"id" => 35
"model_id" => 11
"model_type" => "App\Models\Clients"
"collection_name" => "client_image"
"name" => "vision-for-children-at-risk"
"file_name" => "client_image_64a4c47172.svg"
"mime_type" => "image/svg+xml"
"disk" => "media"
"size" => 16994
"manipulations" => "[]"
"custom_properties" => "{"custom_headers":[]}"
"order_column" => 35
"created_at" => "2021-06-04 13:52:23"
"updated_at" => "2021-06-04 13:52:23"
"responsive_images" => "[]"
]
]
14 => array:13 [
"ID" => 2
"name" => "Waynesboro Department of Tourism"
"caption" => "Where Good Nature comes Naturally"
"description" => "<p>Welcome to Waynesboro, where good nature comes naturally! Divinely placed at the gateway to the Blue Ridge Parkway, Skyline Drive, Shenandoah National Park, and the Appalachain Trail, Waynesboro has a long tradition of warm welcomes and rich cultural amenities to offer seekers that come to experience the beauty and history of the Shenandoah Valley. Designated an Appalachian Trail Community and featuring the South River running right through its town center, Waynesboro's convenient location is just the beginning of its enduring and invigorating charm. Visitors can explore historic sites, catch trophy trout, enjoy a burgeoning arts and culture scene, and "Live Like a Local" tasting local brews, savoring farm fresh fare or soaking up some fun at one of the year-round-entertainment venues or during the many annual events and festivals.</p>"
"website" => "https://www.visitwaynesboro.net"
"featured" => 1
"meta_title" => "Waynesboro Department of Tourism"
"meta_keywords" => null
"meta_description" => null
"active" => 1
"modified" => "2022-01-03 11:32:46"
"created" => "2020-04-24 06:45:44"
"primaryimage" => array:15 [
"id" => 19
"model_id" => 2
"model_type" => "App\Models\Clients"
"collection_name" => "client_image"
"name" => "visit-waynesboro"
"file_name" => "client_image_b184273571.svg"
"mime_type" => "image/svg+xml"
"disk" => "media"
"size" => 47281
"manipulations" => "[]"
"custom_properties" => "{"custom_headers":[]}"
"order_column" => 14
"created_at" => "2020-12-23 05:12:15"
"updated_at" => "2020-12-23 05:12:15"
"responsive_images" => "[]"
]
]
]
]
/home/louderdesign/public_html/vendor/laravel/framework/src/Illuminate/View/View.php
throw $e;
}
}
/**
* Get the contents of the view instance.
*
* @return string
*/
protected function renderContents()
{
// We will keep track of the amount of views being rendered so we can flush
// the section after the complete rendering operation is done. This will
// clear out the sections for any separate views that may be rendered.
$this->factory->incrementRender();
$this->factory->callComposer($this);
$contents = $this->getContents();
// Once we've finished rendering the view, we'll decrement the render count
// so that each sections get flushed out next time a view is created and
// no old sections are staying around in the memory of an environment.
$this->factory->decrementRender();
return $contents;
}
/**
* Get the evaluated contents of the view.
*
* @return string
*/
protected function getContents()
{
return $this->engine->get($this->path, $this->gatherData());
}
/**
/home/louderdesign/public_html/vendor/laravel/framework/src/Illuminate/View/View.php
$this->view = $view;
$this->path = $path;
$this->engine = $engine;
$this->factory = $factory;
$this->data = $data instanceof Arrayable ? $data->toArray() : (array) $data;
}
/**
* Get the string contents of the view.
*
* @param callable|null $callback
* @return array|string
*
* @throws \Throwable
*/
public function render(callable $callback = null)
{
try {
$contents = $this->renderContents();
$response = isset($callback) ? call_user_func($callback, $this, $contents) : null;
// Once we have the contents of the view, we will flush the sections if we are
// done rendering all views so that there is nothing left hanging over when
// another view gets rendered in the future by the application developer.
$this->factory->flushStateIfDoneRendering();
return ! is_null($response) ? $response : $contents;
} catch (Exception $e) {
$this->factory->flushState();
throw $e;
} catch (Throwable $e) {
$this->factory->flushState();
throw $e;
}
}
/home/louderdesign/public_html/vendor/laravel/framework/src/Illuminate/Http/Response.php
* @return $this
*/
public function setContent($content)
{
$this->original = $content;
// If the content is "JSONable" we will set the appropriate header and convert
// the content to JSON. This is useful when returning something like models
// from routes that will be automatically transformed to their JSON form.
if ($this->shouldBeJson($content)) {
$this->header('Content-Type', 'application/json');
$content = $this->morphToJson($content);
}
// If this content implements the "Renderable" interface then we will call the
// render method on the object so we will avoid any "__toString" exceptions
// that might be thrown and have their errors obscured by PHP's handling.
elseif ($content instanceof Renderable) {
$content = $content->render();
}
parent::setContent($content);
return $this;
}
/**
* Determine if the given content should be turned into JSON.
*
* @param mixed $content
* @return bool
*/
protected function shouldBeJson($content)
{
return $content instanceof Arrayable ||
$content instanceof Jsonable ||
$content instanceof ArrayObject ||
$content instanceof JsonSerializable ||
is_array($content);
/home/louderdesign/public_html/vendor/symfony/http-foundation/Response.php
500 => 'Internal Server Error',
501 => 'Not Implemented',
502 => 'Bad Gateway',
503 => 'Service Unavailable',
504 => 'Gateway Timeout',
505 => 'HTTP Version Not Supported',
506 => 'Variant Also Negotiates', // RFC2295
507 => 'Insufficient Storage', // RFC4918
508 => 'Loop Detected', // RFC5842
510 => 'Not Extended', // RFC2774
511 => 'Network Authentication Required', // RFC6585
];
/**
* @throws \InvalidArgumentException When the HTTP status code is not valid
*/
public function __construct($content = '', int $status = 200, array $headers = [])
{
$this->headers = new ResponseHeaderBag($headers);
$this->setContent($content);
$this->setStatusCode($status);
$this->setProtocolVersion('1.0');
}
/**
* Factory method for chainability.
*
* Example:
*
* return Response::create($body, 200)
* ->setSharedMaxAge(300);
*
* @param mixed $content The response content, see setContent()
* @param int $status The response status code
* @param array $headers An array of response headers
*
* @return static
*/
public static function create($content = '', $status = 200, $headers = [])
{
Arguments
Illuminate\View\View {#239}
/home/louderdesign/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php
*/
public static function toResponse($request, $response)
{
if ($response instanceof Responsable) {
$response = $response->toResponse($request);
}
if ($response instanceof PsrResponseInterface) {
$response = (new HttpFoundationFactory)->createResponse($response);
} elseif ($response instanceof Model && $response->wasRecentlyCreated) {
$response = new JsonResponse($response, 201);
} elseif (! $response instanceof SymfonyResponse &&
($response instanceof Arrayable ||
$response instanceof Jsonable ||
$response instanceof ArrayObject ||
$response instanceof JsonSerializable ||
is_array($response))) {
$response = new JsonResponse($response);
} elseif (! $response instanceof SymfonyResponse) {
$response = new Response($response);
}
if ($response->getStatusCode() === Response::HTTP_NOT_MODIFIED) {
$response->setNotModified();
}
return $response->prepare($request);
}
/**
* Substitute the route bindings onto the route.
*
* @param \Illuminate\Routing\Route $route
* @return \Illuminate\Routing\Route
*
* @throws \Illuminate\Database\Eloquent\ModelNotFoundException
*/
public function substituteBindings($route)
{
foreach ($route->parameters() as $key => $value) {
Arguments
Illuminate\View\View {#239}
/home/louderdesign/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php
* Sort the given middleware by priority.
*
* @param \Illuminate\Support\Collection $middlewares
* @return array
*/
protected function sortMiddleware(Collection $middlewares)
{
return (new SortedMiddleware($this->middlewarePriority, $middlewares))->all();
}
/**
* Create a response instance from the given value.
*
* @param \Symfony\Component\HttpFoundation\Request $request
* @param mixed $response
* @return \Illuminate\Http\Response|\Illuminate\Http\JsonResponse
*/
public function prepareResponse($request, $response)
{
return static::toResponse($request, $response);
}
/**
* Static version of prepareResponse.
*
* @param \Symfony\Component\HttpFoundation\Request $request
* @param mixed $response
* @return \Illuminate\Http\Response|\Illuminate\Http\JsonResponse
*/
public static function toResponse($request, $response)
{
if ($response instanceof Responsable) {
$response = $response->toResponse($request);
}
if ($response instanceof PsrResponseInterface) {
$response = (new HttpFoundationFactory)->createResponse($response);
} elseif ($response instanceof Model && $response->wasRecentlyCreated) {
$response = new JsonResponse($response, 201);
} elseif (! $response instanceof SymfonyResponse &&
Arguments
Illuminate\Http\Request {#43
#json: null
#convertedFiles: null
#userResolver: Closure($guard = null) {#170 …4}
#routeResolver: Closure() {#172 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#45}
+request: Symfony\Component\HttpFoundation\ParameterBag {#51}
+query: Symfony\Component\HttpFoundation\ParameterBag {#51}
+server: Symfony\Component\HttpFoundation\ServerBag {#47}
+files: Symfony\Component\HttpFoundation\FileBag {#48}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#46}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#49}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/"
#requestUri: "/"
#baseUrl: ""
#basePath: null
#method: "GET"
#format: null
#session: Illuminate\Session\Store {#200}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
Illuminate\View\View {#239}
/home/louderdesign/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php
/**
* Run the given route within a Stack "onion" instance.
*
* @param \Illuminate\Routing\Route $route
* @param \Illuminate\Http\Request $request
* @return mixed
*/
protected function runRouteWithinStack(Route $route, Request $request)
{
$shouldSkipMiddleware = $this->container->bound('middleware.disable') &&
$this->container->make('middleware.disable') === true;
$middleware = $shouldSkipMiddleware ? [] : $this->gatherRouteMiddleware($route);
return (new Pipeline($this->container))
->send($request)
->through($middleware)
->then(function ($request) use ($route) {
return $this->prepareResponse(
$request, $route->run()
);
});
}
/**
* Gather the middleware for the given route with resolved class names.
*
* @param \Illuminate\Routing\Route $route
* @return array
*/
public function gatherRouteMiddleware(Route $route)
{
$middleware = collect($route->gatherMiddleware())->map(function ($name) {
return (array) MiddlewareNameResolver::resolve($name, $this->middleware, $this->middlewareGroups);
})->flatten();
return $this->sortMiddleware($middleware);
}
/**
Arguments
Illuminate\Http\Request {#43
#json: null
#convertedFiles: null
#userResolver: Closure($guard = null) {#170 …4}
#routeResolver: Closure() {#172 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#45}
+request: Symfony\Component\HttpFoundation\ParameterBag {#51}
+query: Symfony\Component\HttpFoundation\ParameterBag {#51}
+server: Symfony\Component\HttpFoundation\ServerBag {#47}
+files: Symfony\Component\HttpFoundation\FileBag {#48}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#46}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#49}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/"
#requestUri: "/"
#baseUrl: ""
#basePath: null
#method: "GET"
#format: null
#session: Illuminate\Session\Store {#200}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
Illuminate\View\View {#239}
/home/louderdesign/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php
use Symfony\Component\Debug\Exception\FatalThrowableError;
/**
* This extended pipeline catches any exceptions that occur during each slice.
*
* The exceptions are converted to HTTP responses for proper middleware handling.
*/
class Pipeline extends BasePipeline
{
/**
* Get the final piece of the Closure onion.
*
* @param \Closure $destination
* @return \Closure
*/
protected function prepareDestination(Closure $destination)
{
return function ($passable) use ($destination) {
try {
return $destination($passable);
} catch (Exception $e) {
return $this->handleException($passable, $e);
} catch (Throwable $e) {
return $this->handleException($passable, new FatalThrowableError($e));
}
};
}
/**
* Get a Closure that represents a slice of the application onion.
*
* @return \Closure
*/
protected function carry()
{
return function ($stack, $pipe) {
return function ($passable) use ($stack, $pipe) {
try {
$slice = parent::carry();
Arguments
Illuminate\Http\Request {#43
#json: null
#convertedFiles: null
#userResolver: Closure($guard = null) {#170 …4}
#routeResolver: Closure() {#172 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#45}
+request: Symfony\Component\HttpFoundation\ParameterBag {#51}
+query: Symfony\Component\HttpFoundation\ParameterBag {#51}
+server: Symfony\Component\HttpFoundation\ServerBag {#47}
+files: Symfony\Component\HttpFoundation\FileBag {#48}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#46}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#49}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/"
#requestUri: "/"
#baseUrl: ""
#basePath: null
#method: "GET"
#format: null
#session: Illuminate\Session\Store {#200}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/home/louderdesign/public_html/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php
*/
public function __construct(Registrar $router)
{
$this->router = $router;
}
/**
* Handle an incoming request.
*
* @param \Illuminate\Http\Request $request
* @param \Closure $next
* @return mixed
*/
public function handle($request, Closure $next)
{
$this->router->substituteBindings($route = $request->route());
$this->router->substituteImplicitBindings($route);
return $next($request);
}
}
Arguments
Illuminate\Http\Request {#43
#json: null
#convertedFiles: null
#userResolver: Closure($guard = null) {#170 …4}
#routeResolver: Closure() {#172 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#45}
+request: Symfony\Component\HttpFoundation\ParameterBag {#51}
+query: Symfony\Component\HttpFoundation\ParameterBag {#51}
+server: Symfony\Component\HttpFoundation\ServerBag {#47}
+files: Symfony\Component\HttpFoundation\FileBag {#48}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#46}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#49}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/"
#requestUri: "/"
#baseUrl: ""
#basePath: null
#method: "GET"
#format: null
#session: Illuminate\Session\Store {#200}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/home/louderdesign/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
// the appropriate method and arguments, returning the results back out.
return $pipe($passable, $stack);
} elseif (! is_object($pipe)) {
[$name, $parameters] = $this->parsePipeString($pipe);
// If the pipe is a string we will parse the string and resolve the class out
// of the dependency injection container. We can then build a callable and
// execute the pipe function giving in the parameters that are required.
$pipe = $this->getContainer()->make($name);
$parameters = array_merge([$passable, $stack], $parameters);
} else {
// If the pipe is already an object we'll just make a callable and pass it to
// the pipe as-is. There is no need to do any extra parsing and formatting
// since the object we're given was already a fully instantiated object.
$parameters = [$passable, $stack];
}
$response = method_exists($pipe, $this->method)
? $pipe->{$this->method}(...$parameters)
: $pipe(...$parameters);
return $response instanceof Responsable
? $response->toResponse($this->getContainer()->make(Request::class))
: $response;
};
};
}
/**
* Parse full pipe string to get name and parameters.
*
* @param string $pipe
* @return array
*/
protected function parsePipeString($pipe)
{
[$name, $parameters] = array_pad(explode(':', $pipe, 2), 2, []);
if (is_string($parameters)) {
Arguments
Illuminate\Http\Request {#43
#json: null
#convertedFiles: null
#userResolver: Closure($guard = null) {#170 …4}
#routeResolver: Closure() {#172 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#45}
+request: Symfony\Component\HttpFoundation\ParameterBag {#51}
+query: Symfony\Component\HttpFoundation\ParameterBag {#51}
+server: Symfony\Component\HttpFoundation\ServerBag {#47}
+files: Symfony\Component\HttpFoundation\FileBag {#48}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#46}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#49}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/"
#requestUri: "/"
#baseUrl: ""
#basePath: null
#method: "GET"
#format: null
#session: Illuminate\Session\Store {#200}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
Closure($passable) {#180 …4}
/home/louderdesign/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php
return $this->handleException($passable, new FatalThrowableError($e));
}
};
}
/**
* Get a Closure that represents a slice of the application onion.
*
* @return \Closure
*/
protected function carry()
{
return function ($stack, $pipe) {
return function ($passable) use ($stack, $pipe) {
try {
$slice = parent::carry();
$callable = $slice($stack, $pipe);
return $callable($passable);
} catch (Exception $e) {
return $this->handleException($passable, $e);
} catch (Throwable $e) {
return $this->handleException($passable, new FatalThrowableError($e));
}
};
};
}
/**
* Handle the given exception.
*
* @param mixed $passable
* @param \Exception $e
* @return mixed
*
* @throws \Exception
*/
protected function handleException($passable, Exception $e)
{
Arguments
Illuminate\Http\Request {#43
#json: null
#convertedFiles: null
#userResolver: Closure($guard = null) {#170 …4}
#routeResolver: Closure() {#172 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#45}
+request: Symfony\Component\HttpFoundation\ParameterBag {#51}
+query: Symfony\Component\HttpFoundation\ParameterBag {#51}
+server: Symfony\Component\HttpFoundation\ServerBag {#47}
+files: Symfony\Component\HttpFoundation\FileBag {#48}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#46}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#49}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/"
#requestUri: "/"
#baseUrl: ""
#basePath: null
#method: "GET"
#format: null
#session: Illuminate\Session\Store {#200}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/home/louderdesign/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php
}
/**
* Handle an incoming request.
*
* @param \Illuminate\Http\Request $request
* @param \Closure $next
* @return mixed
*
* @throws \Illuminate\Session\TokenMismatchException
*/
public function handle($request, Closure $next)
{
if (
$this->isReading($request) ||
$this->runningUnitTests() ||
$this->inExceptArray($request) ||
$this->tokensMatch($request)
) {
return tap($next($request), function ($response) use ($request) {
if ($this->shouldAddXsrfTokenCookie()) {
$this->addCookieToResponse($request, $response);
}
});
}
throw new TokenMismatchException('CSRF token mismatch.');
}
/**
* Determine if the HTTP request uses a ‘read’ verb.
*
* @param \Illuminate\Http\Request $request
* @return bool
*/
protected function isReading($request)
{
return in_array($request->method(), ['HEAD', 'GET', 'OPTIONS']);
}
Arguments
Illuminate\Http\Request {#43
#json: null
#convertedFiles: null
#userResolver: Closure($guard = null) {#170 …4}
#routeResolver: Closure() {#172 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#45}
+request: Symfony\Component\HttpFoundation\ParameterBag {#51}
+query: Symfony\Component\HttpFoundation\ParameterBag {#51}
+server: Symfony\Component\HttpFoundation\ServerBag {#47}
+files: Symfony\Component\HttpFoundation\FileBag {#48}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#46}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#49}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/"
#requestUri: "/"
#baseUrl: ""
#basePath: null
#method: "GET"
#format: null
#session: Illuminate\Session\Store {#200}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/home/louderdesign/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
// the appropriate method and arguments, returning the results back out.
return $pipe($passable, $stack);
} elseif (! is_object($pipe)) {
[$name, $parameters] = $this->parsePipeString($pipe);
// If the pipe is a string we will parse the string and resolve the class out
// of the dependency injection container. We can then build a callable and
// execute the pipe function giving in the parameters that are required.
$pipe = $this->getContainer()->make($name);
$parameters = array_merge([$passable, $stack], $parameters);
} else {
// If the pipe is already an object we'll just make a callable and pass it to
// the pipe as-is. There is no need to do any extra parsing and formatting
// since the object we're given was already a fully instantiated object.
$parameters = [$passable, $stack];
}
$response = method_exists($pipe, $this->method)
? $pipe->{$this->method}(...$parameters)
: $pipe(...$parameters);
return $response instanceof Responsable
? $response->toResponse($this->getContainer()->make(Request::class))
: $response;
};
};
}
/**
* Parse full pipe string to get name and parameters.
*
* @param string $pipe
* @return array
*/
protected function parsePipeString($pipe)
{
[$name, $parameters] = array_pad(explode(':', $pipe, 2), 2, []);
if (is_string($parameters)) {
Arguments
Illuminate\Http\Request {#43
#json: null
#convertedFiles: null
#userResolver: Closure($guard = null) {#170 …4}
#routeResolver: Closure() {#172 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#45}
+request: Symfony\Component\HttpFoundation\ParameterBag {#51}
+query: Symfony\Component\HttpFoundation\ParameterBag {#51}
+server: Symfony\Component\HttpFoundation\ServerBag {#47}
+files: Symfony\Component\HttpFoundation\FileBag {#48}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#46}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#49}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/"
#requestUri: "/"
#baseUrl: ""
#basePath: null
#method: "GET"
#format: null
#session: Illuminate\Session\Store {#200}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
Closure($passable) {#184 …4}
/home/louderdesign/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php
return $this->handleException($passable, new FatalThrowableError($e));
}
};
}
/**
* Get a Closure that represents a slice of the application onion.
*
* @return \Closure
*/
protected function carry()
{
return function ($stack, $pipe) {
return function ($passable) use ($stack, $pipe) {
try {
$slice = parent::carry();
$callable = $slice($stack, $pipe);
return $callable($passable);
} catch (Exception $e) {
return $this->handleException($passable, $e);
} catch (Throwable $e) {
return $this->handleException($passable, new FatalThrowableError($e));
}
};
};
}
/**
* Handle the given exception.
*
* @param mixed $passable
* @param \Exception $e
* @return mixed
*
* @throws \Exception
*/
protected function handleException($passable, Exception $e)
{
Arguments
Illuminate\Http\Request {#43
#json: null
#convertedFiles: null
#userResolver: Closure($guard = null) {#170 …4}
#routeResolver: Closure() {#172 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#45}
+request: Symfony\Component\HttpFoundation\ParameterBag {#51}
+query: Symfony\Component\HttpFoundation\ParameterBag {#51}
+server: Symfony\Component\HttpFoundation\ServerBag {#47}
+files: Symfony\Component\HttpFoundation\FileBag {#48}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#46}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#49}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/"
#requestUri: "/"
#baseUrl: ""
#basePath: null
#method: "GET"
#format: null
#session: Illuminate\Session\Store {#200}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/home/louderdesign/public_html/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php
* Handle an incoming request.
*
* @param \Illuminate\Http\Request $request
* @param \Closure $next
* @return mixed
*/
public function handle($request, Closure $next)
{
// If the current session has an "errors" variable bound to it, we will share
// its value with all view instances so the views can easily access errors
// without having to bind. An empty bag is set when there aren't errors.
$this->view->share(
'errors', $request->session()->get('errors') ?: new ViewErrorBag
);
// Putting the errors in the view for every view allows the developer to just
// assume that some errors are always available, which is convenient since
// they don't have to continually run checks for the presence of errors.
return $next($request);
}
}
Arguments
Illuminate\Http\Request {#43
#json: null
#convertedFiles: null
#userResolver: Closure($guard = null) {#170 …4}
#routeResolver: Closure() {#172 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#45}
+request: Symfony\Component\HttpFoundation\ParameterBag {#51}
+query: Symfony\Component\HttpFoundation\ParameterBag {#51}
+server: Symfony\Component\HttpFoundation\ServerBag {#47}
+files: Symfony\Component\HttpFoundation\FileBag {#48}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#46}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#49}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/"
#requestUri: "/"
#baseUrl: ""
#basePath: null
#method: "GET"
#format: null
#session: Illuminate\Session\Store {#200}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/home/louderdesign/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
// the appropriate method and arguments, returning the results back out.
return $pipe($passable, $stack);
} elseif (! is_object($pipe)) {
[$name, $parameters] = $this->parsePipeString($pipe);
// If the pipe is a string we will parse the string and resolve the class out
// of the dependency injection container. We can then build a callable and
// execute the pipe function giving in the parameters that are required.
$pipe = $this->getContainer()->make($name);
$parameters = array_merge([$passable, $stack], $parameters);
} else {
// If the pipe is already an object we'll just make a callable and pass it to
// the pipe as-is. There is no need to do any extra parsing and formatting
// since the object we're given was already a fully instantiated object.
$parameters = [$passable, $stack];
}
$response = method_exists($pipe, $this->method)
? $pipe->{$this->method}(...$parameters)
: $pipe(...$parameters);
return $response instanceof Responsable
? $response->toResponse($this->getContainer()->make(Request::class))
: $response;
};
};
}
/**
* Parse full pipe string to get name and parameters.
*
* @param string $pipe
* @return array
*/
protected function parsePipeString($pipe)
{
[$name, $parameters] = array_pad(explode(':', $pipe, 2), 2, []);
if (is_string($parameters)) {
Arguments
Illuminate\Http\Request {#43
#json: null
#convertedFiles: null
#userResolver: Closure($guard = null) {#170 …4}
#routeResolver: Closure() {#172 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#45}
+request: Symfony\Component\HttpFoundation\ParameterBag {#51}
+query: Symfony\Component\HttpFoundation\ParameterBag {#51}
+server: Symfony\Component\HttpFoundation\ServerBag {#47}
+files: Symfony\Component\HttpFoundation\FileBag {#48}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#46}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#49}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/"
#requestUri: "/"
#baseUrl: ""
#basePath: null
#method: "GET"
#format: null
#session: Illuminate\Session\Store {#200}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
Closure($passable) {#185 …4}
/home/louderdesign/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php
return $this->handleException($passable, new FatalThrowableError($e));
}
};
}
/**
* Get a Closure that represents a slice of the application onion.
*
* @return \Closure
*/
protected function carry()
{
return function ($stack, $pipe) {
return function ($passable) use ($stack, $pipe) {
try {
$slice = parent::carry();
$callable = $slice($stack, $pipe);
return $callable($passable);
} catch (Exception $e) {
return $this->handleException($passable, $e);
} catch (Throwable $e) {
return $this->handleException($passable, new FatalThrowableError($e));
}
};
};
}
/**
* Handle the given exception.
*
* @param mixed $passable
* @param \Exception $e
* @return mixed
*
* @throws \Exception
*/
protected function handleException($passable, Exception $e)
{
Arguments
Illuminate\Http\Request {#43
#json: null
#convertedFiles: null
#userResolver: Closure($guard = null) {#170 …4}
#routeResolver: Closure() {#172 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#45}
+request: Symfony\Component\HttpFoundation\ParameterBag {#51}
+query: Symfony\Component\HttpFoundation\ParameterBag {#51}
+server: Symfony\Component\HttpFoundation\ServerBag {#47}
+files: Symfony\Component\HttpFoundation\FileBag {#48}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#46}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#49}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/"
#requestUri: "/"
#baseUrl: ""
#basePath: null
#method: "GET"
#format: null
#session: Illuminate\Session\Store {#200}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/home/louderdesign/public_html/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php
* @param \Illuminate\Http\Request $request
* @param \Closure $next
* @return mixed
*/
public function handle($request, Closure $next)
{
if (! $this->sessionConfigured()) {
return $next($request);
}
// If a session driver has been configured, we will need to start the session here
// so that the data is ready for an application. Note that the Laravel sessions
// do not make use of PHP "native" sessions in any way since they are crappy.
$request->setLaravelSession(
$session = $this->startSession($request)
);
$this->collectGarbage($session);
$response = $next($request);
$this->storeCurrentUrl($request, $session);
$this->addCookieToResponse($response, $session);
// Again, if the session has been configured we will need to close out the session
// so that the attributes may be persisted to some storage medium. We will also
// add the session identifier cookie to the application response headers now.
$this->saveSession($request);
return $response;
}
/**
* Start the session for the given request.
*
* @param \Illuminate\Http\Request $request
* @return \Illuminate\Contracts\Session\Session
*/
protected function startSession(Request $request)
Arguments
Illuminate\Http\Request {#43
#json: null
#convertedFiles: null
#userResolver: Closure($guard = null) {#170 …4}
#routeResolver: Closure() {#172 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#45}
+request: Symfony\Component\HttpFoundation\ParameterBag {#51}
+query: Symfony\Component\HttpFoundation\ParameterBag {#51}
+server: Symfony\Component\HttpFoundation\ServerBag {#47}
+files: Symfony\Component\HttpFoundation\FileBag {#48}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#46}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#49}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/"
#requestUri: "/"
#baseUrl: ""
#basePath: null
#method: "GET"
#format: null
#session: Illuminate\Session\Store {#200}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/home/louderdesign/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
// the appropriate method and arguments, returning the results back out.
return $pipe($passable, $stack);
} elseif (! is_object($pipe)) {
[$name, $parameters] = $this->parsePipeString($pipe);
// If the pipe is a string we will parse the string and resolve the class out
// of the dependency injection container. We can then build a callable and
// execute the pipe function giving in the parameters that are required.
$pipe = $this->getContainer()->make($name);
$parameters = array_merge([$passable, $stack], $parameters);
} else {
// If the pipe is already an object we'll just make a callable and pass it to
// the pipe as-is. There is no need to do any extra parsing and formatting
// since the object we're given was already a fully instantiated object.
$parameters = [$passable, $stack];
}
$response = method_exists($pipe, $this->method)
? $pipe->{$this->method}(...$parameters)
: $pipe(...$parameters);
return $response instanceof Responsable
? $response->toResponse($this->getContainer()->make(Request::class))
: $response;
};
};
}
/**
* Parse full pipe string to get name and parameters.
*
* @param string $pipe
* @return array
*/
protected function parsePipeString($pipe)
{
[$name, $parameters] = array_pad(explode(':', $pipe, 2), 2, []);
if (is_string($parameters)) {
Arguments
Illuminate\Http\Request {#43
#json: null
#convertedFiles: null
#userResolver: Closure($guard = null) {#170 …4}
#routeResolver: Closure() {#172 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#45}
+request: Symfony\Component\HttpFoundation\ParameterBag {#51}
+query: Symfony\Component\HttpFoundation\ParameterBag {#51}
+server: Symfony\Component\HttpFoundation\ServerBag {#47}
+files: Symfony\Component\HttpFoundation\FileBag {#48}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#46}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#49}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/"
#requestUri: "/"
#baseUrl: ""
#basePath: null
#method: "GET"
#format: null
#session: Illuminate\Session\Store {#200}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
Closure($passable) {#186 …4}
/home/louderdesign/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php
return $this->handleException($passable, new FatalThrowableError($e));
}
};
}
/**
* Get a Closure that represents a slice of the application onion.
*
* @return \Closure
*/
protected function carry()
{
return function ($stack, $pipe) {
return function ($passable) use ($stack, $pipe) {
try {
$slice = parent::carry();
$callable = $slice($stack, $pipe);
return $callable($passable);
} catch (Exception $e) {
return $this->handleException($passable, $e);
} catch (Throwable $e) {
return $this->handleException($passable, new FatalThrowableError($e));
}
};
};
}
/**
* Handle the given exception.
*
* @param mixed $passable
* @param \Exception $e
* @return mixed
*
* @throws \Exception
*/
protected function handleException($passable, Exception $e)
{
Arguments
Illuminate\Http\Request {#43
#json: null
#convertedFiles: null
#userResolver: Closure($guard = null) {#170 …4}
#routeResolver: Closure() {#172 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#45}
+request: Symfony\Component\HttpFoundation\ParameterBag {#51}
+query: Symfony\Component\HttpFoundation\ParameterBag {#51}
+server: Symfony\Component\HttpFoundation\ServerBag {#47}
+files: Symfony\Component\HttpFoundation\FileBag {#48}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#46}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#49}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/"
#requestUri: "/"
#baseUrl: ""
#basePath: null
#method: "GET"
#format: null
#session: Illuminate\Session\Store {#200}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/home/louderdesign/public_html/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php
* Create a new CookieQueue instance.
*
* @param \Illuminate\Contracts\Cookie\QueueingFactory $cookies
* @return void
*/
public function __construct(CookieJar $cookies)
{
$this->cookies = $cookies;
}
/**
* Handle an incoming request.
*
* @param \Illuminate\Http\Request $request
* @param \Closure $next
* @return mixed
*/
public function handle($request, Closure $next)
{
$response = $next($request);
foreach ($this->cookies->getQueuedCookies() as $cookie) {
$response->headers->setCookie($cookie);
}
return $response;
}
}
Arguments
Illuminate\Http\Request {#43
#json: null
#convertedFiles: null
#userResolver: Closure($guard = null) {#170 …4}
#routeResolver: Closure() {#172 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#45}
+request: Symfony\Component\HttpFoundation\ParameterBag {#51}
+query: Symfony\Component\HttpFoundation\ParameterBag {#51}
+server: Symfony\Component\HttpFoundation\ServerBag {#47}
+files: Symfony\Component\HttpFoundation\FileBag {#48}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#46}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#49}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/"
#requestUri: "/"
#baseUrl: ""
#basePath: null
#method: "GET"
#format: null
#session: Illuminate\Session\Store {#200}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/home/louderdesign/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
// the appropriate method and arguments, returning the results back out.
return $pipe($passable, $stack);
} elseif (! is_object($pipe)) {
[$name, $parameters] = $this->parsePipeString($pipe);
// If the pipe is a string we will parse the string and resolve the class out
// of the dependency injection container. We can then build a callable and
// execute the pipe function giving in the parameters that are required.
$pipe = $this->getContainer()->make($name);
$parameters = array_merge([$passable, $stack], $parameters);
} else {
// If the pipe is already an object we'll just make a callable and pass it to
// the pipe as-is. There is no need to do any extra parsing and formatting
// since the object we're given was already a fully instantiated object.
$parameters = [$passable, $stack];
}
$response = method_exists($pipe, $this->method)
? $pipe->{$this->method}(...$parameters)
: $pipe(...$parameters);
return $response instanceof Responsable
? $response->toResponse($this->getContainer()->make(Request::class))
: $response;
};
};
}
/**
* Parse full pipe string to get name and parameters.
*
* @param string $pipe
* @return array
*/
protected function parsePipeString($pipe)
{
[$name, $parameters] = array_pad(explode(':', $pipe, 2), 2, []);
if (is_string($parameters)) {
Arguments
Illuminate\Http\Request {#43
#json: null
#convertedFiles: null
#userResolver: Closure($guard = null) {#170 …4}
#routeResolver: Closure() {#172 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#45}
+request: Symfony\Component\HttpFoundation\ParameterBag {#51}
+query: Symfony\Component\HttpFoundation\ParameterBag {#51}
+server: Symfony\Component\HttpFoundation\ServerBag {#47}
+files: Symfony\Component\HttpFoundation\FileBag {#48}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#46}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#49}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/"
#requestUri: "/"
#baseUrl: ""
#basePath: null
#method: "GET"
#format: null
#session: Illuminate\Session\Store {#200}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
Closure($passable) {#187 …4}
/home/louderdesign/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php
return $this->handleException($passable, new FatalThrowableError($e));
}
};
}
/**
* Get a Closure that represents a slice of the application onion.
*
* @return \Closure
*/
protected function carry()
{
return function ($stack, $pipe) {
return function ($passable) use ($stack, $pipe) {
try {
$slice = parent::carry();
$callable = $slice($stack, $pipe);
return $callable($passable);
} catch (Exception $e) {
return $this->handleException($passable, $e);
} catch (Throwable $e) {
return $this->handleException($passable, new FatalThrowableError($e));
}
};
};
}
/**
* Handle the given exception.
*
* @param mixed $passable
* @param \Exception $e
* @return mixed
*
* @throws \Exception
*/
protected function handleException($passable, Exception $e)
{
Arguments
Illuminate\Http\Request {#43
#json: null
#convertedFiles: null
#userResolver: Closure($guard = null) {#170 …4}
#routeResolver: Closure() {#172 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#45}
+request: Symfony\Component\HttpFoundation\ParameterBag {#51}
+query: Symfony\Component\HttpFoundation\ParameterBag {#51}
+server: Symfony\Component\HttpFoundation\ServerBag {#47}
+files: Symfony\Component\HttpFoundation\FileBag {#48}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#46}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#49}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/"
#requestUri: "/"
#baseUrl: ""
#basePath: null
#method: "GET"
#format: null
#session: Illuminate\Session\Store {#200}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/home/louderdesign/public_html/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php
* Disable encryption for the given cookie name(s).
*
* @param string|array $name
* @return void
*/
public function disableFor($name)
{
$this->except = array_merge($this->except, (array) $name);
}
/**
* Handle an incoming request.
*
* @param \Illuminate\Http\Request $request
* @param \Closure $next
* @return \Symfony\Component\HttpFoundation\Response
*/
public function handle($request, Closure $next)
{
return $this->encrypt($next($this->decrypt($request)));
}
/**
* Decrypt the cookies on the request.
*
* @param \Symfony\Component\HttpFoundation\Request $request
* @return \Symfony\Component\HttpFoundation\Request
*/
protected function decrypt(Request $request)
{
foreach ($request->cookies as $key => $cookie) {
if ($this->isDisabled($key)) {
continue;
}
try {
$request->cookies->set($key, $this->decryptCookie($key, $cookie));
} catch (DecryptException $e) {
$request->cookies->set($key, null);
}
Arguments
Illuminate\Http\Request {#43
#json: null
#convertedFiles: null
#userResolver: Closure($guard = null) {#170 …4}
#routeResolver: Closure() {#172 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#45}
+request: Symfony\Component\HttpFoundation\ParameterBag {#51}
+query: Symfony\Component\HttpFoundation\ParameterBag {#51}
+server: Symfony\Component\HttpFoundation\ServerBag {#47}
+files: Symfony\Component\HttpFoundation\FileBag {#48}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#46}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#49}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/"
#requestUri: "/"
#baseUrl: ""
#basePath: null
#method: "GET"
#format: null
#session: Illuminate\Session\Store {#200}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/home/louderdesign/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
// the appropriate method and arguments, returning the results back out.
return $pipe($passable, $stack);
} elseif (! is_object($pipe)) {
[$name, $parameters] = $this->parsePipeString($pipe);
// If the pipe is a string we will parse the string and resolve the class out
// of the dependency injection container. We can then build a callable and
// execute the pipe function giving in the parameters that are required.
$pipe = $this->getContainer()->make($name);
$parameters = array_merge([$passable, $stack], $parameters);
} else {
// If the pipe is already an object we'll just make a callable and pass it to
// the pipe as-is. There is no need to do any extra parsing and formatting
// since the object we're given was already a fully instantiated object.
$parameters = [$passable, $stack];
}
$response = method_exists($pipe, $this->method)
? $pipe->{$this->method}(...$parameters)
: $pipe(...$parameters);
return $response instanceof Responsable
? $response->toResponse($this->getContainer()->make(Request::class))
: $response;
};
};
}
/**
* Parse full pipe string to get name and parameters.
*
* @param string $pipe
* @return array
*/
protected function parsePipeString($pipe)
{
[$name, $parameters] = array_pad(explode(':', $pipe, 2), 2, []);
if (is_string($parameters)) {
Arguments
Illuminate\Http\Request {#43
#json: null
#convertedFiles: null
#userResolver: Closure($guard = null) {#170 …4}
#routeResolver: Closure() {#172 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#45}
+request: Symfony\Component\HttpFoundation\ParameterBag {#51}
+query: Symfony\Component\HttpFoundation\ParameterBag {#51}
+server: Symfony\Component\HttpFoundation\ServerBag {#47}
+files: Symfony\Component\HttpFoundation\FileBag {#48}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#46}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#49}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/"
#requestUri: "/"
#baseUrl: ""
#basePath: null
#method: "GET"
#format: null
#session: Illuminate\Session\Store {#200}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
Closure($passable) {#188 …4}
/home/louderdesign/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php
return $this->handleException($passable, new FatalThrowableError($e));
}
};
}
/**
* Get a Closure that represents a slice of the application onion.
*
* @return \Closure
*/
protected function carry()
{
return function ($stack, $pipe) {
return function ($passable) use ($stack, $pipe) {
try {
$slice = parent::carry();
$callable = $slice($stack, $pipe);
return $callable($passable);
} catch (Exception $e) {
return $this->handleException($passable, $e);
} catch (Throwable $e) {
return $this->handleException($passable, new FatalThrowableError($e));
}
};
};
}
/**
* Handle the given exception.
*
* @param mixed $passable
* @param \Exception $e
* @return mixed
*
* @throws \Exception
*/
protected function handleException($passable, Exception $e)
{
Arguments
Illuminate\Http\Request {#43
#json: null
#convertedFiles: null
#userResolver: Closure($guard = null) {#170 …4}
#routeResolver: Closure() {#172 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#45}
+request: Symfony\Component\HttpFoundation\ParameterBag {#51}
+query: Symfony\Component\HttpFoundation\ParameterBag {#51}
+server: Symfony\Component\HttpFoundation\ServerBag {#47}
+files: Symfony\Component\HttpFoundation\FileBag {#48}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#46}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#49}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/"
#requestUri: "/"
#baseUrl: ""
#basePath: null
#method: "GET"
#format: null
#session: Illuminate\Session\Store {#200}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/home/louderdesign/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
public function via($method)
{
$this->method = $method;
return $this;
}
/**
* Run the pipeline with a final destination callback.
*
* @param \Closure $destination
* @return mixed
*/
public function then(Closure $destination)
{
$pipeline = array_reduce(
array_reverse($this->pipes), $this->carry(), $this->prepareDestination($destination)
);
return $pipeline($this->passable);
}
/**
* Run the pipeline and return the result.
*
* @return mixed
*/
public function thenReturn()
{
return $this->then(function ($passable) {
return $passable;
});
}
/**
* Get the final piece of the Closure onion.
*
* @param \Closure $destination
* @return \Closure
*/
Arguments
Illuminate\Http\Request {#43
#json: null
#convertedFiles: null
#userResolver: Closure($guard = null) {#170 …4}
#routeResolver: Closure() {#172 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#45}
+request: Symfony\Component\HttpFoundation\ParameterBag {#51}
+query: Symfony\Component\HttpFoundation\ParameterBag {#51}
+server: Symfony\Component\HttpFoundation\ServerBag {#47}
+files: Symfony\Component\HttpFoundation\FileBag {#48}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#46}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#49}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/"
#requestUri: "/"
#baseUrl: ""
#basePath: null
#method: "GET"
#format: null
#session: Illuminate\Session\Store {#200}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/home/louderdesign/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php
*
* @param \Illuminate\Routing\Route $route
* @param \Illuminate\Http\Request $request
* @return mixed
*/
protected function runRouteWithinStack(Route $route, Request $request)
{
$shouldSkipMiddleware = $this->container->bound('middleware.disable') &&
$this->container->make('middleware.disable') === true;
$middleware = $shouldSkipMiddleware ? [] : $this->gatherRouteMiddleware($route);
return (new Pipeline($this->container))
->send($request)
->through($middleware)
->then(function ($request) use ($route) {
return $this->prepareResponse(
$request, $route->run()
);
});
}
/**
* Gather the middleware for the given route with resolved class names.
*
* @param \Illuminate\Routing\Route $route
* @return array
*/
public function gatherRouteMiddleware(Route $route)
{
$middleware = collect($route->gatherMiddleware())->map(function ($name) {
return (array) MiddlewareNameResolver::resolve($name, $this->middleware, $this->middlewareGroups);
})->flatten();
return $this->sortMiddleware($middleware);
}
/**
* Sort the given middleware by priority.
*
Arguments
Closure($request) {#179 …4}
/home/louderdesign/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php
return $route;
}
/**
* Return the response for the given route.
*
* @param \Illuminate\Http\Request $request
* @param \Illuminate\Routing\Route $route
* @return \Illuminate\Http\Response|\Illuminate\Http\JsonResponse
*/
protected function runRoute(Request $request, Route $route)
{
$request->setRouteResolver(function () use ($route) {
return $route;
});
$this->events->dispatch(new Events\RouteMatched($route, $request));
return $this->prepareResponse($request,
$this->runRouteWithinStack($route, $request)
);
}
/**
* Run the given route within a Stack "onion" instance.
*
* @param \Illuminate\Routing\Route $route
* @param \Illuminate\Http\Request $request
* @return mixed
*/
protected function runRouteWithinStack(Route $route, Request $request)
{
$shouldSkipMiddleware = $this->container->bound('middleware.disable') &&
$this->container->make('middleware.disable') === true;
$middleware = $shouldSkipMiddleware ? [] : $this->gatherRouteMiddleware($route);
return (new Pipeline($this->container))
->send($request)
->through($middleware)
Arguments
Illuminate\Routing\Route {#126}
Illuminate\Http\Request {#43
#json: null
#convertedFiles: null
#userResolver: Closure($guard = null) {#170 …4}
#routeResolver: Closure() {#172 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#45}
+request: Symfony\Component\HttpFoundation\ParameterBag {#51}
+query: Symfony\Component\HttpFoundation\ParameterBag {#51}
+server: Symfony\Component\HttpFoundation\ServerBag {#47}
+files: Symfony\Component\HttpFoundation\FileBag {#48}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#46}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#49}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/"
#requestUri: "/"
#baseUrl: ""
#basePath: null
#method: "GET"
#format: null
#session: Illuminate\Session\Store {#200}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/home/louderdesign/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php
*
* @param \Illuminate\Http\Request $request
* @return \Illuminate\Http\Response|\Illuminate\Http\JsonResponse
*/
public function dispatch(Request $request)
{
$this->currentRequest = $request;
return $this->dispatchToRoute($request);
}
/**
* Dispatch the request to a route and return the response.
*
* @param \Illuminate\Http\Request $request
* @return \Illuminate\Http\Response|\Illuminate\Http\JsonResponse
*/
public function dispatchToRoute(Request $request)
{
return $this->runRoute($request, $this->findRoute($request));
}
/**
* Find the route matching a given request.
*
* @param \Illuminate\Http\Request $request
* @return \Illuminate\Routing\Route
*/
protected function findRoute($request)
{
$this->current = $route = $this->routes->match($request);
$this->container->instance(Route::class, $route);
return $route;
}
/**
* Return the response for the given route.
*
Arguments
Illuminate\Http\Request {#43
#json: null
#convertedFiles: null
#userResolver: Closure($guard = null) {#170 …4}
#routeResolver: Closure() {#172 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#45}
+request: Symfony\Component\HttpFoundation\ParameterBag {#51}
+query: Symfony\Component\HttpFoundation\ParameterBag {#51}
+server: Symfony\Component\HttpFoundation\ServerBag {#47}
+files: Symfony\Component\HttpFoundation\FileBag {#48}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#46}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#49}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/"
#requestUri: "/"
#baseUrl: ""
#basePath: null
#method: "GET"
#format: null
#session: Illuminate\Session\Store {#200}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
Illuminate\Routing\Route {#126}
/home/louderdesign/public_html/vendor/laravel/framework/src/Illuminate/Routing/Router.php
* @return \Illuminate\Http\Response|\Illuminate\Http\JsonResponse
*/
public function respondWithRoute($name)
{
$route = tap($this->routes->getByName($name))->bind($this->currentRequest);
return $this->runRoute($this->currentRequest, $route);
}
/**
* Dispatch the request to the application.
*
* @param \Illuminate\Http\Request $request
* @return \Illuminate\Http\Response|\Illuminate\Http\JsonResponse
*/
public function dispatch(Request $request)
{
$this->currentRequest = $request;
return $this->dispatchToRoute($request);
}
/**
* Dispatch the request to a route and return the response.
*
* @param \Illuminate\Http\Request $request
* @return \Illuminate\Http\Response|\Illuminate\Http\JsonResponse
*/
public function dispatchToRoute(Request $request)
{
return $this->runRoute($request, $this->findRoute($request));
}
/**
* Find the route matching a given request.
*
* @param \Illuminate\Http\Request $request
* @return \Illuminate\Routing\Route
*/
protected function findRoute($request)
Arguments
Illuminate\Http\Request {#43
#json: null
#convertedFiles: null
#userResolver: Closure($guard = null) {#170 …4}
#routeResolver: Closure() {#172 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#45}
+request: Symfony\Component\HttpFoundation\ParameterBag {#51}
+query: Symfony\Component\HttpFoundation\ParameterBag {#51}
+server: Symfony\Component\HttpFoundation\ServerBag {#47}
+files: Symfony\Component\HttpFoundation\FileBag {#48}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#46}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#49}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/"
#requestUri: "/"
#baseUrl: ""
#basePath: null
#method: "GET"
#format: null
#session: Illuminate\Session\Store {#200}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/home/louderdesign/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php
* @return void
*/
public function bootstrap()
{
if (! $this->app->hasBeenBootstrapped()) {
$this->app->bootstrapWith($this->bootstrappers());
}
}
/**
* Get the route dispatcher callback.
*
* @return \Closure
*/
protected function dispatchToRouter()
{
return function ($request) {
$this->app->instance('request', $request);
return $this->router->dispatch($request);
};
}
/**
* Call the terminate method on any terminable middleware.
*
* @param \Illuminate\Http\Request $request
* @param \Illuminate\Http\Response $response
* @return void
*/
public function terminate($request, $response)
{
$this->terminateMiddleware($request, $response);
$this->app->terminate();
}
/**
* Call the terminate method on any terminable middleware.
*
Arguments
Illuminate\Http\Request {#43
#json: null
#convertedFiles: null
#userResolver: Closure($guard = null) {#170 …4}
#routeResolver: Closure() {#172 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#45}
+request: Symfony\Component\HttpFoundation\ParameterBag {#51}
+query: Symfony\Component\HttpFoundation\ParameterBag {#51}
+server: Symfony\Component\HttpFoundation\ServerBag {#47}
+files: Symfony\Component\HttpFoundation\FileBag {#48}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#46}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#49}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/"
#requestUri: "/"
#baseUrl: ""
#basePath: null
#method: "GET"
#format: null
#session: Illuminate\Session\Store {#200}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/home/louderdesign/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php
use Symfony\Component\Debug\Exception\FatalThrowableError;
/**
* This extended pipeline catches any exceptions that occur during each slice.
*
* The exceptions are converted to HTTP responses for proper middleware handling.
*/
class Pipeline extends BasePipeline
{
/**
* Get the final piece of the Closure onion.
*
* @param \Closure $destination
* @return \Closure
*/
protected function prepareDestination(Closure $destination)
{
return function ($passable) use ($destination) {
try {
return $destination($passable);
} catch (Exception $e) {
return $this->handleException($passable, $e);
} catch (Throwable $e) {
return $this->handleException($passable, new FatalThrowableError($e));
}
};
}
/**
* Get a Closure that represents a slice of the application onion.
*
* @return \Closure
*/
protected function carry()
{
return function ($stack, $pipe) {
return function ($passable) use ($stack, $pipe) {
try {
$slice = parent::carry();
Arguments
Illuminate\Http\Request {#43
#json: null
#convertedFiles: null
#userResolver: Closure($guard = null) {#170 …4}
#routeResolver: Closure() {#172 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#45}
+request: Symfony\Component\HttpFoundation\ParameterBag {#51}
+query: Symfony\Component\HttpFoundation\ParameterBag {#51}
+server: Symfony\Component\HttpFoundation\ServerBag {#47}
+files: Symfony\Component\HttpFoundation\FileBag {#48}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#46}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#49}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/"
#requestUri: "/"
#baseUrl: ""
#basePath: null
#method: "GET"
#format: null
#session: Illuminate\Session\Store {#200}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/home/louderdesign/public_html/vendor/fideloper/proxy/src/TrustProxies.php
{
$this->config = $config;
}
/**
* Handle an incoming request.
*
* @param \Illuminate\Http\Request $request
* @param \Closure $next
*
* @throws \Symfony\Component\HttpKernel\Exception\HttpException
*
* @return mixed
*/
public function handle(Request $request, Closure $next)
{
$request::setTrustedProxies([], $this->getTrustedHeaderNames()); // Reset trusted proxies between requests
$this->setTrustedProxyIpAddresses($request);
return $next($request);
}
/**
* Sets the trusted proxies on the request to the value of trustedproxy.proxies
*
* @param \Illuminate\Http\Request $request
*/
protected function setTrustedProxyIpAddresses(Request $request)
{
$trustedIps = $this->proxies ?: $this->config->get('trustedproxy.proxies');
// Trust any IP address that calls us
// `**` for backwards compatibility, but is deprecated
if ($trustedIps === '*' || $trustedIps === '**') {
return $this->setTrustedProxyIpAddressesToTheCallingIp($request);
}
// Support IPs addresses separated by comma
$trustedIps = is_string($trustedIps) ? array_map('trim', explode(',', $trustedIps)) : $trustedIps;
Arguments
Illuminate\Http\Request {#43
#json: null
#convertedFiles: null
#userResolver: Closure($guard = null) {#170 …4}
#routeResolver: Closure() {#172 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#45}
+request: Symfony\Component\HttpFoundation\ParameterBag {#51}
+query: Symfony\Component\HttpFoundation\ParameterBag {#51}
+server: Symfony\Component\HttpFoundation\ServerBag {#47}
+files: Symfony\Component\HttpFoundation\FileBag {#48}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#46}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#49}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/"
#requestUri: "/"
#baseUrl: ""
#basePath: null
#method: "GET"
#format: null
#session: Illuminate\Session\Store {#200}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/home/louderdesign/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
// the appropriate method and arguments, returning the results back out.
return $pipe($passable, $stack);
} elseif (! is_object($pipe)) {
[$name, $parameters] = $this->parsePipeString($pipe);
// If the pipe is a string we will parse the string and resolve the class out
// of the dependency injection container. We can then build a callable and
// execute the pipe function giving in the parameters that are required.
$pipe = $this->getContainer()->make($name);
$parameters = array_merge([$passable, $stack], $parameters);
} else {
// If the pipe is already an object we'll just make a callable and pass it to
// the pipe as-is. There is no need to do any extra parsing and formatting
// since the object we're given was already a fully instantiated object.
$parameters = [$passable, $stack];
}
$response = method_exists($pipe, $this->method)
? $pipe->{$this->method}(...$parameters)
: $pipe(...$parameters);
return $response instanceof Responsable
? $response->toResponse($this->getContainer()->make(Request::class))
: $response;
};
};
}
/**
* Parse full pipe string to get name and parameters.
*
* @param string $pipe
* @return array
*/
protected function parsePipeString($pipe)
{
[$name, $parameters] = array_pad(explode(':', $pipe, 2), 2, []);
if (is_string($parameters)) {
Arguments
Illuminate\Http\Request {#43
#json: null
#convertedFiles: null
#userResolver: Closure($guard = null) {#170 …4}
#routeResolver: Closure() {#172 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#45}
+request: Symfony\Component\HttpFoundation\ParameterBag {#51}
+query: Symfony\Component\HttpFoundation\ParameterBag {#51}
+server: Symfony\Component\HttpFoundation\ServerBag {#47}
+files: Symfony\Component\HttpFoundation\FileBag {#48}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#46}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#49}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/"
#requestUri: "/"
#baseUrl: ""
#basePath: null
#method: "GET"
#format: null
#session: Illuminate\Session\Store {#200}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
Closure($passable) {#119 …4}
/home/louderdesign/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php
return $this->handleException($passable, new FatalThrowableError($e));
}
};
}
/**
* Get a Closure that represents a slice of the application onion.
*
* @return \Closure
*/
protected function carry()
{
return function ($stack, $pipe) {
return function ($passable) use ($stack, $pipe) {
try {
$slice = parent::carry();
$callable = $slice($stack, $pipe);
return $callable($passable);
} catch (Exception $e) {
return $this->handleException($passable, $e);
} catch (Throwable $e) {
return $this->handleException($passable, new FatalThrowableError($e));
}
};
};
}
/**
* Handle the given exception.
*
* @param mixed $passable
* @param \Exception $e
* @return mixed
*
* @throws \Exception
*/
protected function handleException($passable, Exception $e)
{
Arguments
Illuminate\Http\Request {#43
#json: null
#convertedFiles: null
#userResolver: Closure($guard = null) {#170 …4}
#routeResolver: Closure() {#172 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#45}
+request: Symfony\Component\HttpFoundation\ParameterBag {#51}
+query: Symfony\Component\HttpFoundation\ParameterBag {#51}
+server: Symfony\Component\HttpFoundation\ServerBag {#47}
+files: Symfony\Component\HttpFoundation\FileBag {#48}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#46}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#49}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/"
#requestUri: "/"
#baseUrl: ""
#basePath: null
#method: "GET"
#format: null
#session: Illuminate\Session\Store {#200}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/home/louderdesign/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php
namespace Illuminate\Foundation\Http\Middleware;
use Closure;
use Symfony\Component\HttpFoundation\ParameterBag;
class TransformsRequest
{
/**
* Handle an incoming request.
*
* @param \Illuminate\Http\Request $request
* @param \Closure $next
* @return mixed
*/
public function handle($request, Closure $next)
{
$this->clean($request);
return $next($request);
}
/**
* Clean the request's data.
*
* @param \Illuminate\Http\Request $request
* @return void
*/
protected function clean($request)
{
$this->cleanParameterBag($request->query);
if ($request->isJson()) {
$this->cleanParameterBag($request->json());
} elseif ($request->request !== $request->query) {
$this->cleanParameterBag($request->request);
}
}
/**
Arguments
Illuminate\Http\Request {#43
#json: null
#convertedFiles: null
#userResolver: Closure($guard = null) {#170 …4}
#routeResolver: Closure() {#172 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#45}
+request: Symfony\Component\HttpFoundation\ParameterBag {#51}
+query: Symfony\Component\HttpFoundation\ParameterBag {#51}
+server: Symfony\Component\HttpFoundation\ServerBag {#47}
+files: Symfony\Component\HttpFoundation\FileBag {#48}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#46}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#49}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/"
#requestUri: "/"
#baseUrl: ""
#basePath: null
#method: "GET"
#format: null
#session: Illuminate\Session\Store {#200}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/home/louderdesign/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
// the appropriate method and arguments, returning the results back out.
return $pipe($passable, $stack);
} elseif (! is_object($pipe)) {
[$name, $parameters] = $this->parsePipeString($pipe);
// If the pipe is a string we will parse the string and resolve the class out
// of the dependency injection container. We can then build a callable and
// execute the pipe function giving in the parameters that are required.
$pipe = $this->getContainer()->make($name);
$parameters = array_merge([$passable, $stack], $parameters);
} else {
// If the pipe is already an object we'll just make a callable and pass it to
// the pipe as-is. There is no need to do any extra parsing and formatting
// since the object we're given was already a fully instantiated object.
$parameters = [$passable, $stack];
}
$response = method_exists($pipe, $this->method)
? $pipe->{$this->method}(...$parameters)
: $pipe(...$parameters);
return $response instanceof Responsable
? $response->toResponse($this->getContainer()->make(Request::class))
: $response;
};
};
}
/**
* Parse full pipe string to get name and parameters.
*
* @param string $pipe
* @return array
*/
protected function parsePipeString($pipe)
{
[$name, $parameters] = array_pad(explode(':', $pipe, 2), 2, []);
if (is_string($parameters)) {
Arguments
Illuminate\Http\Request {#43
#json: null
#convertedFiles: null
#userResolver: Closure($guard = null) {#170 …4}
#routeResolver: Closure() {#172 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#45}
+request: Symfony\Component\HttpFoundation\ParameterBag {#51}
+query: Symfony\Component\HttpFoundation\ParameterBag {#51}
+server: Symfony\Component\HttpFoundation\ServerBag {#47}
+files: Symfony\Component\HttpFoundation\FileBag {#48}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#46}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#49}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/"
#requestUri: "/"
#baseUrl: ""
#basePath: null
#method: "GET"
#format: null
#session: Illuminate\Session\Store {#200}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
Closure($passable) {#150 …4}
/home/louderdesign/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php
return $this->handleException($passable, new FatalThrowableError($e));
}
};
}
/**
* Get a Closure that represents a slice of the application onion.
*
* @return \Closure
*/
protected function carry()
{
return function ($stack, $pipe) {
return function ($passable) use ($stack, $pipe) {
try {
$slice = parent::carry();
$callable = $slice($stack, $pipe);
return $callable($passable);
} catch (Exception $e) {
return $this->handleException($passable, $e);
} catch (Throwable $e) {
return $this->handleException($passable, new FatalThrowableError($e));
}
};
};
}
/**
* Handle the given exception.
*
* @param mixed $passable
* @param \Exception $e
* @return mixed
*
* @throws \Exception
*/
protected function handleException($passable, Exception $e)
{
Arguments
Illuminate\Http\Request {#43
#json: null
#convertedFiles: null
#userResolver: Closure($guard = null) {#170 …4}
#routeResolver: Closure() {#172 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#45}
+request: Symfony\Component\HttpFoundation\ParameterBag {#51}
+query: Symfony\Component\HttpFoundation\ParameterBag {#51}
+server: Symfony\Component\HttpFoundation\ServerBag {#47}
+files: Symfony\Component\HttpFoundation\FileBag {#48}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#46}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#49}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/"
#requestUri: "/"
#baseUrl: ""
#basePath: null
#method: "GET"
#format: null
#session: Illuminate\Session\Store {#200}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/home/louderdesign/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php
namespace Illuminate\Foundation\Http\Middleware;
use Closure;
use Symfony\Component\HttpFoundation\ParameterBag;
class TransformsRequest
{
/**
* Handle an incoming request.
*
* @param \Illuminate\Http\Request $request
* @param \Closure $next
* @return mixed
*/
public function handle($request, Closure $next)
{
$this->clean($request);
return $next($request);
}
/**
* Clean the request's data.
*
* @param \Illuminate\Http\Request $request
* @return void
*/
protected function clean($request)
{
$this->cleanParameterBag($request->query);
if ($request->isJson()) {
$this->cleanParameterBag($request->json());
} elseif ($request->request !== $request->query) {
$this->cleanParameterBag($request->request);
}
}
/**
Arguments
Illuminate\Http\Request {#43
#json: null
#convertedFiles: null
#userResolver: Closure($guard = null) {#170 …4}
#routeResolver: Closure() {#172 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#45}
+request: Symfony\Component\HttpFoundation\ParameterBag {#51}
+query: Symfony\Component\HttpFoundation\ParameterBag {#51}
+server: Symfony\Component\HttpFoundation\ServerBag {#47}
+files: Symfony\Component\HttpFoundation\FileBag {#48}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#46}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#49}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/"
#requestUri: "/"
#baseUrl: ""
#basePath: null
#method: "GET"
#format: null
#session: Illuminate\Session\Store {#200}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/home/louderdesign/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
// the appropriate method and arguments, returning the results back out.
return $pipe($passable, $stack);
} elseif (! is_object($pipe)) {
[$name, $parameters] = $this->parsePipeString($pipe);
// If the pipe is a string we will parse the string and resolve the class out
// of the dependency injection container. We can then build a callable and
// execute the pipe function giving in the parameters that are required.
$pipe = $this->getContainer()->make($name);
$parameters = array_merge([$passable, $stack], $parameters);
} else {
// If the pipe is already an object we'll just make a callable and pass it to
// the pipe as-is. There is no need to do any extra parsing and formatting
// since the object we're given was already a fully instantiated object.
$parameters = [$passable, $stack];
}
$response = method_exists($pipe, $this->method)
? $pipe->{$this->method}(...$parameters)
: $pipe(...$parameters);
return $response instanceof Responsable
? $response->toResponse($this->getContainer()->make(Request::class))
: $response;
};
};
}
/**
* Parse full pipe string to get name and parameters.
*
* @param string $pipe
* @return array
*/
protected function parsePipeString($pipe)
{
[$name, $parameters] = array_pad(explode(':', $pipe, 2), 2, []);
if (is_string($parameters)) {
Arguments
Illuminate\Http\Request {#43
#json: null
#convertedFiles: null
#userResolver: Closure($guard = null) {#170 …4}
#routeResolver: Closure() {#172 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#45}
+request: Symfony\Component\HttpFoundation\ParameterBag {#51}
+query: Symfony\Component\HttpFoundation\ParameterBag {#51}
+server: Symfony\Component\HttpFoundation\ServerBag {#47}
+files: Symfony\Component\HttpFoundation\FileBag {#48}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#46}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#49}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/"
#requestUri: "/"
#baseUrl: ""
#basePath: null
#method: "GET"
#format: null
#session: Illuminate\Session\Store {#200}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
Closure($passable) {#151 …4}
/home/louderdesign/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php
return $this->handleException($passable, new FatalThrowableError($e));
}
};
}
/**
* Get a Closure that represents a slice of the application onion.
*
* @return \Closure
*/
protected function carry()
{
return function ($stack, $pipe) {
return function ($passable) use ($stack, $pipe) {
try {
$slice = parent::carry();
$callable = $slice($stack, $pipe);
return $callable($passable);
} catch (Exception $e) {
return $this->handleException($passable, $e);
} catch (Throwable $e) {
return $this->handleException($passable, new FatalThrowableError($e));
}
};
};
}
/**
* Handle the given exception.
*
* @param mixed $passable
* @param \Exception $e
* @return mixed
*
* @throws \Exception
*/
protected function handleException($passable, Exception $e)
{
Arguments
Illuminate\Http\Request {#43
#json: null
#convertedFiles: null
#userResolver: Closure($guard = null) {#170 …4}
#routeResolver: Closure() {#172 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#45}
+request: Symfony\Component\HttpFoundation\ParameterBag {#51}
+query: Symfony\Component\HttpFoundation\ParameterBag {#51}
+server: Symfony\Component\HttpFoundation\ServerBag {#47}
+files: Symfony\Component\HttpFoundation\FileBag {#48}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#46}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#49}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/"
#requestUri: "/"
#baseUrl: ""
#basePath: null
#method: "GET"
#format: null
#session: Illuminate\Session\Store {#200}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/home/louderdesign/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php
class ValidatePostSize
{
/**
* Handle an incoming request.
*
* @param \Illuminate\Http\Request $request
* @param \Closure $next
* @return mixed
*
* @throws \Illuminate\Http\Exceptions\PostTooLargeException
*/
public function handle($request, Closure $next)
{
$max = $this->getPostMaxSize();
if ($max > 0 && $request->server('CONTENT_LENGTH') > $max) {
throw new PostTooLargeException;
}
return $next($request);
}
/**
* Determine the server 'post_max_size' as bytes.
*
* @return int
*/
protected function getPostMaxSize()
{
if (is_numeric($postMaxSize = ini_get('post_max_size'))) {
return (int) $postMaxSize;
}
$metric = strtoupper(substr($postMaxSize, -1));
$postMaxSize = (int) $postMaxSize;
switch ($metric) {
case 'K':
return $postMaxSize * 1024;
case 'M':
Arguments
Illuminate\Http\Request {#43
#json: null
#convertedFiles: null
#userResolver: Closure($guard = null) {#170 …4}
#routeResolver: Closure() {#172 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#45}
+request: Symfony\Component\HttpFoundation\ParameterBag {#51}
+query: Symfony\Component\HttpFoundation\ParameterBag {#51}
+server: Symfony\Component\HttpFoundation\ServerBag {#47}
+files: Symfony\Component\HttpFoundation\FileBag {#48}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#46}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#49}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/"
#requestUri: "/"
#baseUrl: ""
#basePath: null
#method: "GET"
#format: null
#session: Illuminate\Session\Store {#200}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/home/louderdesign/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
// the appropriate method and arguments, returning the results back out.
return $pipe($passable, $stack);
} elseif (! is_object($pipe)) {
[$name, $parameters] = $this->parsePipeString($pipe);
// If the pipe is a string we will parse the string and resolve the class out
// of the dependency injection container. We can then build a callable and
// execute the pipe function giving in the parameters that are required.
$pipe = $this->getContainer()->make($name);
$parameters = array_merge([$passable, $stack], $parameters);
} else {
// If the pipe is already an object we'll just make a callable and pass it to
// the pipe as-is. There is no need to do any extra parsing and formatting
// since the object we're given was already a fully instantiated object.
$parameters = [$passable, $stack];
}
$response = method_exists($pipe, $this->method)
? $pipe->{$this->method}(...$parameters)
: $pipe(...$parameters);
return $response instanceof Responsable
? $response->toResponse($this->getContainer()->make(Request::class))
: $response;
};
};
}
/**
* Parse full pipe string to get name and parameters.
*
* @param string $pipe
* @return array
*/
protected function parsePipeString($pipe)
{
[$name, $parameters] = array_pad(explode(':', $pipe, 2), 2, []);
if (is_string($parameters)) {
Arguments
Illuminate\Http\Request {#43
#json: null
#convertedFiles: null
#userResolver: Closure($guard = null) {#170 …4}
#routeResolver: Closure() {#172 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#45}
+request: Symfony\Component\HttpFoundation\ParameterBag {#51}
+query: Symfony\Component\HttpFoundation\ParameterBag {#51}
+server: Symfony\Component\HttpFoundation\ServerBag {#47}
+files: Symfony\Component\HttpFoundation\FileBag {#48}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#46}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#49}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/"
#requestUri: "/"
#baseUrl: ""
#basePath: null
#method: "GET"
#format: null
#session: Illuminate\Session\Store {#200}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
Closure($passable) {#152 …4}
/home/louderdesign/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php
return $this->handleException($passable, new FatalThrowableError($e));
}
};
}
/**
* Get a Closure that represents a slice of the application onion.
*
* @return \Closure
*/
protected function carry()
{
return function ($stack, $pipe) {
return function ($passable) use ($stack, $pipe) {
try {
$slice = parent::carry();
$callable = $slice($stack, $pipe);
return $callable($passable);
} catch (Exception $e) {
return $this->handleException($passable, $e);
} catch (Throwable $e) {
return $this->handleException($passable, new FatalThrowableError($e));
}
};
};
}
/**
* Handle the given exception.
*
* @param mixed $passable
* @param \Exception $e
* @return mixed
*
* @throws \Exception
*/
protected function handleException($passable, Exception $e)
{
Arguments
Illuminate\Http\Request {#43
#json: null
#convertedFiles: null
#userResolver: Closure($guard = null) {#170 …4}
#routeResolver: Closure() {#172 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#45}
+request: Symfony\Component\HttpFoundation\ParameterBag {#51}
+query: Symfony\Component\HttpFoundation\ParameterBag {#51}
+server: Symfony\Component\HttpFoundation\ServerBag {#47}
+files: Symfony\Component\HttpFoundation\FileBag {#48}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#46}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#49}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/"
#requestUri: "/"
#baseUrl: ""
#basePath: null
#method: "GET"
#format: null
#session: Illuminate\Session\Store {#200}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/home/louderdesign/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php
*
* @throws \Symfony\Component\HttpKernel\Exception\HttpException
*/
public function handle($request, Closure $next)
{
if ($this->app->isDownForMaintenance()) {
$data = json_decode(file_get_contents($this->app->storagePath().'/framework/down'), true);
if (isset($data['allowed']) && IpUtils::checkIp($request->ip(), (array) $data['allowed'])) {
return $next($request);
}
if ($this->inExceptArray($request)) {
return $next($request);
}
throw new MaintenanceModeException($data['time'], $data['retry'], $data['message']);
}
return $next($request);
}
/**
* Determine if the request has a URI that should be accessible in maintenance mode.
*
* @param \Illuminate\Http\Request $request
* @return bool
*/
protected function inExceptArray($request)
{
foreach ($this->except as $except) {
if ($except !== '/') {
$except = trim($except, '/');
}
if ($request->fullUrlIs($except) || $request->is($except)) {
return true;
}
}
Arguments
Illuminate\Http\Request {#43
#json: null
#convertedFiles: null
#userResolver: Closure($guard = null) {#170 …4}
#routeResolver: Closure() {#172 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#45}
+request: Symfony\Component\HttpFoundation\ParameterBag {#51}
+query: Symfony\Component\HttpFoundation\ParameterBag {#51}
+server: Symfony\Component\HttpFoundation\ServerBag {#47}
+files: Symfony\Component\HttpFoundation\FileBag {#48}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#46}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#49}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/"
#requestUri: "/"
#baseUrl: ""
#basePath: null
#method: "GET"
#format: null
#session: Illuminate\Session\Store {#200}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/home/louderdesign/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
// the appropriate method and arguments, returning the results back out.
return $pipe($passable, $stack);
} elseif (! is_object($pipe)) {
[$name, $parameters] = $this->parsePipeString($pipe);
// If the pipe is a string we will parse the string and resolve the class out
// of the dependency injection container. We can then build a callable and
// execute the pipe function giving in the parameters that are required.
$pipe = $this->getContainer()->make($name);
$parameters = array_merge([$passable, $stack], $parameters);
} else {
// If the pipe is already an object we'll just make a callable and pass it to
// the pipe as-is. There is no need to do any extra parsing and formatting
// since the object we're given was already a fully instantiated object.
$parameters = [$passable, $stack];
}
$response = method_exists($pipe, $this->method)
? $pipe->{$this->method}(...$parameters)
: $pipe(...$parameters);
return $response instanceof Responsable
? $response->toResponse($this->getContainer()->make(Request::class))
: $response;
};
};
}
/**
* Parse full pipe string to get name and parameters.
*
* @param string $pipe
* @return array
*/
protected function parsePipeString($pipe)
{
[$name, $parameters] = array_pad(explode(':', $pipe, 2), 2, []);
if (is_string($parameters)) {
Arguments
Illuminate\Http\Request {#43
#json: null
#convertedFiles: null
#userResolver: Closure($guard = null) {#170 …4}
#routeResolver: Closure() {#172 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#45}
+request: Symfony\Component\HttpFoundation\ParameterBag {#51}
+query: Symfony\Component\HttpFoundation\ParameterBag {#51}
+server: Symfony\Component\HttpFoundation\ServerBag {#47}
+files: Symfony\Component\HttpFoundation\FileBag {#48}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#46}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#49}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/"
#requestUri: "/"
#baseUrl: ""
#basePath: null
#method: "GET"
#format: null
#session: Illuminate\Session\Store {#200}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
Closure($passable) {#153 …4}
/home/louderdesign/public_html/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php
return $this->handleException($passable, new FatalThrowableError($e));
}
};
}
/**
* Get a Closure that represents a slice of the application onion.
*
* @return \Closure
*/
protected function carry()
{
return function ($stack, $pipe) {
return function ($passable) use ($stack, $pipe) {
try {
$slice = parent::carry();
$callable = $slice($stack, $pipe);
return $callable($passable);
} catch (Exception $e) {
return $this->handleException($passable, $e);
} catch (Throwable $e) {
return $this->handleException($passable, new FatalThrowableError($e));
}
};
};
}
/**
* Handle the given exception.
*
* @param mixed $passable
* @param \Exception $e
* @return mixed
*
* @throws \Exception
*/
protected function handleException($passable, Exception $e)
{
Arguments
Illuminate\Http\Request {#43
#json: null
#convertedFiles: null
#userResolver: Closure($guard = null) {#170 …4}
#routeResolver: Closure() {#172 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#45}
+request: Symfony\Component\HttpFoundation\ParameterBag {#51}
+query: Symfony\Component\HttpFoundation\ParameterBag {#51}
+server: Symfony\Component\HttpFoundation\ServerBag {#47}
+files: Symfony\Component\HttpFoundation\FileBag {#48}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#46}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#49}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/"
#requestUri: "/"
#baseUrl: ""
#basePath: null
#method: "GET"
#format: null
#session: Illuminate\Session\Store {#200}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/home/louderdesign/public_html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php
public function via($method)
{
$this->method = $method;
return $this;
}
/**
* Run the pipeline with a final destination callback.
*
* @param \Closure $destination
* @return mixed
*/
public function then(Closure $destination)
{
$pipeline = array_reduce(
array_reverse($this->pipes), $this->carry(), $this->prepareDestination($destination)
);
return $pipeline($this->passable);
}
/**
* Run the pipeline and return the result.
*
* @return mixed
*/
public function thenReturn()
{
return $this->then(function ($passable) {
return $passable;
});
}
/**
* Get the final piece of the Closure onion.
*
* @param \Closure $destination
* @return \Closure
*/
Arguments
Illuminate\Http\Request {#43
#json: null
#convertedFiles: null
#userResolver: Closure($guard = null) {#170 …4}
#routeResolver: Closure() {#172 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#45}
+request: Symfony\Component\HttpFoundation\ParameterBag {#51}
+query: Symfony\Component\HttpFoundation\ParameterBag {#51}
+server: Symfony\Component\HttpFoundation\ServerBag {#47}
+files: Symfony\Component\HttpFoundation\FileBag {#48}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#46}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#49}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/"
#requestUri: "/"
#baseUrl: ""
#basePath: null
#method: "GET"
#format: null
#session: Illuminate\Session\Store {#200}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/home/louderdesign/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php
}
/**
* Send the given request through the middleware / router.
*
* @param \Illuminate\Http\Request $request
* @return \Illuminate\Http\Response
*/
protected function sendRequestThroughRouter($request)
{
$this->app->instance('request', $request);
Facade::clearResolvedInstance('request');
$this->bootstrap();
return (new Pipeline($this->app))
->send($request)
->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware)
->then($this->dispatchToRouter());
}
/**
* Bootstrap the application for HTTP requests.
*
* @return void
*/
public function bootstrap()
{
if (! $this->app->hasBeenBootstrapped()) {
$this->app->bootstrapWith($this->bootstrappers());
}
}
/**
* Get the route dispatcher callback.
*
* @return \Closure
*/
protected function dispatchToRouter()
Arguments
Closure($request) {#22 …4}
/home/louderdesign/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php
$router->middlewareGroup($key, $middleware);
}
foreach ($this->routeMiddleware as $key => $middleware) {
$router->aliasMiddleware($key, $middleware);
}
}
/**
* Handle an incoming HTTP request.
*
* @param \Illuminate\Http\Request $request
* @return \Illuminate\Http\Response
*/
public function handle($request)
{
try {
$request->enableHttpMethodParameterOverride();
$response = $this->sendRequestThroughRouter($request);
} catch (Exception $e) {
$this->reportException($e);
$response = $this->renderException($request, $e);
} catch (Throwable $e) {
$this->reportException($e = new FatalThrowableError($e));
$response = $this->renderException($request, $e);
}
$this->app['events']->dispatch(
new Events\RequestHandled($request, $response)
);
return $response;
}
/**
* Send the given request through the middleware / router.
*
Arguments
Illuminate\Http\Request {#43
#json: null
#convertedFiles: null
#userResolver: Closure($guard = null) {#170 …4}
#routeResolver: Closure() {#172 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#45}
+request: Symfony\Component\HttpFoundation\ParameterBag {#51}
+query: Symfony\Component\HttpFoundation\ParameterBag {#51}
+server: Symfony\Component\HttpFoundation\ServerBag {#47}
+files: Symfony\Component\HttpFoundation\FileBag {#48}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#46}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#49}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/"
#requestUri: "/"
#baseUrl: ""
#basePath: null
#method: "GET"
#format: null
#session: Illuminate\Session\Store {#200}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/home/louderdesign/public_html/public/index.php
*/
$app = require_once __DIR__.'/../bootstrap/app.php';
/*
|--------------------------------------------------------------------------
| Run The Application
|--------------------------------------------------------------------------
|
| Once we have the application, we can handle the incoming request
| through the kernel, and send the associated response back to
| the client's browser allowing them to enjoy the creative
| and wonderful application we have prepared for them.
|
*/
$kernel = $app->make(Illuminate\Contracts\Http\Kernel::class);
$response = $kernel->handle(
$request = Illuminate\Http\Request::capture()
);
$response->send();
$kernel->terminate($request, $response);
Arguments
Illuminate\Http\Request {#43
#json: null
#convertedFiles: null
#userResolver: Closure($guard = null) {#170 …4}
#routeResolver: Closure() {#172 …4}
+attributes: Symfony\Component\HttpFoundation\ParameterBag {#45}
+request: Symfony\Component\HttpFoundation\ParameterBag {#51}
+query: Symfony\Component\HttpFoundation\ParameterBag {#51}
+server: Symfony\Component\HttpFoundation\ServerBag {#47}
+files: Symfony\Component\HttpFoundation\FileBag {#48}
+cookies: Symfony\Component\HttpFoundation\ParameterBag {#46}
+headers: Symfony\Component\HttpFoundation\HeaderBag {#49}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: []
#pathInfo: "/"
#requestUri: "/"
#baseUrl: ""
#basePath: null
#method: "GET"
#format: null
#session: Illuminate\Session\Store {#200}
#locale: null
#defaultLocale: "en"
-preferredFormat: null
-isHostValid: true
-isForwardedValid: true
basePath: ""
format: "html"
}
/home/louderdesign/public_html/index.php
/**
* Laravel - A PHP Framework For Web Artisans
*
* @package Laravel
* @author Taylor Otwell <taylor@laravel.com>
*/
$uri = urldecode(
parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH)
);
// This file allows us to emulate Apache's "mod_rewrite" functionality from the
// built-in PHP web server. This provides a convenient way to test a Laravel
// application without having installed a "real" web server software here.
if ($uri !== '/' && file_exists(__DIR__.'/public'.$uri)) {
return false;
}
require_once __DIR__.'/public/index.php';
Arguments
"/home/louderdesign/public_html/public/index.php"