Support the ongoing development of Laravel.io →

2,050 Threads

CSS code not found

Hello..i need some help of css coding...I didn't find css code in my css file....? Anyone know or ca...

0 Likes
0 Replies

How to resize image using Intervention Image?

Hello, I am install Intervention Image package but I need to make resize image here is code $file =...

0 Likes
7 Replies
Solved

Laravel 5.2 Blade template

Hi all, I just started to with larval framework and i am trying to load view page with blade templat...

0 Likes
0 Replies

PDO Foreach in Foreach problems

<?php $query=$db->query("select * from urunmenu",PDO::FETCH_ASSOC); $data=$query->fe...

0 Likes
0 Replies

PHP - Eloquent search on multiple tables no results

I am trying to build a search on my website (using the laravel 5.2). I need to search multiple table...

0 Likes
0 Replies

function helper url() not working

The url () method of the class helpers, does not work! on the local machine works, but it lives retu...

0 Likes
0 Replies
posted 7 years ago

Issue with pagination render

When I did this commit, the menu displayed by the render function on this view disappears. Any idea...

0 Likes
3 Replies
Solved

Some problem with URL (not work when using WWW before the domain)

When i use WWW before the domain my site working and and I have no problems, but if I remove the WWW...

0 Likes
6 Replies
Solved

How to match data from two different database tables and display it

I am looking for a solution which would withdraw essential data used to match other data from a diff...

0 Likes
1 Replies

Patch/Put method yields MethodNotAllowed

I have an edit page reusing a form from my create page that populates the fields by using {!! Form::...

0 Likes
6 Replies

Returning variables to View

Hi I am updating a view. For example, in the view I have 3 variables ($files, $users, $supplier) Is...

0 Likes
1 Replies

How to: Get first N objects in foreach loop

Is it possible to get first Nth ojects in foreach loop. For example i have foreach loop with movies...

0 Likes
1 Replies
Solved

Use include the right way in blade

Laravel 4.2 I am trying to include pages depending on the page URL like so @if(Request::path()==&quo...

0 Likes
1 Replies

Compare variables (blade template)

Hello guys, Trying to compare 2 variables in my view In my controller $files = \File::files('images'...

0 Likes
4 Replies

Pass variable from on function in controller to another

I was wondering about passing one variable from one controller function to another controller functi...

0 Likes
0 Replies

Using javascript for dynamic images in Laravel

I posted this question on stackoverflow, but I'm not getting any helpful answers so I figured I'd tr...

0 Likes
0 Replies
posted 7 years ago

using Request::path() and @include instead of if(isset($_GET)) and switch in laravel

in native PHP I use to do this $var = isset($_GET['val']) ? $_GET['val'] : 1; then switch case 1: in...

0 Likes
5 Replies
Solved

Getting logged out when looping over image requests.

I'm developing an image sharing platform, but when I want to load an page with a lot of images I oft...

0 Likes
4 Replies

How to give values of select dropdown with values from database?

for some reason it doesnt return null anymore though I didnt know why it works. now I want to popula...

0 Likes
1 Replies

Redirect()-> doesn´t work

[ View A] -> ( Form ) -> [ Controller A ] -> [ Controller B ] -> [ View A ] From View A...

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.

© 2024 Laravel.io - All rights reserved.