devquora


Member since 07/06/2018

Name: sharad jaiswal

Location: New Delhi

Website: https://www.onlineinterviewquestions.com/

Web developer and blogger at https://www.onlineinterviewquestions.com/

7 snippets

4456 profile views

0 Comment(s) Posted

View their favorites

their Tags


Profile

Achievement

first submission:submitting first snipplet

devquora's Recent Snippets



« Prev 1 Next »
Updating a record in Laravel using Eloquent.
0 10867 posted 4 years ago by devquora
Laravel provides several different ways to validate your application incoming data.By default Laravel’s base controller class uses a ValidatesRequests trait which provides a convenient method to validate all incoming HTTP requests coming from client....
0 10601 posted 4 years ago by devquora
Learn how to use delete query in Laravel Framework.
0 10504 posted 4 years ago by devquora
Clear Laravel Cache on shared hosting
0 10552 posted 4 years ago by devquora
CSS gradients help you to display transitions between more than two colors. In order to create a linear gradient, you must represent at least two color stops. Color stops are the colors you desire to render smooth transitions among. In addition to th...
0 10088 posted 4 years ago by devquora
Code to upload a file in PHP
0 1303 posted 5 years ago by devquora
As HTTP is state protocol.To maintain states on server and share data across multiple pages PHP session are used.PHP sessions are simple way to store data for individual users/client against a unique session ID.Session IDs are normally sent to the br...
0 1062 posted 5 years ago by devquora
« Prev 1 Next »