How to add middleware to restrict user access without login in Laravel 11?
I am developing a project in which I have to make sure that the user can access the page only if he is logged in, otherwise he should remain at the login page. …
Read more →
I am developing a project in which I have to make sure that the user can access the page only if he is logged in, otherwise he should remain at the login page. …
Read more →
Are you adding reCAPTCHA validation to your website forms and Google for the first time and google's guide is going right above your head? That was me, today mo…
Read more →Humans and bots will do similar things, but bots will do things that humans don't. Let's try to identify those things. Before we look at behavior, let's accept …
Read more →To add/install MSSQL support in PHP5 on Debian linux server, follow the below steps: Install FreeTDS and the PHP MS SQL extension sudo apt-get install freetds-c…
Read more →In cakephp most of us use ACL with Auth component to manage logins and access to various pages. When we need to implement this feature based on User Roles only.…
Read more →For one of my project I was required to upload files on an FTP server from the PHP script. Searching on Google I found code required but it was not completely a…
Read more →Today, the usage of mobile is increasing day by day and most of the users are preferring mobile device over desktop. Therefore it is almost necessary to ch…
Read more →While browsing thorough my emails today morning. I found a link to wordpress plugins for blog administrators . This is a well categorized list and have plugins …
Read more →Recently I need to upgrade one Joomla 1.0.x installation to the new installation. If you are also dealing with Joomla 1.0 installation to upgrade or maintain an…
Read more →With the advent of modern browsers, web pages are using more and more javascript and stylesheets to make applications work faster and look better. And this is a…
Read more →When developing Ajax applications on local machine you may face this error on almost all browsers that cross referring a link from other domain is not allowed. …
Read more →When working on PHP and MySql development we rarely get a chance to install the application on Windows IIS server. And today I was asked to do the same. The fir…
Read more →When you need to take a backup of a large MySql database, then "mysqldump" command come most handy and does the task in few seconds. But for that we need to acc…
Read more →When using special characters in UTF-8 character encoding, sometimes when you read something from mysql database then it is not displayed properly on the web pa…
Read more →When I recently started working on some of my ideas of a web application, then CakePHP is the framework of my choice. I am working with it since last 3-4 years …
Read more →