Support the ongoing development of Laravel.io →

1,478 Threads

how to put some parameters out of view (blade) file?

I have in some blade PHP files put following row with definition of parameter: <?php $WebBasicLo...

0 Likes
0 Replies

Problem routing

After loading the view with the columns, there are three opciones: add data, edit or remove current...

0 Likes
2 Replies

Managing multiple models with a single set of index/create/edit views

I have a large number of models, mainly ones that only have columns like name, description. What wou...

0 Likes
8 Replies

Use of undefined constant id

I got this error when i try to see the content. Use of undefined constant id_web - assumed 'id_web'...

0 Likes
10 Replies
Solved
posted 8 years ago

laravel blade Call to undefined function rating_form()

Hello, I'm very new in laravel and php and hope that somebody can help me. I want to add this code:...

0 Likes
0 Replies

Array to form

I have database outpu like [{"lessonTypeId":"1"},{"lessonTypeId":"...

0 Likes
2 Replies

laravel 5 i have installed illuminate/html via composer and still have HTML Class errors

These are the steps i have done to enable HTML and Form into laravel 5 I have added illuminate/html...

0 Likes
3 Replies

Laravel query controller support

I have in controller : $lista = Lesson::where('id', $id_less) ->with(['user' => function ($q)...

0 Likes
0 Replies

extends() problem

Hi! I'm starting my adventure with Laravel, and unfortunately I encounered a problem. My app templat...

0 Likes
4 Replies
Solved
posted 8 years ago

How make this in laravel

I have this code in template blase: @section('views', $post->views) when i call the views from t...

0 Likes
2 Replies

Adding extra css and js

Hello world! I am quite new to laravel. Need to add some extra js and css in my own admin. I have la...

0 Likes
2 Replies

Integrating the front-end workflow

I am learning Grunt, NPM, bower and GIT and am making my front-end html as a separate project. By th...

0 Likes
0 Replies

Create and Edit in same view not working

Halo, I am using same view to create a form and edit it. But the edit is not working. Below is the c...

0 Likes
3 Replies

The Laravel simple from is not returning anything.

Routes.php Route::post('/status', [ 'as' => 'status', 'uses' => 'StatusController@po...

0 Likes
4 Replies
Solved

Iterating over Nested Data

I'm trying to upgrade a legacy app and there I basically need to echo out a bunch of hierarchical da...

0 Likes
2 Replies

Dynamic form with different fields from different tables

Hello friends, I have five tables and all of them have different number of columns. I want to create...

0 Likes
1 Replies

External script (vBulletin) inside Laravel application, using Blade

Hello. I recently finished my website's transition to Laravel and all that is left is the current fo...

0 Likes
0 Replies
posted 8 years ago

Everything is not being shown in a @yield section

I am currently working on my first project in Laravel 5. However I am having issues with my views. I...

0 Likes
8 Replies

Create server side script

I am new to laravel Detailed explanation: I am creating quiz contest website.I have a timer in which...

0 Likes
1 Replies

welcome.blade.php laravel 5 not rendering

Hey Guys, I am new to using laravel, I installed and created new laravel project successfully in my...

0 Likes
1 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.