Support the ongoing development of Laravel.io →

1,478 Threads

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

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 9 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 9 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

How can I get to the certain page in pagination that comment is on after creating the comment?

Current I have a forum set up with some topics that people can reply to. I can easily create replies...

0 Likes
2 Replies
Solved

Google charts

Hi everybody, i'm trying to create a ColumnChart with google charts using google.visualization.DataT...

0 Likes
0 Replies

Best way to hide something from view

Hey, I'm including a sidebar in some views and want to hide some parts if it's called by an special...

0 Likes
4 Replies
posted 9 years ago

Master and Child Page problem [Please help]

I am a beginner at Laravel framework[4.2]. I was just trying to create MASTER PAGE AND CHILD PAGE us...

0 Likes
2 Replies

View is not working with .blade.php extension

In my project, when i remove .blade extension from view file, it works. But with this extension ther...

0 Likes
2 Replies

Multiple views and templates

I have a list of hotels from each state. Instead of creating 7 pages for each of the states, I just...

0 Likes
0 Replies

@foreach in Bladeview for Bllim Datatables

How can I pass Bllim datatables to blade view and use @foreach in the Blade View to check some condi...

0 Likes
1 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.

© 2024 Laravel.io - All rights reserved.