← prev | next →
Sandhya M 2021-02-19 15:40:11
Thanks for giving me tips. Finally my data inserted . Thanks for help….
rmkmasterdev 2021-02-19 15:48:26
I have very strange warning from gcp on my project : indicated that there was cryptocurrency mining activity in the project.
rmkmasterdev 2021-02-19 15:48:44
Can any one help
texas_a 2021-02-19 15:52:29
hello api forgot email send its not work
texas_a 2021-02-19 15:52:42
can any one know this
texas_a 2021-02-19 15:53:33
Sandhya M 2021-02-19 15:32:42
okk . i will
you know this
rmkmasterdev 2021-02-19 17:02:55
I wish someone answers me one day
Severusxyz 2021-02-19 17:30:31
Anyone has done something with multi thread in Laravel?
Severusxyz 2021-02-19 17:35:37
Kriti Agarwal 2021-02-19 15:16:24
Can anyone help me in optimising a query with group by clause as the table contains 100k of data and query is taking too long in mysql
Possibly you have to use Oracle.
TheGuyi 2021-02-19 17:36:00
someone please link me to a resource of laravel where i can capture the username of the user that made a change like editing or inserting in a simple crud application
rmkmasterdev 2021-02-19 17:37:12
TheGuyi 2021-02-19 17:36:00
someone please link me to a resource of laravel where i can capture the username of the user that made a change like editing or inserting in a simple crud application
Use spati laravel log
rmkmasterdev 2021-02-19 17:37:54
https://github.com/spatie/laravel-activitylog
GitHub – spatie/laravel-activitylog: Log activity inside your Laravel app –
GitHubLog activity inside your Laravel app. Contribute to spatie/laravel-activitylog development by creating an account on GitHub.
Severusxyz 2021-02-19 17:42:14
TheGuyi 2021-02-19 17:36:00
someone please link me to a resource of laravel where i can capture the username of the user that made a change like editing or inserting in a simple crud application
Using Auth::user()->id;
TheGuyi 2021-02-19 17:43:26
Severusxyz 2021-02-19 17:42:14
Using Auth::user()->id;
any tutorial that can show me this in crud application?
Severusxyz 2021-02-19 17:57:05
focalfossa20 2021-02-19 18:13:51
hi everyone, how to remove livewire in laravel and change it to laravel + vue?
naveen5566 2021-02-19 18:22:44
I need one small query
Two tables I have users table and users_subscriptions table
In users table(id,name)
In users_subscriptions table(id,user_id,subscribe_id)
In need select query users list with if users subscribed means status(Subscribed) I need if user not subscribed means(Subscribe) status.
How to write mysql query and fetch records in json.
Thanks
2021-02-19 18:23:53
Guys…i need a gud tut on how to deploy a laravel site
Severusxyz 2021-02-19 18:26:21
focalfossa20 2021-02-19 18:13:51
hi everyone, how to remove livewire in laravel and change it to laravel + vue?
I suggest using Laravel 7
focalfossa20 2021-02-19 18:26:41
Severusxyz 2021-02-19 18:26:21
I suggest using Laravel 7
btw Im using laravel 8
Severusxyz 2021-02-19 18:27:50
focalfossa20 2021-02-19 18:26:41
btw Im using laravel 8
I tried using 8 but it seems a lot of pain cuz you have to use other things to integrate.
Severusxyz 2021-02-19 18:28:31
2021-02-19 18:23:53
Guys…i need a gud tut on how to deploy a laravel site
Deploy where? Just put all the file in your server.
jaylj232 2021-02-19 19:23:40
Anyone can give laravel setup
DesolatorMagno 2021-02-19 19:48:20
Kriti Agarwal 2021-02-19 15:16:24
Can anyone help me in optimising a query with group by clause as the table contains 100k of data and query is taking too long in mysql
Why don’t you show the query?
2021-02-19 19:59:08
Severusxyz 2021-02-19 18:26:21
I suggest using Laravel 7
me also. cause for me laravel 8 too complicated. and 7 more stable
nazmulpcc 2021-02-19 20:05:42
focalfossa20 2021-02-19 18:13:51
hi everyone, how to remove livewire in laravel and change it to laravel + vue?
Laravel doesn’t come with livewire or anything. And even if it did or you install it manually, you can just choose to not use it. vue is a JS framework, it has nothing to do with livewire. Livewire is a php package.
nazmulpcc 2021-02-19 20:09:50
2021-02-19 19:59:08
me also. cause for me laravel 8 too complicated. and 7 more stable
Just out of curiosity, can I ask, exactly which part do you find complicated? For me, after laravel 5.8, almost everything feels same.
2021-02-19 20:25:04
nazmulpcc 2021-02-19 20:09:50
Just out of curiosity, can I ask, exactly which part do you find complicated? For me, after laravel 5.8, almost everything feels same.
i mean the syntax. i compare my friends that used laravel under 6 and me with laravel 7 . and the syntax for under 6 is getting me confused.
2021-02-19 20:27:38
when i code in laravel under 6 with laravel 7 syntax, make me getting lot of error in backend. cause the rules.
2021-02-19 20:33:27
and for 7 and 8 has lot of upgrade for the syntax
← prev | next →