- Hands-On Full Stack Web Development with Angular 6 and Laravel 5
- Fernando Monteiro
- 162字
- 2021-07-23 19:18:45
Laravel application life cycle
In a Laravel application, the flow is almost the same as in the previous example, but a little more complex. When the user triggers an event in a browser, the request arrives on a web server (Apache/Nginx), where we have our web application running. So, the server redirects the request into public/index.php, the starting point for the entire framework. In the bootstrap folder, the autoloader.php is started and loads all of the files generated by the composer retrieving an instance to the Laravel application.
Let's look at the following screenshot:

The diagram is complex enough for our first chapter, so we will not get into all of the steps performed by the user's request. Instead, we will go on to another very important feature that is a main concept in Laravel: the Artisan command-line interface (CLI).
- 解析QUIC/HTTP3:未來(lái)互聯(lián)網(wǎng)的基石
- 智能網(wǎng)聯(lián)汽車(chē)V2X與智能網(wǎng)聯(lián)設(shè)施I2X
- SEO 20日
- 電子政務(wù)效益的經(jīng)濟(jì)分析與評(píng)價(jià)
- Hands-On Chatbot Development with Alexa Skills and Amazon Lex
- 走進(jìn)物聯(lián)網(wǎng)
- 物聯(lián)網(wǎng)時(shí)代
- PLC、現(xiàn)場(chǎng)總線(xiàn)及工業(yè)網(wǎng)絡(luò)實(shí)用技術(shù)速成
- Learning Swift(Second Edition)
- CCNP TSHOOT(642-832)認(rèn)證考試指南
- Bonita Open Solution 5.x Essentials
- Windows Server 2012 Hyper-V虛擬化管理實(shí)踐
- 從實(shí)踐中學(xué)習(xí)手機(jī)抓包與數(shù)據(jù)分析
- 人人都該都懂的互聯(lián)網(wǎng)思維
- Learning Node.js Development