PHP Basic

PHP Introduction PHP stands for “PHP : Hypertext Preprocessor” is widely used general purpose open source scripting language. PHP was founded by Rasmus Lerdorf in 1994 but PHP entered into market in 1995. PHP is […]

Laravel Middleware

Laravel middleware is the mechanism that controls the workflow between request and response. When any request is fired, laravel middleware identifies it and processes it. According to the result, the middleware provides an appropriate response […]