All Questions
11 Questions
How to declare global variables in css? I am working on a theme, so I want to make things global like color code for buttons etc. For this purpose I have some other related questions also. Those questions are listed below:how can I declare global variables in...
css
Variable
Style
15 0 0 2
-
0 Vote
-
1 Answer
-
112 Views
-
9 months ago
Can anyone let me know that can I declare constants in trait file, so I can use that constants in class which use that specific trait.For example, I have created a trait named ABC, so I have define a constant named MY_CONSTANT with public scope.<?php trait...
PHP
Trait
15 0 0 2
-
1 Vote
-
1 Answer
-
122 Views
-
1 year ago
I have an AutoCAD file and I want to convert AutoCAD DWG to Autodesk Inventor. Kindly tell me the solution for that.
autocad
inventor
convert
dwg
idw
10 0 0 0
-
0 Vote
-
0 Answer
-
137 Views
-
1 year ago
Some laravel functions are only worked on laravel collection. So anyone here tell me that how can I convert php array to laravel collection?For example, the whereBetween method for filter data only works on collection.
Laravel
Collection
Array
30 1 0 1
-
0 Vote
-
1 Answer
-
113 Views
-
1 year ago
Can anyone tell me how to how to create helper file for helper functions using composer?I need to use the functions easily everywhere in application. Please explain this thoroughly, so I can use that.
Laravel
Composer
Helper
30 1 0 1
-
0 Vote
-
1 Answer
-
122 Views
-
1 year ago
I created a solid part in Inventor. I need assistance with the following: To create internal hollow portions, I would like to excavate my portion of the hole. I am aware that extrude allows me to achieve that, but I believe it only functions if the channels ar...
autodesk
inventor
autocad
hollow
section
10 0 0 0
-
2 Votes
-
1 Answer
-
128 Views
-
1 year ago
Can anyone tell me what are the differences between MySQL and PgSQL?I'm curious about that and I want to know which is better and why? so I can choose wisely for my project.
MySQL
PgSQL
20 1 0 0
-
0 Vote
-
1 Answer
-
137 Views
-
1 year ago
How can I tell the search crawlers that this url should not be indexed? I've read somewhere I have to add the noindex meta tag for this.Can anyone explain how can I use that?
SEO
Noindex
25 1 0 1
-
1 Vote
-
1 Answer
-
158 Views
-
1 year ago
How to swap two variables value without third variable in python?
Python
Swap
25 1 0 1
-
1 Vote
-
2 Answers
-
175 Views
-
1 year ago
Can anyone tell me how I logout a user from all other devices in which that specific user logged in?I've tried this command but it doesn't work for logout a user from all devices.Auth::logout()
Laravel
PHP
Session
15 0 0 2
-
2 Votes
-
1 Answer
-
187 Views
-
1 year ago
Can anyone tell me how to pass optional array parameter to laravel command?
Laravel
Command
PHP
30 1 0 1
-
2 Votes
-
1 Answer
-
192 Views
-
1 year ago