I have a command that runs in an while(1) loop, which occasionally needs to send an email alert usin...
It isn't possible to do server side - if you do really need to serve a different page you would need...
\Input:all(); Will give you all fields, so you would need to do something like $input = \Input::all...
I don't use sql inject me, so I am not sure how it works exactly, but can you post your controller c...
I wouldn't store it in the database - I would store it as a config file - I assume you need to acces...
I would probably write this out to a config file on save assuming you have sufficient privileges
The Laravel portal for problem solving, knowledge sharing and community building.