Page 77 - Laravel5_v1
P. 77

่
                     ์
                                                                                  ์
                                                      ้
                                  ้
                               ้
                            ็
             2.  ดาวนโหลดเสรจแลวใหแตกไฟล์ (extract) zip ที ไดมา ไฟล์ของ library จะอยูที โฟลเดอร dist/









             3.  จากนั นให copy ไฟล์ lity.min.css ไปวางไวที  public/css และ copy ไฟล์ lity.min.js ไปวางไวที  public/js (หากยังไม่ไดสราง
                                                 ้
                        ้
                                                                                      ้
                                                                                                         ้
                                                                                                           ้
                                             ้
                                           ้
                                                                          ้
                                                               ี
                                                                                                  ้
                                                                                                 ็
                                                      ั
                                                 ้
                                                             ้
                                                          ื
                 โฟลเดอร css และ js ใน public ใหสรางไดเลยครบ) หรอใชวิธ drag&drop เขามาในโปรแกรม Netbeans กไดเช่นเดียวกัน
                       ์












                                                                         ้
             4.  เปดไฟล์ layouts ที  resources\views\layouts\app.blade.php เพิ มแทรกโคด css และ js ของ lity ดังนี
                  ิ


                 <!DOCTYPE html>
                 <html lang="en">
                 <head>
                     <meta charset="utf-8">
                     <meta http-equiv="X-UA-Compatible" content="IE=edge">
                     <meta name="viewport" content="width=device-width, initial-scale=1">

                     <title>Laravel</title>

                     <!-- Fonts -->
                     <link href="https://cdnjs.cloudflare.com/ajax/libs/font-
                 awesome/4.4.0/css/font-awesome.min.css" rel='stylesheet' type='text/css'>
                     <link href="https://fonts.googleapis.com/css?family=Lato:100,300,400,700"
                 rel='stylesheet' type='text/css'>

                     <!-- Styles -->
   72   73   74   75   76   77   78   79   80   81   82