Tag: laravel
-

Laravel Basic of Route and View
Consider any URL send request form the browser and go to server and that server use Laravel as a backend and perform the following steps: Route File looks at the request: Request first of all goes to route file and it looks the request and decide what to do next Get or process any data…
-

Steps to Install laravel
To Install Laravel follow following points: Use command: Composer global require Laravel/installer Then change the directory to htdocs from cd.. command After that cerate project using following command Laravel new project_name It takes some time when itβs done then open the project to any editor like visual studio then Use terminal and check the…