Support the ongoing development of Laravel.io →

1,490 Threads

<code> tag in blade

I want to use <code> tag within a blade template that shows php and if I add the <?php ?>...

0 Likes
0 Replies

How to use form text input to delete an entry from a collection?

edit: example of bad logic and time loss. yet useful experience! Goal: I want to have a form input f...

0 Likes
2 Replies
Solved
posted 9 years ago

pass variable in @include section

I am trying to refer variable inside @include('partial', ['somevar' => $var, 'otherVar' => $ot...

0 Likes
2 Replies
Solved

Laravel 5.1 - Passing Variable From a View to Another View

Hi, I want to have two buttons in the home page (Writer & Reader) and these buttons will direct...

0 Likes
2 Replies

Laravel 5.1 Manual Pagination not working as expected

I am having issues when creating my own paginator that the same collection of rows is always returns...

0 Likes
4 Replies

dynamically load views partials

Hello i have an issue when it comes to display my creating product form. The main problem is that i...

0 Likes
2 Replies
Solved

i am newbie on laravel . How to exact resize image on the fly ?

i want to resize my images when it is being uploaded from the controller. please provide me a soluti...

0 Likes
2 Replies

Charset problem

Hi, i have a problem, i want use ISO-8859-1 charset, but laravel does not want. i show you the probl...

0 Likes
8 Replies
posted 9 years ago

Access to Url path

Hi, i have an url like: "www.myapp.com/other-param" and i need to print in my view "/...

0 Likes
1 Replies
posted 10 years ago

AngularJS in laravel forms (blade)

Hi, In short; is it possible to use angularJS inside the form helpers provided by blade fx. ng-model...

0 Likes
3 Replies
Solved

Having issues with relationship tables and eloquent

I'm having issues with a relationship table and pulling the data from the lookup table. I have a mem...

0 Likes
4 Replies
Solved

Loading views with (ajax?)

So I am currently developing my onepage portfolio and have decided to try and learn some Laravel in...

0 Likes
4 Replies

Compare two objects in foreach

I have two arrays of objects and I want to check if ids of elements of both are the same then select...

0 Likes
0 Replies
posted 9 years ago

I have one problem at the route.php

Route::get('home', function(){ return view('user.aktif'); }); Route::get('home/aktif-miller', fu...

0 Likes
1 Replies

Getting content of a view file and display it using ajax request

As far as you can understand from the topic, my aim is getting the contents of a view file using an...

0 Likes
4 Replies
Solved

Get subcategories if they available in categories

I'm retrieving data from two tables which are categories and subcategories. categories cat_id contai...

0 Likes
0 Replies

How to retrive data from database to a treeview using laravel

My requirement is to construct the treeview using database values.(I'm not using eloquent here. Inst...

0 Likes
1 Replies
Solved

My laravel code is a mess :(

How do you structure your code with Laravel 5.1 ? Your files? Your routes? Controllers & Models?...

0 Likes
6 Replies
posted 10 years ago

&#65279 character

Hello, I have this issue where I think Laravel adds &#65279 character randomly (or not?) at the...

0 Likes
1 Replies

Should I grab all the data and pass to the view, or can I also fetch data from view.

Hi, So I have a lot of data from many models to pass into my view. and my view is broken up into man...

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.