How to do edit and insert using one form
Can help me with this query
User 2 .blade page,one for create and other for edit and also create a .blade page for from design, write the create submit button action on create blade and edit submit button action on edit blade and called the form blade from both the edit and create blade.
Ex.@inclued(‘form.blade.php’);
Guys why if I run “php artisan serve” On my ubuntu terminal it shows
“SQLSTATE[HY000] [1045] Access denied for user ‘aleemont’@’localhost’ (using password: YES)”?
Bittle2020-10-09 02:34:20
Your db username/password is incorrect
aleemont2020-10-09 02:46:49
No it isn’t
aleemont2020-10-09 02:46:59
I checked
DesolatorMagno2020-10-09 03:04:31
config(‘database.connections.’ . config(‘database.default’))
Try that in tinker, and see if the data is right.
VimKanzo2020-10-09 03:29:41
Fraud
Bittle2020-10-09 04:05:34
Can someone kick them?
Phen2020-10-09 05:06:05
Hello, I have one question, How can we get raw json parameter value in laravel when post using raw json request
2020-10-09 06:20:22
Create android apps , ios apps , web apps ( cross platform apps ) using python
Python BeeWare
How To Create First Project In BeeWare | BeeWare Tutorial For Beginners – YouTube In this video i will show you how to create first project in BeeWare.and how to install briefcase BeeWare tool.
In this tutorial series i will cover all basic BeeWare tutorials for beginners.
hk2020-10-09 07:46:15
Sujata Kalita2020-10-08 22:08:10
User 2 .blade page,one for create and other for edit and also create a .blade page for from design, write the create submit button action on create blade and edit submit button action on edit blade and called the form blade from both the edit and create blade.
Ex.@inclued(‘form.blade.php’);
Ya can use includes
Thanks
iamaeshar2020-10-09 09:02:55
Why I am getting this error. Earlier it was running good.
Robin George2020-10-09 10:23:09
What all tools required to do laravel
Probir2020-10-09 10:34:58
Remove from composer.json file and do composer update
Probir2020-10-09 10:37:29
aleemont2020-10-09 02:20:57
Guys why if I run “php artisan serve” On my ubuntu terminal it shows
“SQLSTATE[HY000] [1045] Access denied for user ‘aleemont’@’localhost’ (using password: YES)”?
You didn’t connect with mysql database
Probir2020-10-09 10:38:19
aleemont2020-10-09 02:20:57
Guys why if I run “php artisan serve” On my ubuntu terminal it shows
“SQLSTATE[HY000] [1045] Access denied for user ‘aleemont’@’localhost’ (using password: YES)”?
Php artisan cache:clear
Probir2020-10-09 10:38:44
Phen2020-10-09 05:06:05
Hello, I have one question, How can we get raw json parameter value in laravel when post using raw json request
Simply return $data
Fred_ki2020-10-09 10:39:15
Robin George2020-10-09 10:23:09
What all tools required to do laravel
php version =>7.0
Probir2020-10-09 10:39:49
Phen2020-10-09 05:06:05
Hello, I have one question, How can we get raw json parameter value in laravel when post using raw json request
You can also do return response()->json(data)
Fred_ki2020-10-09 10:40:26
then also download composer and as you go along that youd notice you also need the bootstrap ,jquery and other plugins
Phen2020-10-09 10:41:14
Probir2020-10-09 10:39:49
You can also do return response()->json(data)
thanks!
o_sayfullayev2020-10-09 10:41:55
What kind of problem is it
o_sayfullayev2020-10-09 10:42:11
docker running, user added do docker group
Probir2020-10-09 10:45:06
Guys try to learn things from documentation
Probir2020-10-09 10:49:52
Anyone need help related to laravel and Vuejs?
2020-10-09 12:53:12
How to pass data from one view file to another view file?
2020-10-09 12:53:40
Like if I want to access input data from one view page to another
2020-10-09 12:53:54
Then how to access that?
2020-10-09 12:54:07
Hope to get some guidance and help
Probir2020-10-09 13:09:04
2020-10-09 12:53:12
How to pass data from one view file to another view file?
you can use this
@include(‘view.name’, [‘some’ => ‘data’]);
DmytroBrovun2020-10-09 13:11:09
2020-10-09 12:53:54
Then how to access that?
after @include(‘view.name’, [‘some’ => ‘data’]);
use in view.name {{$some}}
rezphp2020-10-09 13:15:58
how get my you tube channel link ?
2020-10-09 13:16:28
Can someone guide me towards some good article or step by step instructions to fetch, insert, delete and edit data from database.
.
.
I’ve seen many videos but my concept isn’t getting clear
Probir2020-10-09 13:32:06
Anyone need any Paid Mentor for laravel , vuejs , database design for any beginners?
I will try to teach you whatever I know
Then we can connect
badralwattar2020-10-09 13:43:06
2020-10-09 13:16:28
Can someone guide me towards some good article or step by step instructions to fetch, insert, delete and edit data from database.
.
.
I’ve seen many videos but my concept isn’t getting clear
This will help you
Laravel Tutorial – Building API, Testing it using Postman & Ajax – YouTube We will build API using Laravel from the beginning until the end with a brief of explanation on a whiteboard. and also we will test it using postman and Ajax.