Support the ongoing development of Laravel.io →

1,485 Threads

Laravel 5 Blade syntax not working...

I'm new to laravel.With Laravel 5 I read that you have to add "illuminate/html": "5.0...

0 Likes
2 Replies

Laravel 5 Forms + PHP Storm

Any one else think the new laravel blade syntax is ridiculous? We now finally have PHP storm support...

0 Likes
3 Replies

Images not updating

I have a page where I can update my gallery and everything updates except for my images. If I use ec...

0 Likes
14 Replies

Eager Problem with Constraint

I am having problem with Laravel Eager loading with constraint. public function showAllOrders(){...

0 Likes
0 Replies

barryvdh/laravel-dompdf page break

Im using laravel-dompdf package to generate PDF file it's working fine but the problem is I want to...

0 Likes
2 Replies

Model relationship Eloquent (newbee)

Hi Guys, I'm recently decided to make a switch to start coding with Laravel. I will try to specify m...

0 Likes
2 Replies

include('folder.$var') <<-- not working

Hello everyone, I want to use the blade include function so I can call a dashboard page. Now I know...

0 Likes
2 Replies
Solved
posted 10 years ago

Using a preloader to return data

I'm using CURL to process data that is sent to an API cross site. When I get the data back to displa...

0 Likes
0 Replies

Using AJAX or CURL?

I am using the expedia API and I can send request using CURL. Using Laravel 5, am I better to stick...

0 Likes
0 Replies

Best practices for responsive view?

#Background My Controller is loading several items (from an Eloquent Model) and passing them into th...

0 Likes
0 Replies

Problem link boostrap in my html-blade page

Hi, I use laravel 5.0 and i have read in many guide Laravel 4 that for include css i can use in the...

0 Likes
1 Replies

Laravel 5 - API endpoints using constants?

I am geting json data from an api and need to specify my endpoints like API version, API key. I thou...

0 Likes
0 Replies
posted 10 years ago

Using a normal model for logic

I have a search destination, arrival and departure data form that I have on every page in my templat...

0 Likes
2 Replies
Solved
posted 10 years ago

Laravel blade livereloading ( using phpstorm )

Has anyone got this working? I'be been trying with the liveedit plugin but I don't see anything chan...

0 Likes
2 Replies
posted 10 years ago

How to use {{-- --}} Blade comments with L5 if keeping the L4-style output/escaping tags?

I find that a lot of the output I do in my views shouldn't be or doesn't need to be escaped. After...

0 Likes
0 Replies

L4 - unable to get custom pagination to render

I have a view in (inbox/pagination.blade.php) Here is the contents @if($paginator->getLastPage()...

0 Likes
0 Replies

Form data is retained if I use blade syntax but it is not retained if I use normal HTML syntax.

Hi , I have a form in my blade.php and a text input field in it which takes a space(' ') by default...

0 Likes
2 Replies

Method Illuminate\View\View::__toString() must not throw an exception

I'm getting this error Method Illuminate\View\View::__toString() must not throw an exception My cont...

0 Likes
0 Replies

url to route

<a href="{{ URL::to('home/otherpage', $params) }}"> I need help with how to provide the value...

0 Likes
5 Replies

Controller Inter-Communication and Instantiation

Hello everyone, I just started with Laravel 5 a few day ago and I like most of the things it brings...

0 Likes
0 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.