196 Commits

Author SHA1 Message Date
Taylor Otwell
f013a48879
Merge pull request #4602 from vlakoff/not_regex
[5.6] Add message for "Not Regex" validation rule
2018-03-10 09:48:50 -06:00
vlakoff
293fae6bd8 Add message for "Not Regex" validation rule 2018-03-10 02:44:56 +01:00
Nikolay Nizruhin
231da4a6e9
Remove sass variables 2018-02-12 00:52:17 +02:00
Taylor Otwell
224f9949c7 use mix env variables 2018-01-26 09:52:02 -06:00
Taylor Otwell
3926520f73 update example component to bs4 2018-01-26 09:45:48 -06:00
Graham Campbell
8067ed6dd3 Merge branch 'master' into develop 2017-12-26 12:32:52 +00:00
Taylor Otwell
aad59400e2
Update bootstrap.js 2017-12-23 20:08:55 -06:00
Przemek Dziewa
a38c115f4b Update Echo options for pusher in bootstrap.js 2017-12-23 23:41:57 +01:00
Taylor Otwell
cd53623249 compile 2017-12-20 17:02:59 -06:00
Taylor Otwell
c0cda4f81f fix 2017-12-20 16:58:36 -06:00
Mohamed Said
4be558ac65 switch to bootstrap4 2017-12-20 21:14:56 +02:00
Talv Bansal
814e0f22e0 Update example component to follow the vue.js style guide 2017-10-09 14:34:20 -04:00
Kevin G
0657a2ba25 Fixes "Cannot resolve directory'" in PhpStorm
This fixes the annoying error shown on the import line

Cannot resolve directory 'node_modules' less... (Strg+F1) 
This inspection checks references to files and directories.
2017-08-11 17:13:08 +02:00
Ahmed-Te7a
71d38b044d Add auth directive 2017-07-25 20:26:13 +02:00
balping
03c2387226 Change hardcoded urls to named routes
This makes the links consistent with the ones in https://github.com/laravel/framework/blob/5.4/src/Illuminate/Auth/Console/stubs/make/views/layouts/app.stub
2017-07-25 10:19:59 +02:00
Jeffrey Way
4569aebc18 Add quotes
Sass compilers can sometimes be weird if import urls like this aren't quoted. They'll spit out junk like

```
Error: Encountered invalid @import syntax.
```

Anyways, pretty common practice to use quotes for all imports. I mean, seriously, how much more do you want me to write for a dang PR that adds a pair of quotes? I've got work to do, gah.
2017-06-06 09:49:05 -04:00
Miguel Piedrafita
ed82e6704d See https://github.com/laravel/framework/pull/19405 2017-05-30 14:55:00 +02:00
Mike Hayes
7e5739d266 Add IPv4/IPv6 validation messages 2017-05-11 00:40:34 +01:00
Taylor Otwell
1155245a59 formatting. compile 2017-05-10 09:03:25 -05:00
Arjan Weurding
5b8401e178 Make window.Laravel.csrfToken unneccesarry
I don't like the fact we have to add 
```
<script>
        window.Laravel = {!! json_encode([
            'csrfToken' => csrf_token(),
        ]) !!};
</script>
```
To have it working, when the docs suggest adding only the meta tag. This will get the token from the meta tag.
2017-05-10 15:03:33 +02:00
Bappi
5e538feb67 doctype uppercase to lowercase
no harm, only benefits
2017-04-26 15:20:46 +06:00
Taylor Otwell
d905b2e7be only load libraries if present 2017-04-17 15:31:48 -05:00
Taylor Otwell
17ec5c51d6 Move the location of Vue inclusion. 2017-04-17 15:30:36 -05:00
Matt Isenhower
0d31e2993b Add to axios defaults instead of overwriting them
This change ensures the default "Accept" header specified by axios is retained.
2017-04-06 15:58:57 -07:00
Alex Mokrenko
7262b44373 common js style 2017-03-14 16:59:18 +03:00
Taylor Otwell
31c2623018 update example 2017-03-14 08:31:54 -05:00
Dries Vints
90886732cf Update description of filled rule
`filled` isn't really required. It just implies that it needs a value.
2017-03-01 16:52:59 +01:00
Taylor Otwell
0cb107c84c move fontsls 2017-02-03 15:49:27 -06:00
Ahmed M. Ammar
2cc5f349d4 Add font path variable 2017-02-03 18:21:04 +02:00
Atef Ben Ali
72a76c021e Add App locate as default value of 'lang' attribute
Add App locate as default lang in the app.php config file instead of 'en' of 'lang' attribute in the main view.
2017-01-31 14:10:21 +01:00
Michael Zhang
0cdcc779bf Make axios automatically send the X-CSRF-TOKEN 2017-01-30 12:07:53 -05:00
Graham Campbell
36875bb98e Merge branch 'master' into develop 2016-12-29 13:03:32 +00:00
Taylor Otwell
42973cb4e9 spacing 2016-12-17 10:15:15 -06:00
Taylor Otwell
e78ef3ee42 tweak js file 2016-12-17 10:14:49 -06:00
Taylor Otwell
b9db2864fe remove spacing 2016-12-17 10:12:27 -06:00
Taylor Otwell
46e389fb5a remove unneeded files 2016-12-17 10:11:02 -06:00
Taylor Otwell
696ab5149e make 503 page more consistent with welcome page 2016-12-16 16:49:17 -06:00
Taylor Otwell
e3ad1abfcc recompile 2016-12-08 14:15:21 -06:00
Taylor Otwell
60cbf6727c rebuild assets 2016-12-08 14:14:42 -06:00
Martin Bastien
f2981650a1 Make axios compatible with Request::ajax()
It seems the library doesn't send the `X-Requested-With: XMLHttpRequest` header by default, if it's not present `$request->ajax()` always returns false.
2016-12-08 11:45:33 -05:00
insoutt
cc47df31a8 Update mounted instead of ready 2016-11-28 13:58:11 -05:00
Mohamed Said
fa1eae35b9 add language lines for before_or_equal and after_or_equal 2016-11-21 18:27:55 +02:00
Taylor Otwell
7b318939c9 Ship axios instead of vue-resource. 2016-11-03 17:06:06 -05:00
Carlos M. Trinidad
6e8d629ec0 Remove space in _variables.scss 2016-10-16 16:53:26 -05:00
Zak Nesler
d0fa3fcba6 Added home link to welcome page 2016-10-14 17:27:22 -04:00
Taylor Otwell
ed9a82d6cc fix comment 2016-10-10 07:56:44 -05:00
Erik Telford
e0573e67e0 Use mounted instead of ready 2016-10-02 21:33:52 -05:00
Erik Telford
6f9a450f5c Bind to #app instead of body 2016-10-02 21:33:42 -05:00
Wayne Harris
76db1006cc Update Vue Resource
Propose updating Vue Resource.

Will require changing the way the X-CSRF-TOKEN header in bootstrap.js

This seems to be compatible with Larval Passport
2016-09-22 10:36:43 +01:00
Taylor Otwell
65e73f38cb Merge branch 'develop' 2016-09-14 09:57:21 -05:00