← prev | next →
skys215 2019-12-11 10:45:36
Khoerulhumam 2019-12-11 10:35:37
excuse me, how to make migration mysql to sql server ,what setting
andneeded for the PDO file to work,
So your problem is migrating or using pdo?
Khoerulhumam 2019-12-11 10:48:50
skys215 2019-12-11 10:44:31
Use format
I will migrate laravel to sqlserver but the problem in the pdo driver is problematic and I have installed the pdo driver but it still remains the same
2019-12-11 11:01:01
Mhd_keramati 2019-12-11 10:35:39
Hi every body
How to show carbon in view
->diffForHumans()
2019-12-11 15:52:39
any suggestion for datatables 😊 .. other than yajrabox
Pro 2019-12-11 15:57:56
2019-12-11 15:52:39
any suggestion for datatables 😊 .. other than yajrabox
I don’t know 😅
But if u have time make your own
2019-12-11 16:01:27
the problem is the site of yajra is locked 😞 ..
2019-12-11 16:03:16
the problem of datatables of Jquerry :
If the large number of users becomes heavy
behzadaminnima 2019-12-11 17:50:54
2019-12-11 16:03:16
the problem of datatables of Jquerry :
If the large number of users becomes heavy
add index table users id
islamjameel 2019-12-11 18:17:43
Hi all 🙆♂️
how can i create search and filter for specific table in laravel with veu.js is there a training ?
2019-12-11 18:18:52
vuetify datatable 😁
DesolatorMagno 2019-12-11 18:27:39
2019-12-11 16:03:16
the problem of datatables of Jquerry :
If the large number of users becomes heavy
Documentation is always a good place to search for info.
DesolatorMagno 2019-12-11 18:28:09
And you could use JS and stop depending in php packages for it.
2019-12-11 18:31:06
thanks Reny 😅
zoroaday 2019-12-11 22:27:50

hey guyz i am facing this problems on linux, anybody able to help me out
zoroaday 2019-12-11 22:29:18
composer refusing to install laravel , for days now
DesolatorMagno 2019-12-11 22:39:24
composer global require laravel/installer
did you tried as it say in the doc?
DesolatorMagno 2019-12-11 22:44:22

Maybe you already have it installe but dind’t finished the config? the fact that you need to use composer.phar don’t help.
Yusuf 2019-12-11 23:47:54
oxbir 2019-12-11 02:22:18
I have a table role_user. This table have two fields to names role_id and user_id. And I want to after register a user, add a new row in role_user. role_id = 2.
User.php
public function role_user()
{
return $this->hasMany(RoleUser::class, ‘role_id’, ‘user_id’);
}
RegisterController.php
public function register(UserRequest $request)
{
$user = new User;
$user->first_name = $request->first_name;
$user->last_name = $request->last_name;
.
.
$user->role_user->role_id = 2;
$user->save();
}
It did not work.
Why did you use a many to many relation for user and role
DesolatorMagno 2019-12-11 23:53:32
Yusuf 2019-12-11 23:47:54
Why did you use a many to many relation for user and role
Because a user can have several roles?, i don’t see it to weird.
zoroaday 2019-12-11 23:57:18
DesolatorMagno 2019-12-11 22:44:22
Maybe you already have it installe but dind’t finished the config? the fact that you need to use composer.phar don’t help.
probably, its in my .config/composer/vendor/bin
zoroaday 2019-12-11 23:57:23
what do i do?
DesolatorMagno 2019-12-11 23:58:11
zoroaday 2019-12-11 23:57:18
probably, its in my .config/composer/vendor/bin
Did you read that?
zoroaday 2019-12-12 00:02:43
not helping at all
randhipp 2019-12-12 02:09:16
zoroaday 2019-12-11 22:27:50
hey guyz i am facing this problems on linux, anybody able to help me out
it’s a dns error, can you ping google successfully?
2019-12-12 04:45:36
zoroaday 2019-12-11 22:27:50
hey guyz i am facing this problems on linux, anybody able to help me out
before install
you must install some extensions php
read the Docs Laravel.com
skys215 2019-12-12 04:50:21
zoroaday 2019-12-11 22:27:50
hey guyz i am facing this problems on linux, anybody able to help me out
seems like a network problem, have you try browsing that address?
vikaskumar_99 2019-12-12 05:04:33
Please anyone can suggest me good project?
skys215 2019-12-12 05:57:26
laravel
2019-12-12 06:34:44
how to install laravel in Windows 10..
2019-12-12 06:34:58
please tell me…
akmalsulaymonov 2019-12-12 06:47:13
skys215 2019-12-12 07:07:29
2019-12-12 06:34:44
how to install laravel in Windows 10..
install composer first
2019-12-12 07:08:03
ho gya hai sir ..
2019-12-12 07:08:29
please provide some videos..
ErgashevXurshid 2019-12-12 07:10:05
2019-12-12 06:34:44
how to install laravel in Windows 10..
laravel.com/docs/6.x
Laravel – The PHP Framework For Web Artisans –
LaravelLaravel is a PHP web application framework with expressive, elegant syntax. We’ve already laid the foundation — freeing you to create without sweating the small things.
Khoerulhumam 2019-12-12 07:10:16
2019-12-12 07:08:03
ho gya hai sir ..
documentation laravel complete step by step learning to laravel
2019-12-12 07:10:39
thanks sir..
Kapil Sharma 2019-12-12 10:21:27
https://internshala.com/1-day-tech-internships?utm_source=eap_copylink&utm_medium=engg2116448
1-day Internship at Xiaomi, Lenovo & HCL –
InternshalaInternshala brings 1-day fully sponsored internships at Xiaomi, Lenovo & HCL, where you can experience the work and culture of these brands. Along with this you might also get a full time internship opportunity in these brands.
2019-12-12 10:40:17
multiple insert
2019-12-12 10:40:20
solution so the input value is not null?
skys215 2019-12-12 10:57:03
what is the value of $request->input(‘deposit_saat_ini’)?
2019-12-12 11:08:39
skys215 2019-12-12 10:57:03
what is the value of $request->input(‘deposit_saat_ini’)?

skys215 2019-12-12 11:09:23
what is your fillable property of this model?
Yusuf 2019-12-12 11:12:01
DesolatorMagno 2019-12-11 23:53:32
Because a user can have several roles?, i don’t see it to weird.
I see
2019-12-12 11:31:32
skys215 2019-12-12 11:09:23
what is your fillable property of this model?

skys215 2019-12-12 11:42:35
use for loop to create each record
Vikram Patil 2019-12-12 13:36:19
Anyone implement froala editor ?
← prev | next →