i want it like this :http://127.0.0.1:8000/admin/mytasks/5
2
Data passed in POST method is not shown in the address bar for example like this
//your url like http://127.0.0.1:800/admin/mytasks/5
$url = ‘http://127.0.0.1:800/admin/mytasks/’ . encrypt(5)
// And decrypt it inside controller
Click here to cancel reply.
2
Answers
Data passed in POST method is not shown in the address bar for example like this
$url = ‘http://127.0.0.1:800/admin/mytasks/’ . encrypt(5)
// And decrypt it inside controller