I dont have experience with laravel and PHP could anyone of you help?

|
2020-08-20 01:54:59
Any body know what should i make to output print in size 80mm ?!
DesolatorMagno 2020-08-20 02:03:31
Use mm instead of pixel.
DesolatorMagno 2020-08-20 02:05:41
Use css for printing specific, you need to remember that the printer’s can have additional margin. Is a work of trial and errors.
Akash_Ranjan_Swain 2020-08-20 05:23:11
Hii everyone one.. Today I have a presentation on Laravel… But I have two doubts…
Akash_Ranjan_Swain 2020-08-20 05:23:37
I don’t know what is exactly Attaching header response
Akash_Ranjan_Swain 2020-08-20 05:23:47
Can anyone elaborate please
Akash_Ranjan_Swain 2020-08-20 05:25:00
laravel_discuss-48294.jpg

Akash_Ranjan_Swain 2020-08-20 05:25:11
Anyone explain this codes
jaideep_bishnoi 2020-08-20 06:12:05
its just attaching a header to response
jaideep_bishnoi 2020-08-20 06:12:16
https://laravel.com/docs/7.x/responses#attaching-headers-to-responses
Z_Yamin 2020-08-20 09:36:54
You must know front-end more than back-end and back-end more than front-end, that is all😊
niyazvpp 2020-08-20 11:42:04
How to resize images in laravel?
Bawantha Thilan 2020-08-20 12:01:24
I have web.php file api but this api work in only brower i want this api rum in react native mobile app how to do that please help me
Mayank_Rathod 2020-08-20 12:14:04
i cant able to make auth in laravel 7
Mayank_Rathod 2020-08-20 12:15:54
any one?
niyazvpp 2020-08-20 12:16:15
Plz show what it says
pratik0099 2020-08-20 12:51:29
How much does it take to learn enough PHP?
pratik0099 2020-08-20 12:51:41
so that one can start learning Laravel?
Dkhicher 2020-08-20 14:56:31
niyazvpp 2020-08-20 11:42:04
How to resize images in laravel?

Use spatie media library package

Dkhicher 2020-08-20 14:57:51
Mayank_Rathod 2020-08-20 12:14:04
i cant able to make auth in laravel 7

Install laravel/ui package

Ajitcool008 2020-08-20 17:22:49
I have a problem i want to pass array i header
Ajitcool008 2020-08-20 17:22:59
Like json/application
Ajitcool008 2020-08-20 17:23:13
But getting error in making error
Ajitcool008 2020-08-20 17:23:33
Want to pass key json/application in header
Ajitcool008 2020-08-20 17:24:00
Any suggestions how it’s work?
skys215 2020-08-20 17:24:49
How are you passing now?
Ajitcool008 2020-08-20 17:26:16
I will share file that may be helpful to understand
DesolatorMagno 2020-08-20 17:35:25
It depends in the focus you want to make, but in general you should understand and be able to edit what is already there.
2020-08-20 18:32:53
Hi everyone, recently due to TRAI’s verification process my sms service has stopped, ?
2020-08-20 18:34:04
i dont have experience with laravel and PHP could anyone of you help?
Meera 2020-08-20 18:59:53
laravel_discuss-48330.jpg
How to solve this error please guide me
themanojyadav 2020-08-20 19:00:49
Meera 2020-08-20 18:59:53
How to solve this error please guide me

This is not an error i guess. This is a json response.

Meera 2020-08-20 19:10:39
So how to solve this?
skys215 2020-08-20 19:15:50
Its not a problem, so nothing should be solved
mmir90 2020-08-20 19:46:33
Hi everyone,
Do you know any laravel instagram bot tutorials?
smartnathan2020 2020-08-20 19:46:55
Backend transcends beyond business logic alone. You need to understand SQL and database design and modelling. Basically, stick to understand a server side language like PHP, Python, or Golang. Then, pick a framework like Laravel or Django . Build traditional applications with it. For frontend stick to using the templating engine like blade in the case of Laravel. The when you become good at it. You can start thinking of separation of concerns. Like having an API layer and a client frontend framework like Angular or Vuejs to consume the API services. Generally speaking, it’s a step by step process. I hope this helps.
Meera 2020-08-20 19:47:21
laravel_discuss-48337.jpg
This error after changing my code
Ankit2103 2020-08-20 19:48:55
laravel_discuss-48339.jpg
Prevent this
Ankit2103 2020-08-20 19:49:07
I want insert the data once
Ankit2103 2020-08-20 19:49:39
laravel_discuss-48341.jpg

DesolatorMagno 2020-08-20 19:55:38
Orignal != Original
DesolatorMagno 2020-08-20 19:56:13
Reading is a good thing, you should try it.
DesolatorMagno 2020-08-20 19:57:44
Ankit2103 2020-08-20 19:49:39

Read about form request, you can do it with unique.

luisdavidgd 2020-08-20 19:58:30
Is a typo
DesolatorMagno 2020-08-20 19:58:33
And you don’t echo, you return the response (which can be a view)
luisdavidgd 2020-08-20 19:58:46
Name function misspelled?
DesolatorMagno 2020-08-20 20:00:13
Meera 2020-08-20 19:47:21
This error after changing my code

Yes, here it say the error and a suggestion of what you could mean to write.

Ankit2103 2020-08-20 20:00:18
Problem is that when refresh the page
Ankit2103 2020-08-20 20:00:52
It insert duplicate data
Ankit2103 2020-08-20 20:01:07
I want toh run insert query once
|