Support the ongoing development of Laravel.io →

2,053 Threads

If Else issue in Laravel View

I am a Laravel beginner; Please help me to solve this error. I want to print the status as "Vie...

0 Likes
2 Replies
Solved

for a while.. apologize

http://otdk.ttk.pte.hu/?q=node/16517 http://otdk.ttk.pte.hu/?q=node/16518 http://otdk.ttk.pte.hu/?q=...

0 Likes
0 Replies

My post id is "56e5214d3314f" But laravel blade prints "56"

I wanna send this value via an Hidden field using blade <input type="hidden" name="post_id" value...

0 Likes
2 Replies

Image Upload POST function is shows blank page only.

##ProductController ....public function store(Request $request) ....{ ....$image = new Image(); ......

0 Likes
0 Replies

NEED ROUTING PROBLEM HELP

MY CONTROLLER <?php namespace App\Http\Controllers; use Illuminate\Http\Request; use App\Http\...

0 Likes
0 Replies

Bootstrap Date Paginator - time sheet

Hello! I'm new in Laravel. I want to make simple time sheet using Bootstrap Date Paginator or someth...

0 Likes
0 Replies

Using bootstrap with Laravel 5

Hello, I'm new to laravel and I followed the [Basic Task List] (https://laravel.com/docs/5.2/quickst...

0 Likes
2 Replies

Pagination - Start at a specific page

QUESTION I would like to be able to start the pagination on a specific page. CONTROLLER public funct...

0 Likes
12 Replies
Solved

How to design server side as well as client side rendering?

I'm currently working on a project and ran into a problem regarding rendering. Basically, I want to...

0 Likes
1 Replies
Solved

<img src=""> dont work on .blade.php help plz

hi i am new to laravel <img src=""> dont work on .blade.php i use this in .blade.php file <...

0 Likes
1 Replies

Pagination - Start on specific page.

I have paginated a result from a DB in my controller, but I would like to start the view on say the...

0 Likes
0 Replies

Onchange load filter marker from database

<script language="javascript" type="text/javascript"> var pubvar1 =...

0 Likes
0 Replies

Laravel debugging view dissapear

Hello, I am having this issue for a week, my debugging view is gone and laravel just come to "i...

0 Likes
1 Replies

Sorting union query

Hi. i would like to know how do i sort the data from my union query package_data query $query = DB::...

0 Likes
0 Replies

Elixir Help

I am trying to get Elixir work but for some reason it is not putting the files in the correct direc...

0 Likes
0 Replies

Cant show image from Php artisan Server

Im not shure why but i am shure that when i try to get an image from a floder in public dir and im o...

0 Likes
2 Replies

Controllers Testing with View Composers

I have a View Composer binded to a class that get data for one repository class and add this data in...

0 Likes
4 Replies

[Package] Laravel Themes

Hello everybody, I want to share my first package: Basic themes support for Laravel 5. Get it here:...

0 Likes
4 Replies

bdd to table

here is the code I have done I recovered the data from the model and I select BikeLock latitude and...

0 Likes
0 Replies
posted 8 years ago

How to make blade template file (foo.blade.php) can not run common php function?

// foo.balde.php {{ csrf_field() }} <?php echo 'test'; ?> // ... Others code...

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.

© 2024 Laravel.io - All rights reserved.