Js in laravel?

|
2019-09-14 19:49:24
laravel_discuss-13123.jpg
this error for mix require
vikaskumar_99 2019-09-14 19:54:43
rizkyarlin 2019-09-14 19:06:31
use $loop->iteration

Thanks buddy

rizkyarlin 2019-09-14 19:55:45
2019-09-14 19:49:24
this error for mix require

run npm i bulma-carousel

rizkyarlin 2019-09-14 19:55:48
npm i bulma-carousel
2019-09-14 20:02:00
rizkyarlin 2019-09-14 19:55:48
npm i bulma-carousel

is run

rizkyarlin 2019-09-14 20:02:28
then npm run dev
2019-09-14 20:03:43
laravel_discuss-13130.jpg

2019-09-14 20:03:49
error again
Marvixino 2019-09-14 21:11:28
Out of Laravel subject … how this background is made in this site https://interfacelab.io/

interfacelab | mobile . web . desktop . tvinterfacelab
NYC based software development consultancy focused on mobile, web, desktop and tv applications.
ransikoo 2019-09-15 07:03:49
please recommend a free course for use vue.js in laravel ?
isnopitag 2019-09-15 07:12:54
ransikoo 2019-09-15 07:03:49
please recommend a free course for use vue.js in laravel ?

The only thing you need its how to Integrate vue with laravel, you can learn vue with a another course

ransikoo 2019-09-15 07:22:34
i need specialty course about laravel and vuejs
πŸ™‚ 2019-09-15 10:24:48
laravel_discuss-13140.jpg

πŸ™‚ 2019-09-15 10:24:58
How to slove thissa
πŸ™‚ 2019-09-15 10:26:40
But im correctly give database name to model
YashGhantala 2019-09-15 10:52:21
πŸ™‚ 2019-09-15 10:24:48

recreate model

πŸ™‚ 2019-09-15 12:55:16
YashGhantala 2019-09-15 10:52:21
recreate model

Ok but cache make this issue like?

Patricklab 2019-09-15 13:30:38
has anyone here worked with amazon aws
Patricklab 2019-09-15 13:31:07
need some help trying to host up an application on the server but once i enable firewall i cant login using ssh
GauravGohil 2019-09-15 13:44:19
How to properly indent html inside a string using php
GauravGohil 2019-09-15 13:46:10
please help
oxbir 2019-09-15 16:15:59
public function update(FaqRequest $request, Faq $faq)
{
auth()->user()->faq()->update($request->all());
return redirect()->route(‘faq.index’);
}
oxbir 2019-09-15 16:15:59
laravel_discuss-13151.jpg

oxbir 2019-09-15 16:15:59
What is this error
praneet81 2019-09-15 16:39:47
Please show us your blade file for the same
oxbir 2019-09-15 17:03:05
laravel_discuss-13154.jpg

praneet81 2019-09-15 17:06:13
And controller?
oxbir 2019-09-15 17:11:17
oxbir 2019-09-15 16:15:59
public function update(FaqRequest $request, Faq $faq)
{
auth()->user()->faq()->update($request->all());
return redirect()->route(‘faq.index’);
}

This is my Controlller

DesolatorMagno 2019-09-15 17:11:38
oxbir 2019-09-15 16:15:59

Pretty sure you are using
$Guard = []
So it is trying to use every input in the request and _method is one of them.

DesolatorMagno 2019-09-15 17:12:02
The error is very clear.
2019-09-15 18:11:36
laravel_discuss-13160.jpg

2019-09-15 18:11:49
laravel_discuss-13161.jpg

2019-09-15 18:12:03
2019-09-15 18:11:36

return is not work

2019-09-15 18:12:35
2019-09-15 18:11:49

how echo arraye

2019-09-15 18:13:54
laravel_discuss-13164.jpg
is now echo array
2019-09-15 18:13:57
plase help me
2019-09-15 18:14:28
laravel_discuss-13166.jpg
this error
2019-09-15 18:55:52
2019-09-15 18:13:54
is now echo array

please help meπŸ™πŸ½πŸ™πŸ½πŸ™πŸ½πŸ™πŸ½πŸ™πŸ½πŸ™πŸ½πŸ™πŸ½πŸ™πŸ½πŸ™πŸ½πŸ™πŸ½πŸ™πŸ½πŸ™πŸ½πŸ™πŸ½πŸ™πŸ½

GauravGohil 2019-09-15 19:06:41
How to convert all RGB Colors to hex in html file at onetime
mmosttaffaa 2019-09-15 20:14:43
2019-09-15 18:14:28
this error

just replace $products with $products[0] and you should be good. test if it works

mmosttaffaa 2019-09-15 20:15:40
np πŸ™‚
YashGhantala 2019-09-15 22:21:59
πŸ™‚ 2019-09-15 12:55:16
Ok but cache make this issue like?

maybe run composer dump autoload with proper backup

YashGhantala 2019-09-15 22:28:23
YashGhantala 2019-09-15 22:21:59
maybe run composer dump autoload with proper backup

you have 2 ways i) specify table name in model by $table=”table_name” ii) create new model with complate different name and it will be work.

YashGhantala 2019-09-15 22:30:38
YashGhantala 2019-09-15 22:28:23
you have 2 ways i) specify table name in model by $table=”table_name” ii) create new model with complate different name and it will be work.

don’t forget to check table name in your Database……catefully

oxbir 2019-09-16 00:17:17
I want to update a faq form. but I get this error.

> SQLSTATE[42S22]: Column not found: 1054 Unknown column ‘_method’ in ‘field list’ (SQL: update faqs set _method = PUT, _token = Kz2Wkgd44UA3nOVzmE8PhCGH66ywP296UqUQR8m6, title = q, body = q, faqs.updated_at = 2019-09-15 18:55:06 where faqs.user_id = 1 and faqs.user_id is not null)

FaqController.php

public function update(FaqRequest $request, Faq $faq)
{
auth()->user()->faq()->update($request->all());
return redirect()->route(‘faq.index’);
}

edit.blade.php

<form action=”{{ route(‘faq.update’, $faq->id ) }}” method=”post”>
@method(‘PUT’)
@csrf
@include(‘errors.validate’)
<div class=”form-group”>
<label for=”title”>title</label>
<input type=”text” class=”form-control col-md-3″ id=”title” name=”title” value=”{{ old(‘title’) ? : $faq->title }}”>
</div>
<div class=”form-group”>
<label for=”body”>body</label>
<textarea class=”form-control” rows=”10″ id=”body” name=”body”>{{ old(‘body’) ? : $faq->body }}</textarea>
</div>
<div class=”form-group”>
<button type=”submit” class=”btn btn-primary”>save</button>
</div>
</form>

User.php

public function faq()
{
return $this->hasMany(Faq::class);
}

Faq.php

class Faq extends Model
{
protected $table = ‘faqs’;

protected $guarded = [];

protected $fillable = [‘title’, ‘body’];
}

oxbir 2019-09-16 00:19:55
What am I doing?
oxbir 2019-09-16 00:21:43
Can you send complete code?
oxbir 2019-09-16 00:23:03
Why?
oxbir 2019-09-16 00:25:10
payment?
oxbir 2019-09-16 00:25:36
for a answer?

πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘πŸ‘

|