ErrorException (E_UNKNOWN) Trying to get property of non-object (View: /home/jobinpal/Documents/Jobi...
Hi Guys, I'm recently decided to make a switch to start coding with Laravel. I will try to specify m...
Hello everyone, I want to use the blade include function so I can call a dashboard page. Now I know...
I am using the expedia API and I can send request using CURL. Using Laravel 5, am I better to stick...
#Background My Controller is loading several items (from an Eloquent Model) and passing them into th...
Hi, Is there anyway to make 2 error page? so there is 1 error page for public and another one for ad...
Hi, I use laravel 5.0 and i have read in many guide Laravel 4 that for include css i can use in the...
When i try to print using blade syntax {{ $var }} "this is test" from database column type...
I have a this javascript for testing with an alert message to tell me the event is firing. <scrip...
The database save is happening from ajax call and I am using hanlder class to validate database exce...
Hello there. I want to create a multi site with multi languages support. All`s good for now: i cre...
I find that a lot of the output I do in my views shouldn't be or doesn't need to be escaped. After...
I have a view in (inbox/pagination.blade.php) Here is the contents @if($paginator->getLastPage()...
Laravel allows us to specify auth for entire controllers as well as individual methods. My question...
I'm getting this error Method Illuminate\View\View::__toString() must not throw an exception My cont...
Hello All, I'm trying to show an image using the Response class, Route::get('/', function() { $i...
<a href="{{ URL::to('home/otherpage', $params) }}"> I need help with how to provide the value...
Hello, how to pass json to javascript in laravel this value $salename=json_encode($oSales); resua...
Hello everyone, I just started with Laravel 5 a few day ago and I like most of the things it brings...
Hi All, Is there a Laravel best practice with regards to printing? ie. Should separate 'printable' v...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community