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
Ramon
d829d7553e
Rename variables.scss to _variables.scss
...
We don't need variables.scss to be compiled into CSS, because it's being imported into app.scss (and get's compiled there). Added an underscore so the Sass compiler ignores this file, which is a common practice with Sass partials (see http://sass-lang.com/guide @ Partials).
2016-09-14 11:19:50 +02:00
Taylor Otwell
7da6edf8c1
working on message
2016-09-02 08:48:07 -05:00
Mohamed Said
1562407562
add langiage line for uploaded validation rule
2016-09-02 15:41:18 +02:00
Fernando Henrique Bandeira
dd1e64a7a4
Changing order
2016-09-02 08:39:34 -03:00
Jacob Müller
537b6288fb
Add missing translation for mimetypes
validation
2016-09-01 17:25:33 +02:00
Ng Yik Phang
8fc2e7e0a4
Add fallback sans-serif font in case the custom font fails to load
2016-08-28 13:53:23 +08:00
Adriaan Zonnenberg
7571f2b5b4
Use module name instead of path
2016-08-18 21:46:38 +02:00
Donald Silveira
4ee51720a3
Use const instead of var in Vue instance
...
Reference to Pull Request #3871
2016-08-12 11:43:47 -03:00
Diogo Azevedo
afb3e1c93d
Use arrow functions instead of functions
2016-08-12 09:33:17 -03:00
Taylor Otwell
788a648165
match order to website
2016-08-11 21:31:42 -05:00
Taylor Otwell
43c2d8ec92
tweak variable
2016-08-11 14:53:58 -05:00
Taylor Otwell
655dbadd1e
tweaking default setup
2016-08-11 14:47:29 -05:00
Taylor Otwell
47c0b45861
Merge remote-tracking branch 'origin/develop' into develop
2016-08-11 14:33:29 -05:00
Taylor Otwell
8a9f89d3cf
fix wording
2016-08-11 14:33:22 -05:00
Till Krüss
530c8187f5
Use double quotes; Remove un-used fonts
2016-08-10 15:44:56 -07:00
Taylor Otwell
54d3f325ad
change header
2016-08-10 09:15:28 -05:00
Taylor Otwell
9c0278274b
simplify csrf token retrieval. remove package.
2016-08-10 09:14:25 -05:00
Sven Luijten
5833718910
Vue is a library, not a framework
2016-08-07 12:18:10 +02:00
Sven Luijten
727eda71f2
fix missing word in docblock
...
the word "framework" was missing. I also managed to make the docblock
fit Laravel's style by changing around some of the wording while keeping
the general message the same.
2016-08-06 22:48:40 +02:00
Taylor Otwell
89a43434e7
fix cons
2016-08-05 09:43:51 -05:00
Taylor Otwell
4c2e1ed7db
working on welcome page
2016-08-05 09:43:15 -05:00
vijay kumar
4c271f0f4b
Removes padding on html/body to kill the scrollbar and top right links fixes
2016-08-05 02:33:06 +05:30
Taylor Otwell
88e55f41d2
Revert "Removes padding on html/body to kill the scrollbar"
2016-08-04 15:50:11 -05:00