the records will be gone right ?
Then how can I do that without erasing my records ?
Any payment gateway is there already ?
Anyone can help me?
Let I have a table on database with some records and I want to add an extra column on that table
But if I change the table.php by adding an extra column and refreshing the migrate. the records will be gone right ?
Then how can I do that without erasing my records ?
Let I have a table on database with some records and I want to add an extra column on that table
But if I change the table.php by adding an extra column and refreshing the migrate. the records will be gone right ?
Then how can I do that without erasing my records ?
like this you can add column in laravel without erasing database
I had a 8.0 version in my system and the project was using php 7.3 . So I changed the version to 7.4 and it worked. I think 8.0 doesn’t support some dependencies that’s why I was facing that problem.
Thankyou for your help and guidance.😇
I had a 8.0 version in my system and the project was using php 7.3 . So I changed the version to 7.4 and it worked. I think 8.0 doesn’t support some dependencies that’s why I was facing that problem.
Thankyou for your help and guidance.😇
You’re most welcome 👍
In course model you can use this relation
public function curriculum() {
return $this->hasMany(‘AppCurriculum’,’course_id’,’id’);
}
I want to create an API to store the course, when I’m trying to return CourseLectureResource I’m getting a null value in lecture_detail like this, [this is output for the error: https://pastebin.com/xzfHbC9r]. But if I try to return CurriculumLectureResource in my CurriculumController I get all the values like this, [this is output when I’m getting all value:https://pastebin.com/7Vy5sshL]. What’s wrong with my code?
this is the [CurriculumController:https://pastebin.com/4NUfwNQC], [CurriculumLectureResource:https://pastebin.com/nw9GmHBJ], [CourseController:https://pastebin.com/GkuPsyAj ], this is the code where getting the error[CourseLectureResource:https://pastebin.com/G9Bu3Q23]
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
How Can I sort string numbers like “954” … ?
is it possible to sort string number
why I am asking this question I have implement four basics math methods (+ – * / in string number
Hello guys, I’m tying to insert image, I get something like this,
How Can I sort string numbers like “954” … ?
is it possible to sort string number
why I am asking this question I have implement four basics math methods (+ – * / in string number
Convert 954 to 9,5,4
$xyz=”9,5,4″;
sort($xyz, SORT_NUMERIC);
echo $xyz;
$xyz=”9,5,4″;
sort($xyz, SORT_NUMERIC);
echo $xyz;
954 number is equal “954” in string number
Okay I solved the problem thank you
$file = $request->file(‘image’);
$extension = $file->getClientOriginalExtension(); // you can also use file name
$fileName = time().’.’.$extension;
$path = public_path().’/postImage’;
$file->move($path,$fileName);
i have given all permission but again getting error->
Forbidden
You don’t have permission to access this resource.
Captured with Lightshot
Forbidden
You don’t have permission to access this resource.
May be recursive permission needed, Each files of the folder.
defensive programming
How i dont know abhout it
I want to separate the CourseLectureResource response and the CourseQuizResource response on one function, namely the store function in CourseController, how to separate the two, I’ve tried using i…

https://api.whatsapp.com/send?phone=919682900324&text=I%27m%20intrested%20to%20hire%20you%2006/04/21