Support the ongoing development of Laravel.io →

353 Threads

Use blade outside laravel

Hello everyone, I would like to know if there is a way to use the laravel view outside of laravel ?...

0 Likes
13 Replies
Solved

Input::all() not receiving all data from form

When using both 'touchspin' and 'ichecks' to theme text and checkbox fields with the form also being...

0 Likes
2 Replies
Solved

Blade verify if section exists

Im building a master page, and atm Im trying to check if a section exists before yielding so i can y...

0 Likes
2 Replies
Solved

SQLSTATE[42S22]: Column not found: 1054 Unknown column

I have 2 models class BrandModel extends Model { protected $table = 'brand'; public functi...

0 Likes
2 Replies
Solved

highcharts error

I am new to Laravel, so sorry if this is a simple question. I am trying to incorporate high charts i...

0 Likes
1 Replies
Solved

Special characters in controller not passing to view

Hi. Example in one controller: return 'À'; The string comes blank due to the accent, if i change to...

0 Likes
1 Replies
Solved

Export to excel

Hi I use this to display data on my form after the user selected criteria for the report: @foreach($...

0 Likes
9 Replies
Solved

Date and Time difference

I am trying to achieve the fallowing: In the database i have a start_date , expiration_date, updated...

0 Likes
5 Replies
Solved
posted 8 years ago

Binding form to model not working

Hi to all, I have a fresh installation of Laravel 5.2.9 with LaravelCollective/Html 5.2.4. I have a...

0 Likes
3 Replies
Solved

Get all row from a database table to controller and display them in view

I am trying to query all of the info from "service" table and display it in view using for...

0 Likes
3 Replies
Solved
posted 8 years ago

Set the page title

Obviously red the documentaion om Blade Templates but doesn't really get it. I succeded in calling t...

0 Likes
3 Replies
Solved
posted 9 years ago

Plain Text Email & Line Breaks

How does one add a line break to the plain text version of an email message when using a blade templ...

0 Likes
4 Replies
Solved

Just show a form

In my routes.php I have: <?php Route::get('/post/new', [ 'uses' => 'BlogController@newPost',...

0 Likes
9 Replies
Solved

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

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
posted 10 years ago

Getting the first element of a foreach

Is there a way i can get the first element of a foreach (in a blade)? Something like this: @foreach...

0 Likes
10 Replies
Solved

CRUD, Having Problem with Update and delete data

Hi can someone help me??please, I'm having problem with updating and deleting data when I'm trying t...

0 Likes
4 Replies
Solved
posted 8 years ago

Render View Without Route, Outside of App. Can it be done?

I have some blades that generate dynamic JS based on some environment configuration variables. My g...

0 Likes
4 Replies
Solved

BLADE do not accept ISO-8859-1

laravel version 5.1.28 -- route.php --- Route::get('/w2', function () { $taskName=DB::table('ta...

0 Likes
1 Replies
Solved
posted 8 years ago

Call custom blade directive with a variable

Hi folks, I would like to know how can I do to call a custom directive with blade, considering these...

0 Likes
5 Replies
Solved

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.