Support the ongoing development of Laravel.io →

1,485 Threads

how to upload image with blob data type in database and display from database to view? i try to somthing like this>>

// controller public function saveImage(){ $image = new Image(); $img = Input::file('image'); $i...

0 Likes
2 Replies

Sort & Filtering with AJAX

Hi All, can somebody advise me which best plugin or way to implement sort & filtering using AJAX...

0 Likes
0 Replies

update data from database using <select onchange()><option> using laravel 5

please help me. how i can update data from database using select option, ajax onchange without submi...

0 Likes
3 Replies

BLADE do not accept ISO-8859-1

laravel version 5.1.28 -- route.php --- Route::get('/w2', function () { $taskName=DB::table('ta...

0 Likes
1 Replies
Solved
posted 9 years ago

Call custom blade directive with a variable

Hi folks, I would like to know how can I do to call a custom directive with blade, considering these...

0 Likes
5 Replies
Solved

Laravel 5 blade views

Hi, This is the first time i'm working with Laravel. I'm really excited. I'm facing a similar issue...

0 Likes
16 Replies

Get selected value from post

Greetings, I have a drop-down box that filters my query data and I would like it to retain the selec...

0 Likes
6 Replies
posted 10 years ago

How to get Font Awesome icons to show up when using link_to_route()

I can't seem to figure this out. I am using Font Awesome icons using a CDN. When I create the link...

0 Likes
6 Replies

how to use Form::select category

Hallo , i have problem : htmlentities() expects parameter 1 to be string , i don't know error in Fo...

0 Likes
0 Replies

Laravel 5 Blade Variable Assign In Template: Bladeset

Hi Folks, As you may know there is no operator to set vaiables in Blade templates. For this need, I...

0 Likes
0 Replies

What to use when trying to layout a form?

Hi all. I'm fairly new to Laravel but am liking it so far. I have been using the blade templates in...

0 Likes
1 Replies

Compile Blade to Memcache

Hi All, Has anyone tried doing this? I would really like to try this out and see if this helps the p...

0 Likes
0 Replies

How to use class="page-break" Laravel ?

Im creating invoice using barryvdh/laravel-dompdf what i want is when charges exist first sheet its...

0 Likes
0 Replies

Append in Javascript Laravel Form (Facade) code

Hi. I'm using ajax to get data and I want to display it in a table along with a form/button that wil...

0 Likes
0 Replies

Laravel 5.1 method render in pagination does not work.

I am trying to implement pagination with ajax + laravel pagination. UserRegistrationQueue.php contro...

0 Likes
0 Replies

how to make a one to many relationship

hey guys i'm trying to make a one to many relationship and i have an error i can't fix , that's my p...

0 Likes
1 Replies

Laravel 4 NotFoundHttpException Need help.

Hi there I am new on this forum so I would like to say Hi first. I am working with Laravel 4. Making...

0 Likes
5 Replies

how can I access my app's model within the envoy.blade.php ?

I have been trying all different combinations for the last 24 hour and there's very little help on h...

0 Likes
1 Replies

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

Use a wildcard in Elixir but NOT combine files

I have a folder, in resources/assets/sass that have 2 files 1.scss and 2.scss I would want to do: el...

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.

© 2025 Laravel.io - All rights reserved.