← prev | next →
2020-10-07 19:55:37
Guys if anyone have repo with laravel 8 with all the new features based on bootstrap 4 or 5, do share 😊
ItsAhmedAtef 2020-10-07 20:19:14
Dkhicher 2020-10-07 19:46:05
Try to add fresh entry
do i need to reset the existing table?
Probir 2020-10-07 20:56:26
How do you use select query using call back function
$channel->select(‘id’)
->with([‘userchannelrequest’ => function ($query) {
$query->with([‘user’ => function ($query2) {
$query2->select(‘name’, ’email’);
}]);
}])
->with(‘teacher.user’)->get();
Probir 2020-10-07 20:57:54
i don’t find data in query2 data
2020-10-07 21:56:40
Please am having an issue, when I create a new table I want to migrate it to the database but it keep bringing this and I can’t find it in the database please what can I do
2020-10-07 21:57:29
Please am having an issue, when I create a new table I want to migrate it to the database but it keep bringing this and I can’t find it in the database please what can I do
tink2100 2020-10-07 21:58:01
We are currently finding US based remote worker. Please skype me. live:.cid.c6abec7ad129c86f
2020-10-07 21:59:02
Please am having an issue, when I create a new table I want to migrate it to the database but it keep bringing this and I can’t find it in the database please what can I do
abdu_curry 2020-10-07 22:03:55
run “php artisan migrate:fresh”
abdu_curry 2020-10-07 22:04:27
but it drops all ur tabel in your database
2020-10-07 22:06:12
abdu_curry 2020-10-07 22:04:27
but it drops all ur tabel in your database
Have run refresh but I can’t find all my table in the database
abdu_curry 2020-10-07 22:09:43
2020-10-07 22:06:12
Have run refresh but I can’t find all my table in the database
i didnt say refresh its migrate:fresh
if you have problem screenshot your error and sent it
2020-10-07 22:10:37
abdu_curry 2020-10-07 22:09:43
i didnt say refresh its migrate:fresh
if you have problem screenshot your error and sent it

2020-10-07 22:10:52
This is what is bringing
ItsAhmedAtef 2020-10-07 22:35:38
how to save multi value in one coulmn
ex :
$req = new Special;
$req ->field = $request->data1 ,$request->data2
Dkhicher 2020-10-08 02:41:57
ItsAhmedAtef 2020-10-07 20:19:14
do i need to reset the existing table?
https://discord.gg/NA3974m join here and send me PM
Join the thetestcoder Discord Server! –
DiscordCheck out the thetestcoder community on Discord – hang out with 23 other members and enjoy free voice and text chat.
Dkhicher 2020-10-08 02:43:20
Its mean you have users table in your db so 1st of all you delete that table and try again
poovarasu1 2020-10-08 03:46:11
ItsAhmedAtef 2020-10-07 22:35:38
how to save multi value in one coulmn
ex :
$req = new Special;
$req ->field = $request->data1 ,$request->data2
Use json colums
2020-10-08 04:19:18
Hahhahahaaha, ye laravel ka group hai
vikash_sharma90 2020-10-08 05:44:49
ItsAhmedAtef 2020-10-07 22:35:38
how to save multi value in one coulmn
ex :
$req = new Special;
$req ->field = $request->data1 ,$request->data2
You can serialize or json encode the data and then store, it’s although not very good practice. Depends upon case to case.
Prem Soni 2020-10-08 06:52:45
Can we put our CSS in a new folder below app folder in laravel
hk 2020-10-08 07:07:52
Move htacces file to root folder from public folder
hk 2020-10-08 07:11:02
I want to make one login system for admin and one for user
How to make multiple auth system for that
Prem Soni 2020-10-08 07:14:03
Root folder means?
Prem Soni 2020-10-08 07:15:09
Ok understood
Prem Soni 2020-10-08 07:15:19
Done
Z_Yamin 2020-10-08 07:19:58
hk 2020-10-08 07:11:02
I want to make one login system for admin and one for user
How to make multiple auth system for that
No nee to make tow login, You can add a column Role in your Users table in database and and according to that role give their permission what can do in system
hmmrdunlocked18 2020-10-08 08:23:00
Laravel devs please inbox me i have yo integrate payment gateway in my app if u can please inbox ready to pay
hmmrdunlocked18 2020-10-08 08:23:50
hmmrdunlocked18 2020-10-08 08:23:00
Laravel devs please inbox me i have yo integrate payment gateway in my app if u can please inbox ready to pay
And better if u know flutter i am giving i job kind of internship too .. inbox please
Azad Akhtar 2020-10-08 09:16:09
hello guys… anyone can teach me of laravel.
i have little knowledge in laravel. but i want to learn make api and integration
Mob/whatsapp : +918340272471
Thanks in advance
rahman_rezaee 2020-10-08 09:51:55
Azad Akhtar 2020-10-08 09:16:09
hello guys… anyone can teach me of laravel.
i have little knowledge in laravel. but i want to learn make api and integration
Mob/whatsapp : +918340272471
Thanks in advance
Pay per hour i will teach u
Azad Akhtar 2020-10-08 09:52:39
how much?
ikudratov 2020-10-08 09:54:45
Hi Guys!
If hosting doesn’t support node js will my Laravel+Vue JS project work?
Dkhicher 2020-10-08 09:55:59
ikudratov 2020-10-08 09:54:45
Hi Guys!
If hosting doesn’t support node js will my Laravel+Vue JS project work?
Yaa
ikudratov 2020-10-08 09:57:27
Dkhicher 2020-10-08 09:55:59
Yaa
Ok, how?
I am taking a face with a problem that vue-router is not working!
ikudratov 2020-10-08 09:58:47
all async request/response not working
rahman_rezaee 2020-10-08 10:08:07
ikudratov 2020-10-08 09:54:45
Hi Guys!
If hosting doesn’t support node js will my Laravel+Vue JS project work?
Yes it work but you must compile all vuejsfile in local
aashu_mishra 2020-10-08 10:11:19
I am trying to change multiple column of enum type value in alter migration
public function up()
{
IlluminateSupportFacadesDB::statement(“ALTER table master_attributes MODIFY attribute_type ENUM(‘NUMERIC’,’STRING’) AND attribute_value_type ENUM(‘VALUES’,’USER_DEFINED’) “);
}
but getting error:
aashu_mishra 2020-10-08 10:11:29
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘AND attribute_value_type ENUM(‘VALUES’,’USER_DEFINED’)’ at line 1 (SQL: ALTER table master_attributes MODIFY attribute_type ENUM(‘NUMERIC’,’STRING’) AND attribute_value_type ENUM(‘VALUES’,’USER_DEFINED’) )
2020-10-08 10:13:03

is it false ?
Z_Yamin 2020-10-08 10:14:38
2020-10-08 10:13:03
is it false ?
first check your conditions then return view
2020-10-08 10:30:18
Z_Yamin 2020-10-08 10:14:38
first check your conditions then return view

2020-10-08 10:30:29
like this ?
2020-10-08 10:32:04
tnx its work ! 💎
Z_Yamin 2020-10-08 10:35:00
2020-10-08 10:32:04
tnx its work ! 💎
Welcome
hk 2020-10-08 10:42:58
Z_Yamin 2020-10-08 07:19:58
No nee to make tow login, You can add a column Role in your Users table in database and and according to that role give their permission what can do in system
Ya
Thanks
But I want to learn how to make multi auth system
And how to overwrite all auth routes and controls for new model
Because by default model is user
NOSTRAPRO7 2020-10-08 10:52:30
Hey everyone I need one help in laravel cashier stripe
NOSTRAPRO7 2020-10-08 10:52:58
I have coupon name for subscription but it’s redeeming using coupon id
← prev | next →