I'm new to laravel.With Laravel 5 I read that you have to add "illuminate/html": "5.0...
Any one else think the new laravel blade syntax is ridiculous? We now finally have PHP storm support...
I have a page where I can update my gallery and everything updates except for my images. If I use ec...
I am having problem with Laravel Eager loading with constraint. public function showAllOrders(){...
Im using laravel-dompdf package to generate PDF file it's working fine but the problem is I want to...
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'm using CURL to process data that is sent to an API cross site. When I get the data back to displa...
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, I use laravel 5.0 and i have read in many guide Laravel 4 that for include css i can use in the...
I am geting json data from an api and need to specify my endpoints like API version, API key. I thou...
I have a search destination, arrival and departure data form that I have on every page in my templat...
Has anyone got this working? I'be been trying with the liveedit plugin but I don't see anything chan...
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()...
Hi , I have a form in my blade.php and a text input field in it which takes a space(' ') by default...
I'm getting this error Method Illuminate\View\View::__toString() must not throw an exception My cont...
<a href="{{ URL::to('home/otherpage', $params) }}"> I need help with how to provide the value...
Hello everyone, I just started with Laravel 5 a few day ago and I like most of the things it brings...
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