Generate Security Token
we are generating csrf token for the form.
Create a controller
//write command in terminal
PHP artisan make:controller ControllerName
now go in http/controllers and write into your controller my controller name is 'my_controller'.
class my_controller...
laiba.hashnode.dev1 min read