Category: PHP Frameworks
What is the purpose of multiple .htaccess files in CakePHP?
Purpose of multiple .htaccess files in CakePHP In Cakephp, contained .htaccess files are as follows: newcakeproject/.htaccess /app/.htaccess /app/webroot/.htaccess 1. newcakeproject/.htaccess CakePHP root directory .htaccess redirects everything to your CakePHP app (means to webroot). We can also redirect the url to
Login With Facebook in PHP
How to implement Login With Facebook in PHP In today’s environment it is very common to use facebook and gmail login features to make login process more authentic and fast. Here I am going to describe how to implement login
Difference among isset, is_null and empty in PHP
Learn to Differentiate among isset, is_null and empty in PHP Php has different methods to check the value of the variable. The methods isset(), empty() and is_null() are very useful methods and all returns a boolean value. Let see the
Using Google Search Operators
Using Google Search Operators for Better Results Google defines Search Operators as the “words or symbols in one’s search phrase that make the search results more precise”. These operators have their basis in coding as they are nothing but shortcuts
Purpose of multiple .htaccess files in CakePHP
What us the purpose of multiple .htaccess files in CakePHP? In Cakephp, contained .htaccess files are as follows: 1. newcakeproject/.htaccess 2. /app/.htaccess 3. /app/webroot/.htaccess 1. newcakeproject/.htaccess CakePHP root directory .htaccess redirects everything to your CakePHP app (means to webroot). We
How to use Laravel Queue with database
Purpose of Laravel Queue and How to use them with database Page load time is an important aspect of any successful website, and one should not overlook the importance of that as it affects the SEO of the site and
Database Migration in Laravel
Database Migration in Laravel Migrations allow us to easily share the database schema of your website. There are only a few commands to run to create database tables. If, we do it manually there is some chances of getting an
Library in Laravel for sending emails
Support for or a library in Laravel for sending emails Laravel uses free feature-rich library SwiftMailer to send emails. It is easy to use. Email templates can be created and loaded in the same way as views.We can use the
Bootstrap Grid System and Breakpoints
Bootstrap Grid System and Breakpoints Bootstrap Grid System The Bootstrap Grid System uses the strategy of mobile first. Bootstrap Grid System divides the screen into 12 columns which can be joined to create wider columns according to the size of