Are there any package in laravel for csrf protection?

|
flyingdragons 2020-07-25 14:06:52
badralwattar 2020-07-25 14:06:05
Thanks πŸ™πŸ»

There 2 ways how you can implement. One is saving your assets like images inside database and one more specific path

flyingdragons 2020-07-25 14:07:09
flyingdragons 2020-07-25 14:06:19
https://stackcoder.in/posts/summernote-wysiwyg-text-editor-save-images-to-public-path-in-php-laravel
SummerNote WYSIWYG Text Editor Save Images To Public Path In PHP Laravel

This one you can reffer to upload images to specific path

flyingdragons 2020-07-25 14:07:28
flyingdragons 2020-07-25 14:06:00
https://stackcoder.in/posts/summernote-wysiwyg-text-editor
SummerNote WYSIWYG Text Editor

This one it will by default store images in database as base64

flyingdragons 2020-07-25 14:18:45
badralwattar 2020-07-25 14:04:40
Guys
What do you recommend as a text editor to write an article body
Other than CKEditor ?

Even you can try Quill Js and Editor JS

flyingdragons 2020-07-25 14:20:23
flyingdragons 2020-07-25 14:18:45
Even you can try Quill Js and Editor JS

But these are very tricky and bit nasty while implementation

PetitJosephKMK 2020-07-25 14:24:15
PetitJosephKMK 2020-07-25 11:16:14
I create some post but after editing the post image, it not show any image again. I have also a select case on my edit form but after Γ©dition it shows the old value. can somebody help me please?

I need help please

badralwattar 2020-07-25 14:31:23
flyingdragons 2020-07-25 14:18:45
Even you can try Quill Js and Editor JS

I’ll check it out.

badralwattar 2020-07-25 14:36:06
flyingdragons 2020-07-25 14:06:19
https://stackcoder.in/posts/summernote-wysiwyg-text-editor-save-images-to-public-path-in-php-laravel
SummerNote WYSIWYG Text Editor Save Images To Public Path In PHP Laravel

laravel_discuss-46117.jpg
actually I miss understood what I needed. I was facing a problem with CKEditor that I can’t have it in Laravel blade with VueJs provided to the application at the same time.
when I remove (defer) keyword from the app.js script tag the editor works, but without it it doesn’t.
I used tiptap editor but it is a little bad and unstable.
How can I solve this type of problem…

badralwattar 2020-07-25 14:37:23
badralwattar 2020-07-25 14:36:06
actually I miss understood what I needed. I was facing a problem with CKEditor that I can’t have it in Laravel blade with VueJs provided to the application at the same time.
when I remove (defer) keyword from the app.js script tag the editor works, but without it it doesn’t.
I used tiptap editor but it is a little bad and unstable.
How can I solve this type of problem…

laravel_discuss-46118.jpg
this is defer keyword

Pro 2020-07-25 17:24:34
flyingdragons 2020-07-25 14:07:28
This one it will by default store images in database as base64

Hey man can I do this with audio files.

And with videos is that can be done. If yes is it good to store videos like this.

Roham0010 2020-07-25 18:15:03
Shijinsubramanniam 2020-07-24 13:54:33
You mean it has no solution?

Users shouldn’t have access to your folders

flyingdragons 2020-07-25 18:15:40
Pro 2020-07-25 17:24:34
Hey man can I do this with audio files.

And with videos is that can be done. If yes is it good to store videos like this.

Haven’t tried with Audio and Video.

But I have tried with embedded videos of YouTube and it will be stored as iframe and you do customization over it

flyingdragons 2020-07-25 18:16:43
Pro 2020-07-25 17:24:34
Hey man can I do this with audio files.

And with videos is that can be done. If yes is it good to store videos like this.

You can have a section where you upload audios and videos. Then use the same link with embedded link

Pro 2020-07-25 18:27:03
Ok thank you @channaveer_hakari πŸ”₯
flyingdragons 2020-07-25 18:39:03
flyingdragons 2020-07-25 14:06:19
https://stackcoder.in/posts/summernote-wysiwyg-text-editor-save-images-to-public-path-in-php-laravel
SummerNote WYSIWYG Text Editor Save Images To Public Path In PHP Laravel

But I highly recommend you to go with this in a long run of your app.

You will thank me later. For sure 😁

Pro 2020-07-25 18:42:23
I’m gonna give it a shotπŸ”₯
abedelwahab_haddaf 2020-07-25 19:02:46
Hello guys
Does anyone know about web hook ??
BvkDev 2020-07-25 21:48:53
How to access output command from controller in lumen?
Cybervant 2020-07-25 22:02:14
In a many to may relationship, is it possible to append pivot data to model? Rather than returning pivot data, include the data in the main model.
BvkDev 2020-07-25 22:38:11
BvkDev 2020-07-25 21:48:53
How to access output command from controller in lumen?

πŸ‘† plz

2020-07-25 23:27:24
laravel_discuss-46138.jpg
How I can fix this error?
natghi2010 2020-07-25 23:27:55
componets:{
}
2020-07-25 23:29:39
laravel_discuss-46140.jpg
It is true?
natghi2010 2020-07-25 23:35:32
2020-07-25 23:29:39
It is true?

Yes

natghi2010 2020-07-25 23:36:11
Make sure you importing with the same name
natghi2010 2020-07-25 23:38:24
2020-07-25 23:29:39
It is true?

the one you commented out

badralwattar 2020-07-25 23:44:31
Guys
I want to make a blog post
how to upload the article body (with code snippets)
the problem I am facing is when I upload blade code snippet it executes and make error in the article page
how to avoid executing?
2020-07-26 00:06:46
Any body know what is that error in datatables
2020-07-26 00:07:01
laravel_discuss-46149.jpg

2020-07-26 00:09:34
I usually make relationship s between model and used it in datatables but in little relationships alert this error and i don’t know what is the cause
harmlez_prinz 2020-07-26 00:56:55
2020-07-26 00:07:01

Goto that url, u will find out what is wrong their

2020-07-26 00:57:46
harmlez_prinz 2020-07-26 00:56:55
Goto that url, u will find out what is wrong their

I go , but i all things is right !!

harmlez_prinz 2020-07-26 00:58:48
2020-07-26 00:57:46
I go , but i all things is right !!

Console.log your response, see if the row u are trying to asses is present

2020-07-26 00:59:18
Whatever i find a way to fix it thanks
harmlez_prinz 2020-07-26 00:59:25
You are getting that error bcux the data table is unable to draw
CyberPanther 2020-07-26 07:51:32
Are there any package in laravel for csrf protection? Thanks
niyazvpp 2020-07-26 07:56:26
CyberPanther 2020-07-26 07:51:32
Are there any package in laravel for csrf protection? Thanks

It’s already enabled!
{{ csrf_token() }}

digitalharish_com 2020-07-26 09:23:08
Hi frds, i have an small doubt

Java
Php (laraval)
Python (django)

Which is best, easy to scalable, secure, low learning curve, security to develop uber like platform. Pls share ur openions.

2020-07-26 09:24:11
https://youtu.be/wlqbTvyTLnk

best comedy videos // best comedy videos in hindi // best short comedy videos in hindi //YouTube
best comedy videos // best comedy videos in hindi // best short comedy videos in hindi //

#best comedy videos #best comedy videos in hindi #best short comedy videos in hindi

harmlez_prinz 2020-07-26 09:32:24
digitalharish_com 2020-07-26 09:23:08
Hi frds, i have an small doubt

Java
Php (laraval)
Python (django)

Which is best, easy to scalable, secure, low learning curve, security to develop uber like platform. Pls share ur openions.

Based on learning curve

Python
Php
Java

Pro 2020-07-26 09:33:56
harmlez_prinz 2020-07-26 09:32:24
Based on learning curve

Python
Php
Java

Kotlin πŸ˜‚πŸ”₯
Based on learning curve

Python
Php
Java

harmlez_prinz 2020-07-26 09:34:23
Pro 2020-07-26 09:33:56
Kotlin πŸ˜‚πŸ”₯
Based on learning curve

Python
Php
Java

You mean kotlin is easier?

Pro 2020-07-26 09:35:23
No
Pro 2020-07-26 09:35:39
Stick with python man
harmlez_prinz 2020-07-26 09:36:00
Pro 2020-07-26 09:35:23
No

Kotlin looks tough to me

Pro 2020-07-26 09:37:06
harmlez_prinz 2020-07-26 09:36:00
Kotlin looks tough to me

Not so much if you know java

harmlez_prinz 2020-07-26 09:39:00
Pro 2020-07-26 09:37:06
Not so much if you know java

I know… I don’t like either

Himanshu Thakkar 2020-07-26 10:12:21
Make OOP concepts strong
sobirjonovs 2020-07-26 10:17:58
Himanshu Thakkar 2020-07-26 10:12:21
Make OOP concepts strong

πŸ‘πŸΏThat’s core of every programming langs

2020-07-26 10:18:28
Any one here who can help me to upload my laravel project in cpenal
|