Is it advisable to jump onto a given framework like laravel?

|
TheFeLuM 2020-10-23 21:14:47
laravel_discuss-56221.jpg

2020-10-23 21:16:43
&
2020-10-23 21:18:52
TheFeLuM 2020-10-23 21:14:47

Hope you’ve already closed the @section

TheFeLuM 2020-10-23 21:19:06
laravel_discuss-56225.jpg

TheFeLuM 2020-10-23 21:19:17
for sure
2020-10-23 21:19:53
And now getting commented code?
2020-10-23 21:20:04
In source?
TheFeLuM 2020-10-23 21:20:10
yes
2020-10-23 21:20:57
Can you remove those ==== lines up n down and try
2020-10-23 21:21:33
You’re commenting your code there
TheFeLuM 2020-10-23 21:22:49
thx you that was problem
heisenberg0123 2020-10-23 21:28:39
laravel_discuss-56233.jpg
does anybody here tried integrating stripe on api?

sources has no create function.. what should I do?

mehrb0d 2020-10-23 22:22:02
can I connect to your pc and check for you?
heisenberg0123 2020-10-23 22:28:28
I sent you a pm
AngelGoitia 2020-10-23 23:08:31
good from controller I make user query but when I want to show something specific example: $ user-> name;

I get an error: Property [name] does not exist on this collection instance.

DesolatorMagno 2020-10-23 23:10:06
->get() return collection (kinda a array of model)
->first return a model
Venusky 2020-10-24 09:53:33
Need help on laravel api project
Venusky 2020-10-24 10:13:41
I have already create my front-end but my problem is how to connect my project to an existing database using by desktop software.
Venusky 2020-10-24 10:14:40
laravel_discuss-56253.jpg

Venusky 2020-10-24 10:14:40
laravel_discuss-56252.jpg

Venusky 2020-10-24 10:15:53
This is my project, so I need to get data on that database and show it on this Web-page
Venusky 2020-10-24 10:16:17
Can somebody help me ?
Bhuvi100 2020-10-24 10:18:07
Venusky 2020-10-24 10:16:17
Can somebody help me ?

Do you know basic php first?

Bhuvi100 2020-10-24 10:18:18
mysqli functions??
Venusky 2020-10-24 10:20:15
Bhuvi100 2020-10-24 10:18:07
Do you know basic php first?

Yes

Bhuvi100 2020-10-24 10:20:33
then laravel eloquent?
Venusky 2020-10-24 10:20:37
Bhuvi100 2020-10-24 10:18:18
mysqli functions??

Yes sir.

Bhuvi100 2020-10-24 10:21:02
Venusky 2020-10-24 10:13:41
I have already create my front-end but my problem is how to connect my project to an existing database using by desktop software.

you need to connect to your own db??

Venusky 2020-10-24 10:21:22
Bhuvi100 2020-10-24 10:21:02
you need to connect to your own db??

No, an distant db

Venusky 2020-10-24 10:21:43
That software are make with Windev
Venusky 2020-10-24 10:22:31
But I Just have to get some list of element on his db, show it and also modify
shaddieh 2020-10-24 10:24:41
Hello Guys.. am Through taking PHP Basics and Some little Object Oriented . is it advisable to jump onto a given framework like laravel ?
2020-10-24 10:26:12
Yes, it’ll help you learn more quickly.
shaddieh 2020-10-24 10:26:46
2020-10-24 10:26:12
Yes, it’ll help you learn more quickly.

Thanks Pal

2020-10-24 10:27:29
U know framework is set of functions and utilities
2020-10-24 10:28:17
Laravel will do some basics in background, while core php u need to write… No much difference.
Khalilurag 2020-10-24 10:35:38
Ping me if you like to join JavaScript community group
TheFeLuM 2020-10-24 11:16:32
hi guys i have a issue, i insert data from my input form olso an image, all data was token and image but is not inserted in databases
TheFeLuM 2020-10-24 11:16:44
laravel_discuss-56274.jpg

TheFeLuM 2020-10-24 11:16:58
laravel_discuss-56275.jpg

Bhuvi100 2020-10-24 11:17:48
TheFeLuM 2020-10-24 11:16:32
hi guys i have a issue, i insert data from my input form olso an image, all data was token and image but is not inserted in databases

$addelement->save();

TheFeLuM 2020-10-24 11:22:30
laravel_discuss-56277.jpg

Symoh 2020-10-24 11:52:33
TheFeLuM 2020-10-24 11:22:30

Go to model and put protected timestamp

Joesmith123 2020-10-24 11:58:06
Hello Everybody. can we use laravel to.implement an ERP what packages do u suggest to resolve.
TheFeLuM 2020-10-24 11:58:52
Symoh 2020-10-24 11:52:33
Go to model and put protected timestamp

laravel_discuss-56282.jpg

TheFeLuM 2020-10-24 11:59:09
laravel_discuss-56283.jpg

TheFeLuM 2020-10-24 11:59:59
it say must be public so i set public and got that error
wizard Cerdo 2020-10-24 12:25:16
Guys how to create multi auth in laravel 8
LefmyHans 2020-10-24 12:43:03
Could anyone have the files related to formvalidation.io please ?
2020-10-24 15:07:20
laravel_discuss-56291.jpg

|