Did you install php correctly?

|
mohsetiawanmodeong 2020-12-05 09:50:41
oke
hypernxf 2020-12-05 10:05:35
Method = POST

include <input type=”hidden” name=”_method” value=”delete” />

hypernxf 2020-12-05 10:05:46
https://stackoverflow.com/questions/44113969/use-delete-method-in-route-with-laravel-5-4

use DELETE method in route with Laravel 5.4Stack Overflow
I’m working on a Laravel (v 5.4) project and i did the CRUD to manage categories. Currently, i can create a new category and i would be able to delete.

I created the view (with blade) to delete the

hypernxf 2020-12-05 10:06:13
Cant remember how to use. But it’s the same thing
mohsetiawanmodeong 2020-12-05 10:10:08
okee
amirvalhalla 2020-12-05 10:25:24
2020-12-05 09:40:56
Ta harfeto pas naghiri
Arom nemigigirim 😅😅😅

😂😂❤️

2020-12-05 10:32:03
amirvalhalla 2020-12-05 10:25:24
😂😂❤️

😅❤

Pils36 2020-12-05 11:21:20
Acird Burn 2020-11-13 14:56:36
Looking for an experienced core PHP developer must be able to get done with work real fast payment is based on modules completed each u can send me text to my inbox if interested

Hi, is the offer still on, I’m interested

amirsohail03 2020-12-05 12:58:38
laravel_discuss-61379.jpg

amirsohail03 2020-12-05 12:58:57
amirsohail03 2020-12-05 12:58:38

Can anyone help me out

profsr123 2020-12-05 13:04:18
public function from(Request $request){

$from=$request->from;
$to= $request->to;
// echo $from;
// echo $to;
$orders=Orders::whereBetween(‘ordered_on’, [$from, $to])->toSql();
echo $orders;
}

profsr123 2020-12-05 13:04:33
any body please help this code not working
amirvalhalla 2020-12-05 13:26:14
amirsohail03 2020-12-05 12:58:57
Can anyone help me out

Did you install php correctly? I mean Php and related thing to it

amirsohail03 2020-12-05 13:57:54
amirvalhalla 2020-12-05 13:26:14
Did you install php correctly? I mean Php and related thing to it

I am using linux and php 7.4 is preinstalled in it

hypernxf 2020-12-05 14:04:41
profsr123 2020-12-05 13:04:18
public function from(Request $request){

$from=$request->from;
$to= $request->to;
// echo $from;
// echo $to;
$orders=Orders::whereBetween(‘ordered_on’, [$from, $to])->toSql();
echo $orders;
}

What is not working exactly?

fatihsyams 2020-12-05 16:35:05
laravel_discuss-61393.jpg
sorry, can i ask about Target class [SupplierController] does not exist. anyone can help me ?
DesolatorMagno 2020-12-05 16:37:31
Yes, you can ask.
fatihsyams 2020-12-05 16:38:23
i just learn laravel, but my vidio tutorial was 2019, i guess so many code change in 2020
DesolatorMagno 2020-12-05 16:38:51
If you are using Laravel 8.0 yes, there was a big change there.
DesolatorMagno 2020-12-05 16:39:20
Check in the documentation about route for the new way to declare it.
amirvalhalla 2020-12-05 16:39:28
fatihsyams 2020-12-05 16:35:05
sorry, can i ask about Target class [SupplierController] does not exist. anyone can help me ?

You entered wrong controller address
You have to get ” from supplier controller
So code command have to be
route:resource(‘supplier’, SupplierController::class)

fatihsyams 2020-12-05 16:41:22
laravel_discuss-61399.jpg
btw, i was code like that, but the result same
amirvalhalla 2020-12-05 16:41:46
fatihsyams 2020-12-05 16:41:22
btw, i was code like that, but the result same

Don’t need put it into array

amirvalhalla 2020-12-05 16:42:01
amirvalhalla 2020-12-05 16:39:28
You entered wrong controller address
You have to get ” from supplier controller
So code command have to be
route:resource(‘supplier’, SupplierController::class)

See my code again!

fatihsyams 2020-12-05 16:43:47
wow, im sorry
fatihsyams 2020-12-05 16:44:05
thankyou, its work
fatihsyams 2020-12-05 16:44:52
i was read in stackoverflow use array for call controller
amirvalhalla 2020-12-05 16:46:01
fatihsyams 2020-12-05 16:44:52
i was read in stackoverflow use array for call controller

In laravel 8 routing changed, good luck🖤

fatihsyams 2020-12-05 16:48:08
im so may got a error when i learn laravel, maybe cause laravel 8, like a pass data from controller to view, sistem said variable not found 🙂 do u have solution about it
fatihsyams 2020-12-05 16:48:20
fatihsyams 2020-12-05 16:48:08
im so may got a error when i learn laravel, maybe cause laravel 8, like a pass data from controller to view, sistem said variable not found 🙂 do u have solution about it

many

amirvalhalla 2020-12-05 16:49:58
fatihsyams 2020-12-05 16:48:20
many

In this specific case you said, nothing changed in laravel 8 rather than before versions maybe your problem was other thing

2020-12-05 19:39:57
Laravel 8 with PHP 8 is working
DesolatorMagno 2020-12-05 19:52:03
Yes, they tested it and every test did pass.
amirvalhalla 2020-12-05 20:00:54
2020-12-05 19:39:57
Laravel 8 with PHP 8 is working

Yeah, it works

Noufal Kollakkad 2020-12-05 20:10:30
Hello student management system
|