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
Jack McDade
66946dcf3c
Removes padding on html/body to kill the scrollbar
2016-08-03 10:07:31 -04:00
Taylor Otwell
7f24b9183a
working on landing page
2016-08-01 10:54:47 -05:00
Taylor Otwell
4cc30225ee
Tweak stub width.
2016-07-24 23:47:31 -05:00
Taylor Otwell
9659e8db11
Example component.
2016-07-24 23:00:18 -05:00
Taylor Otwell
eedac025eb
Slim down examples.
2016-07-24 20:19:25 -05:00
Taylor Otwell
7bb44a2542
Tweak variables.
2016-07-24 20:07:16 -05:00
Taylor Otwell
c309b4fda0
add forge to links
2016-07-24 09:20:40 -05:00
Taylor Otwell
40ae68102a
tweak variables
2016-07-23 21:19:43 -05:00
Taylor Otwell
cfb5a68cd4
work on default styling
2016-07-23 21:17:56 -05:00
Taylor Otwell
1cbbf41c0c
Remove some unneeded variables.
2016-07-23 20:23:25 -05:00
Taylor Otwell
6f2541f14f
new welcome page
2016-07-23 18:19:10 -05:00
Taylor Otwell
e5cb0a350a
working on sass
2016-07-23 18:05:38 -05:00
Taylor Otwell
467e00d9d4
working on sass
2016-07-23 18:03:43 -05:00
Taylor Otwell
abe35a095c
working on sass
2016-07-23 17:51:50 -05:00
Taylor Otwell
f41a400cfd
Tweak a few variables.
2016-07-23 16:43:11 -05:00
Taylor Otwell
3f5da4fb76
Include the font in the Sass.
2016-07-23 14:56:55 -05:00
Taylor Otwell
e9fe020c0c
sample js component
2016-07-23 13:40:49 -05:00
Taylor Otwell
eb289b4170
tweak js bootstrapping
2016-07-23 12:28:02 -05:00
Taylor Otwell
3f197331b6
bootstrap vue in app.js
2016-07-23 11:39:11 -05:00
Taylor Otwell
ebc1be018c
update color
2016-07-11 10:39:10 -05:00
Taylor Otwell
eb24741ced
Default JS file.
2016-07-10 21:07:27 -05:00
Taylor Otwell
173e0efc12
add variables file
2016-07-10 16:28:20 -05:00
Ng Yik Phang
a2c081fd58
Add fallback sans-serif font in case the custom font fails to load
2016-07-05 19:31:21 +08:00
Cedric van Putten
cd03204044
Add language line for file validation rule.
2016-07-01 10:52:07 +02:00
Mohamed Said
da64a014e7
Add language line for image dimensions validation rule
2016-05-09 17:50:13 +02:00
Mohamed Said
789c75c24a
Add language line for the in_array validation rule
2016-03-01 17:15:58 +00:00
Mohamed Said
c36799ddde
Add language line to the validation "distinct" rule
2016-02-28 17:08:13 +00:00
Mohamed Said
fa6c48d27c
keep the lines sorted
2016-02-26 14:59:54 +00:00
Mohamed Said
ef6b5a6343
Add language line for the "present" validation rule.
2016-02-26 08:49:55 +00:00
Lucas Michot
73c6898e1d
Ensure files finish with a LB
2016-02-22 10:23:06 +01:00
rspahni
8bf110f28d
Update passwords.php
2015-11-24 16:32:01 +01:00
CupOfTea696
f8e58cedb2
required_unless lang line fix
2015-11-01 17:54:19 +00:00
Taylor Otwell
8a49b4f137
add required_unless lang line
2015-10-31 13:38:22 -05:00
Jos Ahrens
b8790d5352
Use https rather than // for google fonts in default views.
...
Ensure the default views always use HTTPS for the loading of fonts. This is overall a good practise to follow.
2015-08-17 18:05:47 +02:00
Bill Mitchell
33272b3d8b
Error message for JSON validation
2015-08-16 16:34:28 +01:00
Fumio Furukawa
191c68766d
Sorted by alphabetic.
...
Sorted by alphabetic.
2015-07-23 15:34:28 +09:00
Taylor Otwell
ef958716c3
change language files
2015-07-03 20:41:09 -05:00
Taylor Otwell
ecd52ef1d2
fix order
2015-07-02 14:20:33 -05:00
Antony Budianto
bd583fedd7
Add ThrottleLogin localization support
...
add default language
2015-07-02 19:03:17 +07:00
Taylor Otwell
a9ca36a8ca
no margin needed.
2015-06-25 13:34:04 -05:00
Taylor Otwell
09d028f14b
change welcome splash
2015-06-25 13:30:52 -05:00
Tony Li
bb86ab62f2
use double quotes for html attributes
2015-06-23 12:04:52 -07:00
Taylor Otwell
ad08717680
tweak default asset setup
2015-06-22 18:24:47 -05:00
Andy
d64b5a52af
Maintain alphabetical order
2015-06-16 08:46:07 -05:00
Graham Campbell
7e303014b6
Sync with 5.0
2015-06-15 22:22:23 +01:00
Kai Rienow
44787b0c10
fix css
2015-06-11 13:18:02 +02:00
Kai Rienow
936aa9159e
fix doctype declarations
2015-06-11 12:43:52 +02:00
Graham Campbell
bf3785d0bc
Additional cs fixes
...
Signed-off-by: Graham Campbell <graham@cachethq.io>
2015-06-01 15:46:45 +01:00
Taylor Otwell
e111f1ef9b
add period.
2015-05-22 15:42:17 -05:00
Rafael Ferreira Silveira
89b193aab3
Added title tag
2015-05-22 13:52:55 -03:00
Taylor Otwell
9446685da9
Fix order of validation rules.
2015-05-21 08:14:40 -05:00
Taylor Otwell
5e11f87de2
Remove auth scaffolding to make it opt-in.
2015-03-18 12:55:56 -05:00
Taylor Otwell
5e71cc5232
conflicts.
2015-02-26 09:56:50 -06:00
Mathew Hany
4802aec019
Update app.blade.php
2015-02-26 07:21:11 -08:00
Taylor Otwell
5e71bcae3c
fix bad merge.
2015-02-26 07:45:20 -06:00
Taylor Otwell
338f5f1cce
fix conflicts.
2015-02-26 07:42:24 -06:00
Mathew Hany
92510f7e88
Update reset.blade.php
2015-02-26 01:53:27 -08:00
Mathew Hany
95d708379f
Update register.blade.php
2015-02-26 01:52:00 -08:00
Mathew Hany
c07377b230
Update password.blade.php
2015-02-26 01:50:08 -08:00
Mathew Hany
7ea1213884
Update login.blade.php
2015-02-26 01:49:18 -08:00
Mathew Hany
4e0ad9e6fc
Update app.blade.php
2015-02-26 01:44:03 -08:00
Mathew Hany
99f2f1949f
Update app.blade.php
2015-02-26 01:38:17 -08:00
mhe
4f88bcb4e1
Use "for" attribute on labels in auth views
2015-02-25 09:17:59 +01:00
Taylor Otwell
f424b87a63
PSR-2 for app.
2015-02-22 20:47:03 -06:00
Taylor Otwell
1cf4fb6bd6
Merge pull request #3243 from mikefrancis/patch-1
...
Remove inline styling, add class to link
2015-02-22 19:55:15 -06:00
Taylor Otwell
c357eb0ccd
Merge pull request #3250 from bbashy/patch-1
...
Use relative href on 503 font path
2015-02-22 19:53:37 -06:00
Florian Wartner
e01c17369f
Added <title> tag
2015-02-11 02:01:45 +01:00
Ben Sampson
8f6489ef2f
Use relative href on 503 font path
2015-02-08 05:07:57 +00:00
Mike Francis
eae3689b35
Remove inline styling, add class to link
...
Doing so negates the need inline styling, as Bootstrap has a `btn-link` class which works with grouped buttons.
2015-02-04 15:10:44 +00:00
David Lemayian
8bf428c193
Use no protocol to fetch Lato font
...
When using https://example.com , the welcome page design looks off due to fetching the Lato font on http://.
Ref: https://github.com/laravel/framework/issues/7159
Better yet, instead of https:// or http://, //
2015-01-28 22:18:43 +03:00
Taylor Otwell
57eb4066ad
Rename package views directory.
2015-01-24 21:09:51 -06:00
Ed Bynum
c170d0dc38
Remove comment from duplicate bootstrap instance.
2015-01-16 09:34:38 -06:00
Taylor Otwell
26fce312c5
Remove duplicate bootstrap reference.
2015-01-15 22:24:45 -06:00
Taylor Otwell
359af29ef3
Try a lighter version of the auth scaffolding.
2015-01-09 11:51:17 -06:00
Taylor Otwell
083db95b95
Views.
2015-01-05 13:48:35 -06:00
Taylor Otwell
ce48990bf2
Tweak some paths again.
2014-12-15 08:42:13 -06:00
slik
fb4325c94a
fixed artisan optimize crash
2014-12-08 22:37:08 +02:00
Taylor Otwell
532297c109
Work on default project structure.
2014-12-08 09:31:31 -06:00
Taylor Otwell
0f88129356
Get rid of resources directory. Unnecessary.
2014-12-05 16:35:05 -06:00
Taylor Otwell
92f1d87605
Cleaning up a few things.
2014-12-05 16:25:46 -06:00
Taylor Otwell
6db1e2955e
Merge branch 'config' into develop
2014-12-04 21:13:22 -06:00
Taylor Otwell
9309699de1
Tweaking setup.
2014-12-04 21:13:15 -06:00
Taylor Otwell
6dfafcc402
Merge pull request #3148 from dannyvink/develop
...
Fixed register & reset labels.
2014-12-04 19:02:01 -06:00
Taylor Otwell
f86c94b02e
Merge pull request #3151 from gregoryduckworth/patch-1
...
Keep layout in line with other new pages
2014-12-04 19:01:46 -06:00
Taylor Otwell
9db97c3285
Tweak a few error handling things.
2014-12-02 17:21:16 -06:00
Taylor Otwell
35b3e8f398
Fix label name.
2014-12-02 08:52:19 -06:00
Taylor Otwell
e0afdf4c51
Change some CSS.
2014-11-28 14:24:24 -06:00
Greg Duckworth
387156f2fb
Keep layout in line with other new pages
2014-11-26 10:09:43 +00:00
Taylor Otwell
6f7a0c3a05
Change wording.
2014-11-25 15:43:04 -06:00
Taylor Otwell
1dd13fcad4
Craft
2014-11-25 14:46:41 -06:00
Taylor Otwell
a515125be4
Go exploring.
2014-11-25 14:46:15 -06:00
Taylor Otwell
f427384079
Cleaning up view.
2014-11-25 14:45:25 -06:00
Taylor Otwell
6cb2e544ef
No borders around circles.
2014-11-25 14:43:59 -06:00
Taylor Otwell
c03b6c81e7
Fix spacing a bit.
2014-11-25 14:38:04 -06:00
Taylor Otwell
ff08741f69
Spacing.
2014-11-25 14:37:52 -06:00
Taylor Otwell
e4c8025b46
Tweak spacing a hair.
2014-11-25 14:37:23 -06:00
Taylor Otwell
9620767935
Change wording.
2014-11-25 14:36:36 -06:00
Taylor Otwell
9aa3b0888d
Remove space.
2014-11-25 14:35:31 -06:00
Taylor Otwell
7a5bf6f554
Merge branch 'develop' of github.com:laravel/laravel into develop
...
Conflicts:
public/css/app.css
resources/assets/sass/app.scss
resources/assets/sass/pages/_welcome.scss
resources/views/layouts/app.blade.php
resources/views/welcome.blade.php
2014-11-25 14:34:26 -06:00
Taylor Otwell
75e2aca9af
Working on default layout.
2014-11-25 14:31:22 -06:00
Jeffrey Way
799e630965
Add a couple quick mobile tweaks
2014-11-25 15:24:49 -05:00
Jeffrey Way
ba1bff0f4f
Work on welcome page
2014-11-25 15:13:55 -05:00
Jeffrey Way
d4c2ecc418
Work on welcome page
2014-11-25 15:09:51 -05:00
Taylor Otwell
3c0a1cfb4b
Use home as view.
2014-11-25 11:38:04 -06:00
Taylor Otwell
634c96d8d9
Rename dashboard to home.
2014-11-24 19:33:07 -06:00
Danny Vink
a7fe42c0d8
Fixed register & reset labels.
...
Fixed label assignments so that clicking on the label will focus the
correct field.
2014-11-24 11:41:02 -08:00
Taylor Otwell
fa978d0525
Working on default app structure. Login views.
2014-11-24 11:42:29 -06:00
Taylor Otwell
9107969da1
Trailing EOF break.
2014-11-21 15:40:41 -06:00
Jeffrey Way
70a80658ab
Add starter Sass file
2014-11-21 16:22:13 -05:00
Taylor Otwell
a98c0d64c7
Move middleware.
2014-11-10 13:38:19 -06:00
Pascal Schwientek
e49aaf82ec
minor spelling/grammar corrections
2014-10-25 20:54:42 +02:00
Taylor Otwell
5ecc099e70
Rename file.
2014-10-20 15:16:46 -05:00
Taylor Otwell
546c81a190
Fix some password reset stuff.
2014-10-12 12:20:01 -05:00
Taylor Otwell
0a4509835d
Include an empty assets directory.
2014-10-01 15:33:55 -05:00
Taylor Otwell
cd37f40bba
Use helpers.
2014-09-24 22:36:37 -05:00
Lucas Michot
945d4f5594
Convert last long notation array to short notation
2014-09-23 17:17:27 +02:00
serhatdurum
01e97e13e2
Convert language PHP 5.4 arrays.
2014-08-28 13:15:07 +03:00
serhatdurum
5f5cc828d3
Convert language PHP 5.4 arrays.
2014-08-28 13:08:05 +03:00
serhatdurum
a1547b30ad
Convert language PHP 5.4 arrays.
2014-08-28 13:07:32 +03:00
Taylor Otwell
3e9e9c6cb7
Merge branch 'master' into develop
2014-08-22 08:34:14 -05:00
Taylor Otwell
3ee17a92e8
Merge branch 'master' into develop
2014-08-22 08:33:10 -05:00
Taylor Otwell
f6b347b976
Add language line.
2014-08-22 08:32:07 -05:00
Taylor Otwell
59289aff68
Tweak where views and lang files are located.
2014-08-20 20:41:24 -05:00