Projekt

Obecné

Profil

« Předchozí | Další » 

Revize ab1bb0fc

Přidáno uživatelem Adam Mištera před více než 4 roky(ů)

Issue #7694 @1h

[+] Přidání Bootstrapu pomocí laravel/ui, zprovoznění kompilace sass souborů
[+] Úprava readme

Zobrazit rozdíly:

resources/js/bootstrap.js
1 1
window._ = require('lodash');
2 2

  
3
/**
4
 * We'll load jQuery and the Bootstrap jQuery plugin which provides support
5
 * for JavaScript based Bootstrap features such as modals and tabs. This
6
 * code may be modified to fit the specific needs of your application.
7
 */
8

  
9
try {
10
    window.Popper = require('popper.js').default;
11
    window.$ = window.jQuery = require('jquery');
12

  
13
    require('bootstrap');
14
} catch (e) {}
15

  
3 16
/**
4 17
 * We'll load the axios HTTP library which allows us to easily issue requests
5 18
 * to our Laravel back-end. This library automatically handles sending the
......
24 37
//     broadcaster: 'pusher',
25 38
//     key: process.env.MIX_PUSHER_APP_KEY,
26 39
//     cluster: process.env.MIX_PUSHER_APP_CLUSTER,
27
//     forceTLS: true
40
//     encrypted: true
28 41
// });

Také k dispozici: Unified diff