Posts

Showing posts from February, 2019

Installation procedure of Laravel

Image
                                      Laravel  is a PHP-based web framework that is largely based on the MVC architecture. Laravel was created to make it easier for developers to get started on PHP projects. With Laravel, you think less about the setup, architecture, and dependencies of a project and go straight into the meat of the project. How Laravel Works : Laravel mainly depends upon three components they are, 1.Model 2.View 3.Controller The architecture of those three components are is as follows, MODEL : Represents real-life instance or object in our code base. VIEW : Represents the interface through which the user interacts with our application. CONTROLLER : When a user takes an action, the Controller handles the action and updates the Model if necessary. INSTALLATION OF COMPOSER : Step1:  Download the composer in your system to start working on it from the following URL “ https://getcomposer.org/download/ “. Step2:  Af

Why Materialize CSS?

Image
Materialize CSS is a responsive front end framework based on Google’s Material Design. No doubt Bootstrap is the most popular CSS framework that is used by a large number of people, but if you want to try a new framework and want to try new designs then materialize is the best choice.             Materialize CSS is licensed under MIT. It is started by a team of 4 members from Carnegie Mellon University namely Alvin Wang, Alan Chang, Alex Mark and Kevin Louie. It is actively maintained by them you can see it’s GitHub page for more information.              It is very easy to get started using Materialize CSS. Simply download the files provided by them and place them in respective folders like shown below.             Materialize also follow’s grid system which has 12 columns just like Bootstrap. It uses Google material icons for better representation of UI . It has very good documentation, you can start and get it to work very easily by following the documen