Anyone need any Paid Mentor for laravel, vuejs, database design for any beginners?

|
Sujata Kalita 2020-10-08 22:08:10
hk 2020-10-08 19:49:27
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’);

Sujata Kalita 2020-10-08 22:21:22
What type of project?
karthick_sivakumar 2020-10-08 22:24:53
@all

https://packagist.org/packages/larasnap/laravel-admin

Check the package and let me know your thoughts. Build by me

larasnap/laravel-admin – Packagistpackagist.org
Laravel Admin Panel
zeshanfarooqi 2020-10-08 22:38:27
Please share details in person
aleemont 2020-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)”?
Bittle 2020-10-09 02:34:20
Your db username/password is incorrect
aleemont 2020-10-09 02:46:49
No it isn’t
aleemont 2020-10-09 02:46:59
I checked
DesolatorMagno 2020-10-09 03:04:31
config(‘database.connections.’ . config(‘database.default’))
Try that in tinker, and see if the data is right.
VimKanzo 2020-10-09 03:29:41
Fraud
Bittle 2020-10-09 04:05:34
Can someone kick them?
Phen 2020-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 BeginnersYouTube
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.
hk 2020-10-09 07:46:15
Sujata Kalita 2020-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

iamaeshar 2020-10-09 09:02:55
laravel_discuss-54260.jpg
Why I am getting this error. Earlier it was running good.
Robin George 2020-10-09 10:23:09
What all tools required to do laravel
Probir 2020-10-09 10:34:58
Remove from composer.json file and do composer update
Probir 2020-10-09 10:37:29
aleemont 2020-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

Probir 2020-10-09 10:38:19
aleemont 2020-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

Probir 2020-10-09 10:38:44
Phen 2020-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_ki 2020-10-09 10:39:15
Robin George 2020-10-09 10:23:09
What all tools required to do laravel

php version =>7.0

Probir 2020-10-09 10:39:49
Phen 2020-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_ki 2020-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
Phen 2020-10-09 10:41:14
Probir 2020-10-09 10:39:49
You can also do return response()->json(data)

thanks!

o_sayfullayev 2020-10-09 10:41:55
laravel_discuss-54271.jpg
What kind of problem is it
o_sayfullayev 2020-10-09 10:42:11
docker running, user added do docker group
Probir 2020-10-09 10:45:06
Guys try to learn things from documentation
Probir 2020-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
Probir 2020-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’]);

DmytroBrovun 2020-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}}

rezphp 2020-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
Probir 2020-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

badralwattar 2020-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 & AjaxYouTube
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.

Laravel course on my channel:

Documentation:
https://laravel.com/docs/7.x/eloquent-relationships

####################
CHAPTERS IN THIS VIDEO!
####################

0:00 – Intro
01:14 – Explanation
06:15 – Building API using Laravel
13:15 – Postman testing
23:57 – Ajax testing

—– Social —–
Instagram : codebrain99 | https://www.instagram.com/codebrain99/
Twitter : codebrain99 | https://twitter.com/CodeBrain99

#laravel #php #framework #web

H4rdy_11 2020-10-09 14:34:44
How to set maps iframe in blade file?
simon_an 2020-10-09 14:45:56
I have a silly question, How do I send a empty numerical key with an empty value JSON?
Jomitz 2020-10-09 14:48:20
I think the key cannot be empty but the value can be empty
simon_an 2020-10-09 14:50:01
laravel_discuss-54291.jpg

simon_an 2020-10-09 14:50:20
laravel_discuss-54292.jpg

simon_an 2020-10-09 14:50:31
oNE or two?
simon_an 2020-10-09 14:51:40
A key with empty numerical value Jo
simon_an 2020-10-09 14:55:20
I am told to do one but I wonder why there is that error, I thought it should be two
Jomitz 2020-10-09 15:01:04
Two
Jomitz 2020-10-09 15:02:03
One is an error because the key should be followed by value associated with the key
icloudservice2022 2020-10-09 15:02:42
Please i need someone professional in laravel, i want pay for some small help thanks
Jomitz 2020-10-09 15:03:26
What is it @tamtamtam31
|