Support the ongoing development of Laravel.io →

353 Threads

Include big piece of HTML in Ajax callback

I'll try my best to explain what i want to. I showing a page with some "product" on the pa...

0 Likes
2 Replies
Solved
posted 8 years ago

How to create link with blade templating

I am trying to write a link (just like ahref) in my VIEW to another VIEW page in the app. How do I...

0 Likes
4 Replies
Solved
posted 8 years ago

Website URL in Blade

Hi, what´s the best way to put the website url (http://www.mydomain.com) into a Blade Template? Get...

0 Likes
1 Replies
Solved

syntax error, unexpected '<'

I'm creating a select in a form and I'd like to loop through 10 options printing out the numbers 1-1...

0 Likes
2 Replies
Solved

Master-Page/Layout Decision Help needed

Hi guys, I am new to the laravel community. Hope everyone is rocking out there. I am working on a we...

0 Likes
2 Replies
Solved

Redirect to home page when trying to load pages

Hello. When trying to load pages like: localhost:8000/auth/register localhost:8000/auth/login it imm...

0 Likes
4 Replies
Solved

Sending view by email

Hello, Do you have complicated methods for doing that? $view = View::make($viewname, $paramArray);...

0 Likes
3 Replies
Solved

Update multiple records using Eloquent

Hi In my controller:` $updaterec = Sme::where('rec_id', '=', $request->id)->update(['rec_id'...

0 Likes
2 Replies
Solved
posted 8 years ago

loading view returns an error

When trying to run the 'dashboard' view - it returns an error in return: ReflectionException in Cont...

0 Likes
1 Replies
Solved
posted 8 years ago

Getting a NotFoundHttpException

when trying to run a view I am getting an error says: NotFoundHttpException in RouteCollection.php l...

0 Likes
4 Replies
Solved

Route, style disappear

Hi all! I'm pretty new to laravel and I have a problem. I using route: Route::get('/home', function...

0 Likes
4 Replies
Solved
posted 8 years ago

Fastest way to search value in array.

Hello everyone. I am wondering what will be the fastest way to find pair value in array in blade. Wh...

0 Likes
7 Replies
Solved

Getting multiple values

I'm using Laravel 4 and I'm trying to get multiple values to display instead of one. When I try, I g...

0 Likes
1 Replies
Solved

Odd Blade? Issue

Not even sure where to start - just looking for maybe a point in the right direction. I've got somet...

0 Likes
2 Replies
Solved

Get all files for form

Hello everyone, How can I get all files from a specific folder to output in the select form field. h...

0 Likes
1 Replies
Solved
posted 8 years ago

How to Count() a collection with a "where" clause.

Hello, I've a collection (tasks) and I want to count inside may blade template only completed tasks....

0 Likes
4 Replies
Solved

jquery datetime picker problem.

Hi I am using jquery datetime picker in my site. this is my code: <link href="/blog/public/c...

0 Likes
11 Replies
Solved

How to pass value to var in template

Hi: I have this view: $post->user->name I can call it in the post page successfully Now i nee...

0 Likes
2 Replies
Solved

Use of undefined constant id

I got this error when i try to see the content. Use of undefined constant id_web - assumed 'id_web'...

0 Likes
10 Replies
Solved

extends() problem

Hi! I'm starting my adventure with Laravel, and unfortunately I encounered a problem. My app templat...

0 Likes
4 Replies
Solved

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.