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
17 Réponses
0
You cant be fkn serious.
0
THIS ISNT EVEN A QUESTION AND IF U R ABLE TO FKN CODE LARAVEL HOW COME YOU DONT UNDERSTAND?!.!
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
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
0
Good morning sir. I have error no route found for GET.
How can i find route for GET
Thanks you sir
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.
0
In routes.yaml
0
no in routes/web.php
0
You know that the controller bridges your Models and Views right?
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
0
Sir
Why can't i submit ?
https://code.sololearn.com/WCR38IV2QYQF/?ref=app
https://code.sololearn.com/WUrWGTAFB944/?ref=app
0
Thanks you sir
0
You can't use Laravel on SoloLearn. It is not possible..
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
0
The web page could not be loaded
0
Sir
I have error
No route find to my post
https://code.sololearn.com/WBB7Fa4yu9r2/?ref=app
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