Can you add validation on request file before store?

|
2021-01-27 21:17:58
2021-01-27 21:17:39
https://prnt.sc/xq08la

is this laravel site debuggin mode on?

veddishant 2021-01-27 21:21:22
sohilstha 2021-01-27 21:12:35
Then how to make one while using jetstream i just recently try to use it so i am not quite familiar with it

Jetstream default provide basic auth and auth misc. service its already included in that packGe

sohilstha 2021-01-27 21:22:03
veddishant 2021-01-27 21:21:22
Jetstream default provide basic auth and auth misc. service its already included in that packGe

I want to use it in admin panel

veddishant 2021-01-27 21:22:20
2021-01-27 21:17:58
is this laravel site debuggin mode on?

Did you install laravel telescope package ?

2021-01-27 21:22:58
veddishant 2021-01-27 21:22:20
Did you install laravel telescope package ?

this is not my server

2021-01-27 21:23:13
i see that error when i try to sign up on their site.
prime 2021-01-27 21:51:59
when i change the contents of React example component in laravel 8 there is no change at the output…. i need help
prime 2021-01-27 22:45:50
i need help on how to use react component in laravel 8
2021-01-27 23:23:39
theman_behind 2021-01-27 20:15:03
Why is everyone looking?

Well we got projects to be worked on that’s why

2021-01-28 00:13:49
http://temukansaya.com/
2021-01-28 00:14:13
help to give some suggestion for me to improve this site
2021-01-28 00:14:24
based on laravel 7
2021-01-28 00:15:01
2 weeks from zero and i just got this’
2021-01-28 00:15:27
just playing around with layouting
Kvn_makwana 2021-01-28 00:46:09
Hello to everyone,

Let me introduce myself.

My name is Kevin Makwana and I am PHP (LARAVEL) developer.

In my career of over 3.5+ years in this industry, I’ve developed Websites, Web applications, Rest API, and ERP solution.

If anyone is looking for developer then please let me know.

2021-01-28 00:47:22
cool
2021-01-28 00:47:34
goodluck dude
danangs57 2021-01-28 01:55:00
laravel_discuss-68228.jpg

danangs57 2021-01-28 01:55:01
laravel_discuss-68229.jpg

danangs57 2021-01-28 01:56:14
Heyy yall eloquent masters
What should i do to get only 1 relations data
danangs57 2021-01-28 01:56:26
I only need one, those codes gave me all of em
danangs57 2021-01-28 01:57:33
When i write first() / limit(1) / take(1), it only apply to the first data
danangs57 2021-01-28 01:57:43
Pls kindly help
danangs57 2021-01-28 02:03:12
danangs57 2021-01-28 01:57:33
When i write first() / limit(1) / take(1), it only apply to the first data

On with() callback, it works only for the first parent row, the rest of the parents is got null relation

simon_an 2021-01-28 06:05:57
https://m.youtube.com/watch?v=CtNmAjlnQ1c

Resizing and writing texts on Images in Laravel 8 – Intervention Image packageYouTube
00:00 – Introduction and Image upload in Laravel 833:27 – Displaying the uploaded image in the browser41:55 – Resizing Images in Laravel 8 using Image Interv…
theman_behind 2021-01-28 07:49:46
2021-01-28 00:14:13
help to give some suggestion for me to improve this site

Make it responsive too

The_ark3 2021-01-28 07:52:14
kindly who knows how to generate laravel reports
The_ark3 2021-01-28 07:52:42
any materials…
2021-01-28 08:06:20
danangs57 2021-01-28 01:56:26
I only need one, those codes gave me all of em

Use ->with(“relations:id,name”)
This gives you only id and name from the relations data

Muk Bh 2021-01-28 10:30:57
Call to member function store() on null
Muk Bh 2021-01-28 10:31:07
Trying to upload file
Muk Bh 2021-01-28 10:31:38
laravel_discuss-68246.jpg

Muk Bh 2021-01-28 10:33:32
laravel_discuss-68247.jpg

veddishant 2021-01-28 10:37:19
Muk Bh 2021-01-28 10:33:32

Can you add validation on request file before store?

Muk Bh 2021-01-28 10:48:22
Ok ..I will try.thanx
|