Support the ongoing development of Laravel.io →

1,485 Threads

form input as array

I'm new to Laravel so bear with me. How do I make a form using Laravel 5 with this syntax for array...

0 Likes
1 Replies
posted 10 years ago

How can i change the Pagination Arrows to an Icon?

Hello @All, How can i change the Pagination Arrows to an Icon? In the Normal Pagination they use &qu...

0 Likes
2 Replies

Blade Problem: passing a variable

Hi there! I show you the code and you'll quickly see the problem: This is my routes.php code: ....Ro...

0 Likes
2 Replies
Solved

Create a route to a folder

hello, how do I create a route to a folder? I need the contents of the folder is shown in the broswe...

0 Likes
4 Replies
Solved

Laravel 4 Tool: View Generator

Hey Everyone! I created a simple tool to help with the creation of a couple views: create and edit....

0 Likes
21 Replies

Page specific links, works but for root page

So I'm converting my existing vanilla php site to laravel, I'm loving it but I'm having an extremely...

0 Likes
1 Replies
Solved

Probelm with view/blade

#Route.php is as bellow Route::get('/', function() { return View::make('hello'); }); Route::get('/{l...

0 Likes
3 Replies

how to make a custom full feature form in laravel

hi , im new to laravel so i wanted to ask if anyone can help me to wtite a full feature registration...

0 Likes
2 Replies

REGEXP in Where Query Builder

$query->where('tags', 'LIKE', '%'.$uID.'%'); SELECT 'a word a' REGEXP '[[:<:]]word[[:>:]]';...

0 Likes
1 Replies
posted 10 years ago

Passing Variable to Parent Layout View

I have a pretty typical application whereby I have layouts/main.blade.php which acts as the page lay...

0 Likes
0 Replies
posted 10 years ago

presuggest in .blade files

Hi, i was using sublime but it dose not have presuggest for keywords of .blade files (such as @exten...

0 Likes
0 Replies

Sortable Tables in Laravel

I am using tableclothjs and Twitter Bootstrap. For some reason this code will not appear with the so...

0 Likes
1 Replies

Last viewed news in Laravel

Hello :) Can you help me, release last viewed news?)

0 Likes
4 Replies
posted 10 years ago

Ternary statement (4.1 vs 4.2)

We have updated today from 4.1 to 4.2. But now the following code doesn't give the same result. {{ $...

0 Likes
1 Replies

Form Routing to Controller with Variables

I am trying to pass 2 variables at the end of a form {{ Form::open(array('method' => 'POST', 'ac...

0 Likes
2 Replies

Pagination: Links are appearing but not the content

Hi, I'm trying to paginate a relatively simple query without any groupBy. The query works ok without...

0 Likes
11 Replies
Solved
posted 10 years ago

Using routes for conditional statements

How do I use a route name in a conditional statement? I read about using: if(Route::is('route-name')...

0 Likes
2 Replies

Accessing the related column data in view

Hi guys. I have two models in my project: Category and Product. Each product belongs to 1 category a...

0 Likes
2 Replies
Solved
posted 10 years ago

Images are not found ?

Hello, As far as I understand if I do {{ HTML:image('img/test.jpg') }} it will look at the /public/i...

0 Likes
3 Replies
Solved

exception 'ErrorException' with message 'Array to string conversion' when passing an array to Javascript Function:

Hi. In a view i'm trying to pass two arguments to a javascript function when an event ocurrs like th...

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