Laravel 2021-01-10 19:44

|
jimmy Shukurov 2021-01-10 19:44:25
hypernxf 2021-01-10 19:43:30
change the format of view to

return view(‘home’, compact(‘data’));

Exactly

2021-01-10 19:57:36
laravel_discuss-66154.jpg
Same error
2021-01-10 19:58:40
laravel_discuss-66155.jpg
This is my code
2021-01-10 19:59:26
laravel_discuss-66156.jpg
This is the view
jimmy Shukurov 2021-01-10 20:07:39
What browser do u use
2021-01-10 20:10:16
Chrome
jimmy Shukurov 2021-01-10 20:11:03
Open ur inspector
jimmy Shukurov 2021-01-10 20:11:19
To find problem
hypernxf 2021-01-10 20:26:29
Put it in Line 1
hypernxf 2021-01-10 20:26:39
not Line 29
Frères Python 2021-01-10 20:27:30
Accomplissez des missions en ligne et gagnez de l’argent avec ce navigateur Google.

https://cryptotabbrowser.com/18078770

CryptoTab Browser – Lightweight, fast, and ready to mine!CryptoTab Browser
CryptoTab Browser is the world’s first web browser with built-in mining features. Familiar Chrome user interface is perfectly combined with extremely fast mining speed. Mine and browse at the same time!
2021-01-10 20:43:49
I wrote a feature to upload I want to resize photos but I have a few different sized photos How to do this to resize
prime 2021-01-10 20:43:57
how can i send checkbox input to the database…am using laravel….
jimmy Shukurov 2021-01-10 20:55:21
prime 2021-01-10 20:43:57
how can i send checkbox input to the database…am using laravel….

Post request

nanribet 2021-01-10 23:26:33
Hello friends

I’m working with a voyeger package and I created a bread but when I click on d bread it tell me I do not have permission to that page

Siberfx 2021-01-10 23:55:55
well I dont know if there are more than few who uses voyager package
Roham0010 2021-01-11 01:12:07
2021-01-10 20:43:49
I wrote a feature to upload I want to resize photos but I have a few different sized photos How to do this to resize

The question is not clear for me so just throwing my thoughts, take a look at intervention package

Roham0010 2021-01-11 01:13:24
cod3r_rn 2021-01-10 19:40:20
Can anyone help me
I need to get the a specific column data into array which is will be used for for loop
So how to make the datas to arrray

Use ->toArray()

2021-01-11 02:21:58
I need a backend mentor 😩
behnamzgh 2021-01-11 05:11:45
2021-01-11 02:21:58
I need a backend mentor 😩

Hi send a message to me

Jomitz 2021-01-11 05:38:46
2021-01-10 20:43:49
I wrote a feature to upload I want to resize photos but I have a few different sized photos How to do this to resize

You could use image intervention to resize in the backend or use cropper js to do it in the front end your choice

TecherrorNR9 2021-01-11 06:08:12
Can anyone tell me what type of questions are asked in the Laravel interview
TecherrorNR9 2021-01-11 06:08:23
TecherrorNR9 2021-01-11 06:08:12
Can anyone tell me what type of questions are asked in the Laravel interview

Please

TecherrorNR9 2021-01-11 06:10:00
TecherrorNR9 2021-01-11 06:08:12
Can anyone tell me what type of questions are asked in the Laravel interview

Please help me 🙏

AlaaDq 2021-01-11 07:34:03
Hello
Can I run laravel 7
With php 7.0.0 version ?
hypernxf 2021-01-11 07:34:57
No
hypernxf 2021-01-11 07:35:17
I think minimum requirement is 7.2
2021-01-11 08:29:32
TecherrorNR9 2021-01-11 06:08:12
Can anyone tell me what type of questions are asked in the Laravel interview

Eloquent ORM
Routes
Middleware
Queue Jobs
Migration
Seeder

2021-01-11 08:31:45
About env file
Php Artisan
rebory 2021-01-11 08:55:08
{{ dd(env(‘APP_URL’)) }}
rebory 2021-01-11 08:55:31
return null every env var how i get the values in blade
AlaaDq 2021-01-11 08:56:48
hypernxf 2021-01-11 07:35:17
I think minimum requirement is 7.2

So there is no way to achieve that

rebory 2021-01-11 08:57:10
rebory 2021-01-11 08:55:31
return null every env var how i get the values in blade

pls help me

Parsa212 2021-01-11 08:58:17
rebory 2021-01-11 08:55:31
return null every env var how i get the values in blade

Use config instead

hypernxf 2021-01-11 08:58:25
AlaaDq 2021-01-11 08:56:48
So there is no way to achieve that

not that I know of.

|