How can one approach multi threading in Laravel sort of a laravel app cannot go down when many users are using it?

|
data_zxcv 2020-08-05 16:29:17
Hi All
we are looking for an experienced Laravel(PHP) developers for Mohali Chandigarh Location. Interested candidates can reach me
Thanks
sadeqi125 2020-08-05 16:54:47
laravel-share how doese it work
sadeqi125 2020-08-05 16:55:42
i want on use it laravel controller
Roham0010 2020-08-05 17:04:37
dilshod_tursimatov 2020-08-05 15:05:17
Hi everyone, please help me
installation this package: https://github.com/irazasyed/telegram-bot-sdk

Check you php version

dilshod_tursimatov 2020-08-05 17:05:24
Roham0010 2020-08-05 17:04:37
Check you php version

https://github.com/irazasyed/telegram-bot-sdk/issues/770

Installation error ยท Issue #770 ยท irazasyed/telegram-bot-sdkGitHub
PHP version: PHP 7.3.19-1~deb10u1 $ composer require irazasyed/telegram-bot-sdk ^3.1 `Package operations: 2 installs, 0 updates, 0 removals Installing league/event (2.2.0): Loading from cache Insta…
Mr_Classy 2020-08-05 18:16:53
Hello gyzz how can serve url to public url set ?
Mr_Classy 2020-08-05 18:17:11
Any one know I m new to laravel.
harmlez_prinz 2020-08-05 18:42:34
Mr_Classy 2020-08-05 18:16:53
Hello gyzz how can serve url to public url set ?

Your question is not clear

harmlez_prinz 2020-08-05 18:42:44
What are u trying to do
Sujay 2020-08-05 18:57:20
PDOException::(“SQLSTATE[HY000]: General error: 1813 Tablespace for table ‘`database`.`migrations`’ exists. Please DISCARD the tablespace before IMPORT”)

why the error is thrown when migrating database

Mr_Classy 2020-08-05 19:06:29
harmlez_prinz 2020-08-05 18:42:34
Your question is not clear

@harmlez_prinz I want to say laravel in artisan serve url to change public in customer url

harmlez_prinz 2020-08-05 19:15:51
Mr_Classy 2020-08-05 19:06:29
@harmlez_prinz I want to say laravel in artisan serve url to change public in customer url

Oh, u mean u want to use a custom url for serving your app?

Mr_Classy 2020-08-05 19:37:22
harmlez_prinz 2020-08-05 19:15:51
Oh, u mean u want to use a custom url for serving your app?

Yes

Mr_Classy 2020-08-05 19:42:06
127.0.0.1:8000/public/project_name
Mr_Classy 2020-08-05 19:42:49
What ? You understand or not what is my question
harmlez_prinz 2020-08-05 20:07:34
Mr_Classy 2020-08-05 19:42:06
127.0.0.1:8000/public/project_name

I still don’t get what u want

Roham0010 2020-08-05 20:19:25
Mr_Classy 2020-08-05 19:06:29
@harmlez_prinz I want to say laravel in artisan serve url to change public in customer url

If you want to change your root url from / to /public….. You can do it with htaccess

Mr_Classy 2020-08-05 20:19:49
Roham0010 2020-08-05 20:19:25
If you want to change your root url from / to /public….. You can do it with htaccess

Yes exactly

Mr_Classy 2020-08-05 20:19:59
What’s the step ?
Roham0010 2020-08-05 20:21:06
If you are working on local just move your folders into public folder and add this to your url
Pro 2020-08-05 20:21:22
Roham0010 2020-08-03 16:16:41
You are having an infinite loop in your codes by mistake check where it is..

Yeah man I found it.
I have been calling the relationship in both models.
๐Ÿ˜ญ๐Ÿคฆโ€โ™‚๐Ÿ’”

Thanks anyway ๐Ÿ’š.

Roham0010 2020-08-05 20:22:14
Mr_Classy 2020-08-05 20:19:49
Yes exactly

If you want to do it with htaccess search about it

how to change root url htaccess laravel

Mr_Classy 2020-08-05 20:24:36
Anyone refrnce link in Google ?
Roham0010 2020-08-05 20:37:29
Mr_Classy 2020-08-05 20:24:36
Anyone refrnce link in Google ?

RewriteEngine On
RewriteRule ^$ /folder [L]

Mr_Classy 2020-08-05 21:18:08
Still I can’t do this.
Mr_Classy 2020-08-05 21:18:25
Plz anyone know so tell me
smartnathan2020 2020-08-05 21:37:09
Mr_Classy 2020-08-05 18:16:53
Hello gyzz how can serve url to public url set ?

Please, make your question clear enough

flyingdragons 2020-08-05 23:05:29
https://stackcoder.in/posts/laravel-7x-multiple-database-connections-migrations-relationships-querying
Laravel 7.x Multiple Database Connections, Migrations, Relationships & Querying

Laravel 7.x Multiple Database Connections, Migrations, Relationships & Querying | StackCoderStackCoder
If you’re trying to connect multiple database connections, multiple database migrations, relationships & querying then this article you should definitely read.
ktmsulaim 2020-08-06 05:27:42
Mr_Classy 2020-08-05 18:16:53
Hello gyzz how can serve url to public url set ?

Use laragon. It provides pretty easy virtual host

Narayan Ji 2020-08-06 07:11:02
i’m also used laragon..every interface easily accessible like database, php etc.
Narayan Ji 2020-08-06 07:12:12
anyone please help me role based authentication …i have two roles : user and admin…i am also used plugin stapie/role-based.
Sujay 2020-08-06 10:39:46
how to call method in vuejs component,

<div v-for=”i in object.length” :key=”i”>
//method call for every iteration
</div>
<script>
export default {
methods: {
myMethod() { //code }
}
}
</script>

2020-08-06 10:56:35
Sujay 2020-08-06 10:39:46
how to call method in vuejs component,

<div v-for=”i in object.length” :key=”i”>
//method call for every iteration
</div>
<script>
export default {
methods: {
myMethod() { //code }
}
}
</script>

Try to trigger it when the key changes this function will be executed, use @change

2020-08-06 11:36:19
Coding High
A Place where Future Professional comes and learns new things Every day
Content That We Provide
(Books+Articles)
1. Machine learning
2. Artificial intelligence
3. Web Development (Html, CSS, JavaScript, Django, )
And Programing related content
Let’s Code
Channel Name Coding High
oxbir 2020-08-06 12:04:27
laravel_discuss-47208.jpg

oxbir 2020-08-06 12:05:25
What is this error? When I updated
ajeetku51 2020-08-06 12:06:34
oxbir 2020-08-06 12:04:27

Variable Category is empty here
check that find is proper data

ahmad_harminto 2020-08-06 13:36:47
oxbir 2020-08-06 12:04:27

try to use Category::findOrFail($request->input(‘id’))

2020-08-06 13:53:42
laravel_discuss-47214.jpg
hi guys,me has an error,please help me
Unknownuser009 2020-08-06 14:40:20
How can i genrate auto invoice number with prefix?
skys215 2020-08-06 14:46:06
I used observer for that
2020-08-06 15:24:52
Unknownuser009 2020-08-06 14:40:20
How can i genrate auto invoice number with prefix?

I think using the current time is a good solution ๐Ÿ˜
Append the id of the row to the current time and you will get a unique value

Unknownuser009 2020-08-06 15:25:54
2020-08-06 15:24:52
I think using the current time is a good solution ๐Ÿ˜
Append the id of the row to the current time and you will get a unique value

If u have code will u plz send me

Unknownuser009 2020-08-06 15:26:11
I m a beginer so i confused cant solve this one
2020-08-06 15:27:08
Okay I will contact you in a minute on private ๐Ÿ˜ƒ๐Ÿ‘Œ๐Ÿป
Begroups 2020-08-06 18:11:54
Its possible to generate an form from an model or an migration??
Hello
Pro 2020-08-06 18:24:25
Begroups 2020-08-06 18:11:54
Its possible to generate an form from an model or an migration??
Hello

Yeah.
I don’t know but u can make a logic for this.
Look into voyager code

Billa_Bongg 2020-08-06 19:14:37
How can one approach multi threading in Laravel sort of a laravel app cannot go down when many users are using it?
Jack_rub 2020-08-06 19:17:50
data_zxcv 2020-08-05 16:29:17
Hi All
we are looking for an experienced Laravel(PHP) developers for Mohali Chandigarh Location. Interested candidates can reach me
Thanks

Interested

hiteshv253 2020-08-06 20:03:38
data_zxcv 2020-08-05 16:29:17
Hi All
we are looking for an experienced Laravel(PHP) developers for Mohali Chandigarh Location. Interested candidates can reach me
Thanks

Intrested

|