Support the ongoing development of Laravel.io →

2,053 Threads

Route GET length limit of 255 per param?

I ran into an issue that I was not able to track down. I am accepting base64 strings as a route para...

0 Likes
2 Replies

Laravel 4 & json pagination

Hi, I want to create a javascript app that will use a json created by laravel. As there will be a lo...

0 Likes
1 Replies

View by date and count

I need to display data like so: July 2014: A...

0 Likes
0 Replies

Laravel on Windows 7 /WAMP Env. doesn't support the Comment TAG {{-- comment --}}

Using the default L4 comment TAGs for Templates '{{-' & '--}}' will produce a BlankSOD on a syst...

0 Likes
2 Replies

extending html functions

Hi, I am using the HTML::link function to create my links through the entire site. Now, I was wonder...

0 Likes
3 Replies
Solved
posted 10 years ago

.blade templates do not parse variables

Can anyone point me to the direction on how to fix this? I changed the delimiter to <% %> beca...

0 Likes
3 Replies

Production.ERROR

Hello Im getting this error production.ERROR: exception 'Symfony\Component\HttpKernel\Exception\NotF...

0 Likes
1 Replies
posted 10 years ago

View::make('x', $viewData) vs. View::make('x')->with('viewData', $viewData);

Hi, what's the difference between return View::make('x')->with('viewData', $viewData); and retur...

0 Likes
3 Replies
posted 10 years ago

Error just because a string is missing?

Hi, this happens in the Controller: $data['brands']=$this->brands; return View::make('form',$data...

0 Likes
2 Replies

how to add laravel app into an existing web domain structure.

I tried to find anything on this and either am searching incorrectly or no one else has done this. I...

0 Likes
2 Replies
posted 10 years ago

Blade file error : unexpected EOF (beginner)

<!doctype html> <html> <head> <title>George's BookShop::Peru</title&g...

0 Likes
1 Replies

Can I load a view into an AJAX?

I have this on a js file... $(document).ready(function() { //petición al enviar el formulario de reg...

0 Likes
3 Replies
Solved

How to put design on laravel 4

Im new in using php frameworks, I chose laravel 4 im able to install and run Laravel on my localhost...

0 Likes
11 Replies

validate form

Hi, I have form: <form action="{{ url('users') }}" method="POST"> <tabl...

0 Likes
1 Replies
posted 10 years ago

How to render view from string with blade template format?

How to render view from string with blade template format? like this: $str = "{{ $abc }}";...

0 Likes
2 Replies

Creating routes to wildcards

Currently, I'm trying to create a route to a wildcard with the following code (which is in a foreach...

0 Likes
8 Replies

Adding Column to DB Table

I have an existing blog application, and I would like to add a way to have different types of blog p...

0 Likes
1 Replies

Lazy loaded relation results in "ErrorException Relationship method must return an object of type Illuminate\Database\Eloquent\Relations\Relation"

My ERD is something like this: ControlForm hasMany FormRows FormRow hasMany FormColumns FormColumns...

0 Likes
0 Replies

Is possible array of form input validation and display each input validation error?

how to display custom messages after validation, I require that each input message is showing valida...

0 Likes
3 Replies
posted 10 years ago

"optimize" command results in broken page

Hey, I have an issue with "php artisan optimize": I get an exception when opening my Larav...

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.

© 2024 Laravel.io - All rights reserved.