Hi friends, when I write hasMany it gives me error but when I write hasOne its okay, why?

|
2021-02-14 13:45:33
heisenberg0123 2021-02-14 11:19:33
I bought a vps plan and domain on hostinger. How can I use the domain in vps?

go to domain setting that you buy, then active it first.

zmurf 2021-02-14 13:47:35
❤️ ᴍɪɢʜᴛⓨ 🌹 2021-02-14 12:05:35
In laravel, How to fetch wikipedia content by api or by search bar please help me

maybe in php? Laravel is just framework

natghi2010 2021-02-14 13:51:30
Anyone have exp in scraping?
imhajiiii 2021-02-14 13:57:50
laravel_discuss-70157.jpg
why in error?
zmurf 2021-02-14 13:59:07
imhajiiii 2021-02-14 13:57:50
why in error?

counpons not coupons

alirezamohammadidoost 2021-02-14 14:00:50
imhajiiii 2021-02-14 13:57:50
why in error?

livewire component not found.

Batu157 2021-02-14 17:26:38
Hi guys, I’m just wondering how https://www.stconsultores.com/metodo-stc/ did that effect on incrementing numbers or chats, that only happens on scroll… Any ideas of libraries?

Método STC – ST ConsultoresST Consultores
project management, project monitoring, consultoría edificación, gestión técnica de activos, análisis de mercado, consultoría estratégica, due diligences, arquitectura e ingeniería, actuaciones técnicas, informes técnicos, certificación energética, evaluación ratings oficinas,rics, spanish property survey
mustafabugra 2021-02-14 17:50:07
Hello Everyone,
I have been looking for multi-authentication with Laravel 8 & Fortify.
My Admin panel and and User Frontend has complete different design and their own seperate login pages. What I want to achieve is using domain.com/login for users and domain.com/adminpath/login for admin logins. However Fortify only generates route for one login system.
Closest one I found is using a subdomain for admin panel (https://max-eckel.dev/posts/multi-guard-authentication-with-laravel-fortify) Rest of examples I found in general using role-based authentication and redirecting after login.

Is there any way to achieve this?

Thanks.

2021-02-14 18:36:12
laravel_discuss-70170.jpg
hi friends, when I write hasMany it gives me error but when I write hasOne its okay, why?
RahiMSuleymaN 2021-02-14 19:44:07
Hi everyone I want to sort array.But can not use array_* functions( because it is a olympia question)
RahiMSuleymaN 2021-02-14 19:44:36
laravel_discuss-70175.jpg

RahiMSuleymaN 2021-02-14 19:44:50
laravel_discuss-70176.jpg

RahiMSuleymaN 2021-02-14 19:45:13
how can I solve it?
RahiMSuleymaN 2021-02-14 19:45:23
thanks in advanced
zmurf 2021-02-14 19:53:18
RahiMSuleymaN 2021-02-14 19:45:13
how can I solve it?

search for sorting algorithms?

Lovesha Sharma 2021-02-14 19:58:36
laravel_discuss-70181.jpg

Lovesha Sharma 2021-02-14 19:58:59
laravel_discuss-70182.jpg

Lovesha Sharma 2021-02-14 19:59:23
Else part kiu chl raha hai isme ?
Dadeyaradmin 2021-02-14 21:42:57
laravel_discuss-70188.jpg
what the meaning of ^ sign in this picture?
Batu157 2021-02-14 21:45:01
Dadeyaradmin 2021-02-14 21:42:57
what the meaning of ^ sign in this picture?

Above

Dadeyaradmin 2021-02-14 21:46:35
Batu157 2021-02-14 21:45:01
Above

just Above or equal and Above ?

rijisoft 2021-02-14 22:34:24
Hi
i want to create a pdf for user to download it
the pdf id contains a text and some images
this is my code

$data[‘images’] = Image::get_my_images();
$data[‘text’] =’some_text_here’;
// return view(‘pdf.advice’ , $data);
$html = view(‘pdf.advice’ , $data)->toHtml();
$pdf = PDF::loadHTML($html );
$fileName = ‘reports/report’.$case->id.’.pdf’;
@unlink($fileName);

pdf layout also contains a header image , a content for text and images and a footer images
the problem is images dosen’t show on pdf
i use dompdf package
but images shows on view very well

anyone can help me?

Batu157 2021-02-14 23:04:27
Dadeyaradmin 2021-02-14 21:46:35
just Above or equal and Above ?

Equal and above

Batu157 2021-02-15 00:50:32
Batu157 2021-02-14 17:26:38
Hi guys, I’m just wondering how https://www.stconsultores.com/metodo-stc/ did that effect on incrementing numbers or chats, that only happens on scroll… Any ideas of libraries?

any tips?

itsvahid_ab 2021-02-15 01:03:15
Batu157 2021-02-15 00:50:32
any tips?

looks like it just starts counting the numbers up on a javascript scroll event

Batu157 2021-02-15 01:17:28
it should exist some kind of library that does that i guess
itsvahid_ab 2021-02-15 01:45:54
Batu157 2021-02-15 01:17:28
it should exist some kind of library that does that i guess

search for “count up on scroll libraries”

itsvahid_ab 2021-02-15 01:46:04
there are couple of them
Batu157 2021-02-15 01:46:18
itsvahid_ab 2021-02-15 01:45:54
search for “count up on scroll libraries”

Thanks dude

badari00 2021-02-15 02:17:28
Heloo
2021-02-15 08:13:14
Guys is there an api that i can use to download youtube videos to gallery
susheelk985 2021-02-15 08:19:38
syntax error, unexpected ‘Parser’ (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)”, “exception”: “ParseError”, vendor/lcobucci/jwt/src/Configuration.php”, “line”: 22

how to fix this?

dhenish 2021-02-15 10:51:37
anyone help me how to fraction value conert into decimal javascipt
Jomitz 2021-02-15 11:04:12
dhenish 2021-02-15 10:51:37
anyone help me how to fraction value conert into decimal javascipt

use the toFixed() function

imkb 2021-02-15 11:57:19
How to block reserved booked time
|