Support the ongoing development of Laravel.io →

1,470 Threads

posted 9 years ago

Blade templating, layout information.

Hey there, newcomer here. Just decided to register in this amazing comunity, which has helped me a l...

0 Likes
2 Replies

class not found

When I open my page using the cats DB from the book "Getting Started with Laravel 4" I get...

0 Likes
1 Replies
posted 9 years ago

Image link in {{link_to}}

What I want to accomplish is my image to be the CLICK HERE link. <td>{{link_to('users/' . $geb...

0 Likes
1 Replies

Can't find the blade file?

Hi guys, I created a folder inside view /view/account/ And also created the file account.blade.php T...

0 Likes
1 Replies
Solved

Implement RSS Feed with Laravel 4

I'm using laravel 4 as PHP framework, I would be able to extract content from external sites trmite...

0 Likes
1 Replies
Solved

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

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

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.