Good morning. My server php is start and i try to get action file BlogController with http://127.0.0.1:8000/src/Controller/ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Good morning. My server php is start and i try to get action file BlogController with http://127.0.0.1:8000/src/Controller/

submit request http://127.0.0.1:8000/src/Controller/ https://code.sololearn.com/WB2KoTtLD41J/?ref=app

9th Aug 2022, 6:54 AM
Malick Diagne
Malick Diagne - avatar
17 Answers
0
You cant be fkn serious.
9th Aug 2022, 8:29 PM
ρү૨œdԌ૨ ×
ρү૨œdԌ૨ × - avatar
0
THIS ISNT EVEN A QUESTION AND IF U R ABLE TO FKN CODE LARAVEL HOW COME YOU DONT UNDERSTAND?!.!
9th Aug 2022, 8:29 PM
ρү૨œdԌ૨ ×
ρү૨œdԌ૨ × - avatar
0
Good morning sir Like github i want to get file inside Controller and modify That's why i want to do get I know how i can do it with github
10th Aug 2022, 6:58 AM
Malick Diagne
Malick Diagne - avatar
0
You use it's name space. The views are referenced by return view('main.view.namespace', compact('variable','variable')); and the models are referenced in your controller methods like object = Object::get(); then object->item(); ... you probably just need to study more and pay attention to what a controller is for in the MVC paradigm of Laravel. MVC = model, view, controller
10th Aug 2022, 8:07 PM
ρү૨œdԌ૨ ×
ρү૨œdԌ૨ × - avatar
0
Good morning sir. I have error no route found for GET. How can i find route for GET Thanks you sir
11th Aug 2022, 4:15 AM
Malick Diagne
Malick Diagne - avatar
0
in your routes file add a route to the controller and method like: Route::get('uri.uri', 'Method@ControllerName'); the get meaning GET request. Again its worth it to research this stuff. If you need something look up Brad Traversy's channel on YT.
11th Aug 2022, 4:43 AM
ρү૨œdԌ૨ ×
ρү૨œdԌ૨ × - avatar
0
In routes.yaml
11th Aug 2022, 4:44 AM
Malick Diagne
Malick Diagne - avatar
0
no in routes/web.php
11th Aug 2022, 4:45 AM
ρү૨œdԌ૨ ×
ρү૨œdԌ૨ × - avatar
0
You know that the controller bridges your Models and Views right?
11th Aug 2022, 4:47 AM
ρү૨œdԌ૨ ×
ρү૨œdԌ૨ × - avatar
0
Sir I try something like this request to access sommeFile.php file in my computer server php symfony. I have no result Thanks you sir https://code.sololearn.com/WKsk5d19WZ5I/?ref=app
11th Aug 2022, 8:54 PM
Malick Diagne
Malick Diagne - avatar
0
Thanks you sir
11th Aug 2022, 10:16 PM
Malick Diagne
Malick Diagne - avatar
0
You can't use Laravel on SoloLearn. It is not possible..
12th Aug 2022, 5:14 AM
ρү૨œdԌ૨ ×
ρү૨œdԌ૨ × - avatar
0
Yes sir I use another application like programming hero I create file welcome The sever is https ://localhost :8080 I want to post name and email in the https ://localhost:8080 Thanks you sir I have error https://code.sololearn.com/WCR38IV2QYQF/?ref=app
12th Aug 2022, 6:38 AM
Malick Diagne
Malick Diagne - avatar
0
The web page could not be loaded
12th Aug 2022, 6:46 AM
Malick Diagne
Malick Diagne - avatar
0
Sir I have error No route find to my post https://code.sololearn.com/WBB7Fa4yu9r2/?ref=app
12th Aug 2022, 12:45 PM
Malick Diagne
Malick Diagne - avatar
0
Morning sir Why my server php bin/console server:start stop. I want to run it a long time Thanks you sir https://code.sololearn.com/WCR38IV2QYQF/?ref=app
13th Aug 2022, 7:21 PM
Malick Diagne
Malick Diagne - avatar