Support the ongoing development of Laravel.io →

1,478 Threads

Undefined Variable Laravel 4

Hi all, Im relatively new to laravel, but have been doing PHP for the last year with MySql, Im curre...

0 Likes
17 Replies
Solved

Laravel 5.4 call js class from blade

So i've upgraded a project i'm working on to 5.4 version and wants to take advantage of webpack. so...

0 Likes
0 Replies

Edit view from admin panel?

I want to add on my site feature, to add ADvertisement block in custom place of my templates. Exampl...

0 Likes
0 Replies

Blade: Form::select forcing escape?

I've had this code running since L4.3. With the latest update to L5.3.30 + the dependencies, it ap...

0 Likes
0 Replies

Boostrap glyphicons not working with out of the box laravel 5.

Hello. I cannot see glyphicons with laravel 5. I tried putting /fonts direcory into /public laravel...

0 Likes
3 Replies
posted 7 years ago

my google map not show

i use conford googlemapper and i follow every step but my map no show this my MapController my MapCo...

0 Likes
1 Replies
posted 7 years ago

How to restrict the master.blade.php for admin section ?

Dear Friends, I am using an admin section (localhost:8000/admin) for adding data to backend. It use...

0 Likes
1 Replies

Return View with, dynamically with added data

I want to add extra variables onto my return function. How can I do this? <?php namespace Ap...

0 Likes
1 Replies

How can I change the language of errors in laravel 5.1 dynamically?

I have been using the helper app()->setLocale(session('lang')); However, I can get to change the...

0 Likes
0 Replies

How can I adjust the position of the signature to be more dynamic (laravel dompdf)?

My controller is like this : public function listdata(Request $request) { ... $pdf = PDF::loadV...

0 Likes
0 Replies

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 10 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

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.