Laravel Layout Files In laravel we can create layout files. Maily what a layout file is, It is a file where we call our libraries such as script and css…
Tag
laravel 7
-
-
Laravel Controllers Laravel is Model, View , Controller ( MVC framework). Models when we deal with database we use them then, Views were we display the data and Controllers where…
-
Laravel Routes: In Laravel we can define routes. So when you want some page to load when user goes to some url. That’s where laravel routes come into play. For…