Do you know use of Inertia, Svelte, Vue with Laravel?

|
Nurullah Demirel 2021-04-08 19:30:44
no as file
natghi2010 2021-04-08 19:31:55
Nurullah Demirel 2021-04-08 19:30:44
no as file

the difference here

natghi2010 2021-04-08 19:32:11
is changing it to binary and saving it to db then retrieving it again
Nurullah Demirel 2021-04-08 19:34:12
ı dont know this but yo can save as file and save path to db and if you want arrive it you can use path
natghi2010 2021-04-08 19:36:21
Nurullah Demirel 2021-04-08 19:34:12
ı dont know this but yo can save as file and save path to db and if you want arrive it you can use path

i couldnt save the path thats why

natghi2010 2021-04-08 19:36:46
I found the fix
natghi2010 2021-04-08 19:36:58
file_stream_content instead of file_get_content
2021-04-08 19:39:08
Hello Guy,

I have started free mentoring course for php and laravel. Please dm for more information.

AMIT 2021-04-08 19:40:57
2021-04-08 19:39:08
Hello Guy,

I have started free mentoring course for php and laravel. Please dm for more information.

Do you know use of Inertia, Svelte, Vue with Laravel?

2021-04-08 19:41:26
Yes
AMIT 2021-04-08 19:41:58
Vue vs Svelte which one is good n why
2021-04-08 19:45:10
Both are good. However I will prefer Vue because it’s have huge dev community and high demand.
natghi2010 2021-04-08 19:46:01
2021-04-08 19:45:10
Both are good. However I will prefer Vue because it’s have huge dev community and high demand.

does svlete have state managment?

natghi2010 2021-04-08 19:46:12
like Vue has Vuex
AMIT 2021-04-08 19:47:54
Svelte is the latest trending one with huge benefits like speed, compile time bundling, very easy to learn.
2021-04-08 19:48:31
As far as I know, svlete has own hook for state management.
AMIT 2021-04-08 19:49:15
Svelte uses stores using localstorage or sessionstorage
AMIT 2021-04-08 19:49:46
Svelte is extremely fasy and easy to learn
AMIT 2021-04-08 19:49:57
Fast*
AMIT 2021-04-08 19:50:34
I tried inertia/vue/svelte/livewire
AMIT 2021-04-08 19:51:12
Impressed with svelte very much and it appears to be the future choice
AMIT 2021-04-08 19:51:51
Everything appears to be moving on using Tailwindcss n Svelte
AMIT 2021-04-08 19:52:07
Sveltekit also just arrived in public beta
AMIT 2021-04-08 19:56:04
Save sensitive data like authentication token in browser cookie and non sensitive data in browser local/session storage using stores
shinejemi 2021-04-08 20:00:21
I’m making an e-commerce website should I use Rest API or just normal?
rahul_v3 2021-04-08 20:00:45
Front end?
shinejemi 2021-04-08 20:00:48
As my front end is not react it’s basic html/CSS , bootstrap
rahul_v3 2021-04-08 20:01:57
Which technology u use
shinejemi 2021-04-08 20:02:55
rahul_v3 2021-04-08 20:01:57
Which technology u use

Django

ArchRaphel 2021-04-08 20:57:16
I am new to laravel, I want to create metrics for my meta trader 4 account and display it on my website. The metrics I want to build is similar with myfxbook metrics.

Someone should please list the steps of things I should know or learn. I will be glad if a sample or package can be provided

2021-04-08 21:06:09
ArchRaphel 2021-04-08 20:57:16
I am new to laravel, I want to create metrics for my meta trader 4 account and display it on my website. The metrics I want to build is similar with myfxbook metrics.

Someone should please list the steps of things I should know or learn. I will be glad if a sample or package can be provided

Such requests are always ignored. Be more specific, share what you’ve done so far….so that people like minded will respond.

2021-04-08 21:08:06
shinejemi 2021-04-08 20:00:21
I’m making an e-commerce website should I use Rest API or just normal?

Go for API, It’ll help you in future.

shinejemi 2021-04-08 21:08:26
2021-04-08 21:08:06
Go for API, It’ll help you in future.

How?

rahul_v3 2021-04-08 21:09:32
Because mostly front end framework depending on apis
rahul_v3 2021-04-08 21:09:44
Like react vue node js
|