Support the ongoing development of Laravel.io →

2,053 Threads

many-to-many from the same table

Hello everyone. I need to create a feature of user following. So I could let users follow each other...

0 Likes
2 Replies

fetch multiple images from Database

Hi I have stored my images in database using implode function images are in database like array ima...

0 Likes
4 Replies

Injecting a child View into another View through Controller variable

Hi, This is my first post on this site as well as a question about my first project built with larav...

0 Likes
0 Replies
posted 9 years ago

Email template builder

I have a CRM where users are able to send mail to customers. The mails is blade templates where the...

0 Likes
1 Replies

Laravel 5 HTML/CSS Convert To PDF

Is there any package or any library to convert from html/css to pdf. I have try these https://githu...

0 Likes
3 Replies

Displaying not the id, but the name of a certain data from a table connected with foreign key. - Laravel 5.2

I'm trying to pass data to my view and i want to visualize the name of some records not the id so in...

0 Likes
2 Replies

onClick Data is not coming on my view using ajax laravel 5

#This is my ajax <script> $(function(){ $('.click').click(function(){ alert($(this).attr('hr...

0 Likes
3 Replies

Formatting a message

Laravel 5.2 Hello I have this message in my controller: public function postIndex(SaveProfileRequest...

0 Likes
2 Replies
posted 8 years ago

Render View Without Route, Outside of App. Can it be done?

I have some blades that generate dynamic JS based on some environment configuration variables. My g...

0 Likes
4 Replies
Solved

help with identifier and parameter

I want to make uri something like this : localhost:8000/products/productname Route::get('/products/{...

0 Likes
3 Replies
Solved
posted 9 years ago

Streaming video files with Laravel

I am using the following code to try to serve video files on my server (I'm not just linking to the...

0 Likes
5 Replies

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

deleting a record via a delete link in a table

Hello everybody. I would like to create an administration page for my users on my website. For this...

0 Likes
3 Replies

Laravel 5: Before redirct set validtion error to view page

i am calling the form from ajax and after submitting the form, validation error message not showing,...

0 Likes
6 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

Unable to ROUTE links of KCFinder in CKEditor in Laravel 5.1

Hello, I am new to Laravel. I am trying to use CKEditor with KCFinder (File browser). I have impleme...

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

5.2 - How to use cookies?

Hi. In the past we use to do something like Cookie::get() - Cookie::set() - Cookie::forever() but th...

0 Likes
2 Replies
posted 8 years ago

L5.1 Form input breaks form

Been battling with this for days ... really hope someone can see what I'm missing I have a form that...

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