Posts

Showing posts from January, 2020

Foreign key is not working properly ? Why?

Image
Foreign key is not working in Mariadb and new version of MySQL because the foreign key constraint is dropped or new databases stopped support to foreign key due to major problems like data integrity. It has been stopped since before 2020. Currently innodb is the only one database that supports the foreign key constraint. Also foreign keys cannot be used with views in innodb.

Laravel: An extreme Framework

Image
The laravel is a framework of PHP created in the year 2011. Even it was created in 2011, it is one of the biggest and most popular framework that is used in the present year. It is an elegant tool to develop web applications created by Taylor Otwell. Laravel supports the latest version of php. The syntax of laravel is easy and it can manage the entire website. It consists of a template engine called the blade template so that the  user interface design of the webpage can easily be managed. It consists of various inbuilt packages and commands. Most of the edits are configured using the command prompt.