Latest Laravel/PHP Articles

Latest Laravel/PHP Articles curated daily from around the web.


Because I hard coded the login credentials you need to put the username as “admin” and the password as “pass”. CSRF token is stored against the session identifi...
Laravel built with testing in mind. Laravel support PHPUnit testing.
The problem I had was simple. I wanted to create a summary API of one of my resources, and I wanted to do it the way that would be the best for the project and...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Laravel Dusk is based on Browser and work’s as a test automation tool for testing web applications that are based on Php. Application testing has been fully rew...
If you are working with large application in which the code first retrieves a list of entities… Just say, “customers”. So if you want to know the details of eac...
An attacker tricks a person, to use his cookies of some service, for something that attacker desires. It was a simple definition for CSRF attacks. according to...
What Is Laravel? Web advancement structures give the spine to building a site’s functionalities. These incorporate how the site reacts to client demands, compos...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Cross site request forgery (CSRF) also known as XSRF is an attack that targets clients by forcing them or tricking them to execute unwanted actions on a web app...
What Are Laravel Packages? The Collection of Laravel based PHP files bundled together are called Laravel Packages that provide a certain Functionality such as S...
Cross-Site Request Forgery (CSRF) is a type of attack that occurs when a malicious web site, email, blog, instant message, or program causes a user’s web browse...
This story is about how to use Double Submit Cookie Pattern to prevent CSRF attack. What is CSRF arrack?
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.

blog.laravel.com

Laravel Snippet #15
Topics: After selling $10,000,000 worth of software, I begin a mini-series on launching successful software products.
In my previous post I have discussed about the Cross-Site Request Forgery (CSRF) attack along with the double submit cookie pattern which is used to prevent CSR...
PHP is one of the most used and demanding programming languages in the world of Web Development and as a result of upgradations in its frameworks, the developer...
File handling is one of the standard routines in most web projects, but it’s not that easy to build from scratch: file extensions, uploads, thumbnails, protecti...