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... 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 >>
Laravel is a PHP framework for creating Websites that work well with MySQL database and follows MVC – Model view and controller. Model represent data stored in databaseView represent the HTML template that send to the browser.Controller is the... READ MORE >>
Recent Comments