As we know we can send the data from route to view using {{ }} – curly braces that is blade syntax. As we know blade is a template engine that make easier to work with data and logic inside of php. Some Basic Blade syntax If we use if... READ MORE >>
Data can easily be passed from route to view by passing second argument to view and this argument is an array that is key value pair or we declare array in a variable and use this variable as a second argument. Here each key is a variable For... READ MORE >>
Now we will create our own route and view with our own customize name and desired output whatever we want. Now we create route with name contact and view with same name. For this Go to Routes Folder and work on web. Php... READ MORE >>
To Install Laravel follow following points: Use command: Composer global require Laravel/installer Then change the directory to htdocs from cd.. commandAfter that cerate project using following... READ MORE >>
Recent Comments