Support the ongoing development of Laravel.io →

1,468 Threads

Remove Empty Line Breaks from Source View

So besides a functional application I also want my source view to look a bit more decent. However I...

0 Likes
2 Replies
posted 9 years ago

Get filenames in some directory

Hello, I'm trying to create feature, that would list all files in specified directory, and echo out...

0 Likes
6 Replies

Create Admin Panel

Hi, I want to create admin panel in my project. Please provide me steps for admin panel creation Tha...

0 Likes
4 Replies
Solved

Pagination wrongly displayed

Hi, when using pagination, I get the page numbers in three places, twice just after the body tag (kn...

0 Likes
2 Replies
posted 7 years ago

Create Variable in the page

How to create variable and store a default value in view blade.

0 Likes
1 Replies

Creatinf page content

Hi, here is a basic question I'm working on the same website which i have been asking questions abou...

0 Likes
1 Replies
Solved

Send an array as parameter value to route

Hey, How can I pass an array variable to the Laravel Controller using GET method? My route is define...

0 Likes
1 Replies

How to set a variable in blade (laravel 5.3)?

I try like this : ... @if(is_null($key['p3'])) {{--*/$p3 = $key['p3']/*--}} @else...

0 Likes
1 Replies
Solved

a css file for my sepcific div

So here is the thing, there is account section on left side of my page, I'm calling account from a f...

0 Likes
1 Replies
Solved

How to store user avatar into another table and access?

I am creating user profile page. For that i have two tables 1 is user and another is user_avatar now...

0 Likes
0 Replies
posted 7 years ago

Understanding the route method in laravel

I have the following a tag in my code , like below: ```<a href="{{ route('showQualityResult'...

0 Likes
1 Replies

Please help, setting anchor link problem, gives ERROR...

In my laravel application, when I am trying to link the username of the person who has posted in the...

0 Likes
1 Replies

why fa-angle-left icon in adminlte laravel infyom generator untidy?

I get the adminlte from here : https://github.com/InfyOmLabs/adminlte-generator In here : https://gi...

0 Likes
0 Replies

How to join in laravel infyom generator?

My controller is like this : <?php namespace App\Http\Controllers; ... class UserController ex...

0 Likes
0 Replies
posted 7 years ago

Creating dynamic links in Laravel 5.3 blade templates

In my routes/web.php: Route::get('/foo', 'FooController@index')->name('route.here'); In my contr...

0 Likes
2 Replies

Many to many pivot table issue / show all users with their role

I want to get all users: $users=User::get(); After that i want to se for every of them the role. fo...

0 Likes
1 Replies

Laravel with vou resorce(Get request)

Hello everyone, im new with laravel and vue resource and i need help to find how to pass variables f...

0 Likes
0 Replies
posted 7 years ago

Echoing the domain I'm 301 redirecting

I'm redirecting a secondary domain in my routes: Route::group(['domain' => 'http://olddomain.com'...

0 Likes
1 Replies
posted 9 years ago

Creating a themed site

I am looking to build an app where themes can be switched easily to change entire site outlook. Much...

0 Likes
8 Replies

How to pass multi array to composer laravel

I'm trying to pass 2 arrays to a base view in laravel but I can't find the way to figure it out. It...

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.