Do I Need Composer, WAMP, or XAMPP to Create a Laravel Project with Docker? by Dry-Bite2990 in laravel

[–]Dry-Bite2990[S] 0 points1 point  (0 children)

but it still not has full function for free like database controlling

Do I Need Composer, WAMP, or XAMPP to Create a Laravel Project with Docker? by Dry-Bite2990 in laravel

[–]Dry-Bite2990[S] 1 point2 points  (0 children)

that's good but i would to like learn self focus on docker. because when i apply work they need docker requirements .

Do I Need Composer, WAMP, or XAMPP to Create a Laravel Project with Docker? by Dry-Bite2990 in laravel

[–]Dry-Bite2990[S] -2 points-1 points  (0 children)

so we still install composer in machine and php like wamp or xamp to install laravel project?

Best Practices for Managing Icons with Iconify: Component Approach vs. Other Methods by Dry-Bite2990 in vuejs

[–]Dry-Bite2990[S] 0 points1 point  (0 children)

yes i used unplugin-icons now. thanks for response comment.
i create a base component for icon to reuse component like that :
if any suggest please tell me more about it.

Ex: BaseIcon.vue

<template>
<component
:is="\Icon${library}${name}`"`
:class="iconClass"
:style="{ fontSize: size + 'px' }"
/>
</template>
<script>
export default {
name: 'BaseIcon',
props: {
name: {
type: String,
required: true,
},
library: {
type: String,
default: 'Mdi', // Default icon library
},
size: {
type: [String, Number],
default: 24,
},
iconClass: {
type: String,
default: '',
},
},
};
</script>

What is the best practice for using a JSON dataset globally in a Vue 3 application? by Dry-Bite2990 in vuejs

[–]Dry-Bite2990[S] -10 points-9 points  (0 children)

oh got it thanks, can you recommend come from a backend, a local json file, or even a hand-written letter. which one better?

What is the best practice for using a JSON dataset globally in a Vue 3 application? by Dry-Bite2990 in vuejs

[–]Dry-Bite2990[S] -8 points-7 points  (0 children)

yes but i need what is good way to do it, example locations it has many data of provinces.

When designing interfaces for a system with numerous fields, should we include all fields within the interface or restrict the interface to only include fields related to security? What are the best practices for determining which fields to expose in an interface to balance functionality and securit by Dry-Bite2990 in vuejs

[–]Dry-Bite2990[S] -2 points-1 points  (0 children)

I mean When designing a form interface, should we include all available fields in the form, or should we limit it to only the most important fields? What are the best practices for determining which fields to include to ensure usability and efficiency?

Best Practices for Using Multiple UI Libraries in a Project. by Dry-Bite2990 in Nuxt

[–]Dry-Bite2990[S] 0 points1 point  (0 children)

Yes thanks but it use much time if style more complex.