Commit Graph

296 Commits

Author SHA1 Message Date
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 cfb5a68cd4 work on default styling 2016-07-23 21:17:56 -05:00
Taylor Otwell e5cb0a350a working on sass 2016-07-23 18:05:38 -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 592b7a2bd9 add compiled assets 2016-07-23 15:00:53 -05:00
Taylor Otwell 0699994de0 add files 2016-07-23 11:39:15 -05:00
Taylor Otwell 517d8d4f2c Remove web config by default. 2016-07-15 18:06:18 -07:00
Paul Vidal 85e8d21ef2 handle authorization header 2016-01-23 12:02:55 -05:00
Nic 115083bdf2 Fix tab to spaces in web.config 2015-12-30 12:06:35 +02:00
Cory Fowler e78d1af0fa added web.config 2015-12-01 14:15:02 -08:00
Taylor Otwell 804b9d7460 fix wording 2015-06-26 08:30:59 -05:00
Ben Sampson dd036f559b Fix redirect loop .htaccess
Folders that exist have a redirect loop when visiting them. This is because Apache redirects to trailing slash for folders and the current rule is removing it, Apache then adds a trailing slash again.
2015-06-26 14:26:44 +01:00
Pantelis Peslis 16e37cb370 Use the ::class notation 2015-06-08 10:29:33 +03:00
Graham Campbell bf3785d0bc Additional cs fixes
Signed-off-by: Graham Campbell <graham@cachethq.io>
2015-06-01 15:46:45 +01:00
Austin H 0bbe752e87 Fix more spacing.
This converts AppServiceProvider to spaces since it wasn't and removes
a few empty lines after class declarations.
2015-03-20 20:30:50 -07:00
Taylor Otwell 5e11f87de2 Remove auth scaffolding to make it opt-in. 2015-03-18 12:55:56 -05:00
Jan-Paul Kleemans 6b496a7209 Updated Run The Application comment 2015-02-23 19:12:15 +01:00
dtarasov fe503cda32 Glyphicons are absent from Bootstrap 2015-02-19 11:37:26 +03:00
Taylor Otwell 359af29ef3 Try a lighter version of the auth scaffolding. 2015-01-09 11:51:17 -06:00
Yitzchok Willroth 56933e9d3d Update index.php - Fix Comment Lengths
What do you get the man who has everything?  Why _perfect_ 'less four' declining length comments,of course... Happy holidays! :-)
2014-12-24 18:47:55 -05:00
Taylor Otwell 532297c109 Work on default project structure. 2014-12-08 09:31:31 -06:00
Taylor Otwell 2d6b5c20fc Delete directory. 2014-12-05 16:27:08 -06:00
Taylor Otwell e0afdf4c51 Change some CSS. 2014-11-28 14:24:24 -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 75e2aca9af Working on default layout. 2014-11-25 14:31:22 -06:00
Jeffrey Way d4c2ecc418 Work on welcome page 2014-11-25 15:09:51 -05:00
Taylor Otwell 769f2486ef Fixed some fonts. 2014-11-24 12:16:08 -06:00
Taylor Otwell e0c54591bf Include built scripts by default so things work out of box. 2014-11-24 11:46:00 -06:00
Taylor Otwell 46d1a27b77 Terminate the request after sending. 2014-11-06 20:06:49 -06:00
Taylor Otwell 4301348646 Large refactor of HTTP and Console stack. 2014-10-20 11:14:41 -05:00
Taylor Otwell 9aae50e501 Working on the default app structure. 2014-08-18 22:46:16 -05:00
Taylor Otwell 6070d93c4a Working on new directory structure. 2014-08-11 10:13:20 -05:00
Graham Campbell 753370615e Minor cs fixes 2014-03-15 10:14:55 +00:00
Chen Hua 0f68f561e9 tabs to spaces 2013-12-25 09:57:47 +08:00
Taylor Otwell b00d8c5a72 Wrap in IfModule. 2013-10-30 10:14:09 -05:00
Taylor Otwell 740983e62d Just call app->run(). 2013-10-28 09:29:09 -05:00
Taylor Otwell ce64714b2f Tweak front controller. Htaccess. 2013-10-26 11:27:40 -05:00
Taylor Otwell 29fc9f694d Working on more Stacky setup. 2013-10-25 00:28:22 -05:00
ameech a7b209ffcc Updated line to use spaces instead of tabs. 2013-09-19 00:10:17 -05:00
Taylor Otwell 08cb97fa6d Tweak .htaccess. 2013-06-15 13:15:13 -05:00
Jonathan Barronville e8fa5f02b7 Small grammar fix. 👀 . 2013-05-29 16:37:27 -04:00
Taylor Otwell c7f889fe54 Move slash redirects to application level. 2013-05-14 00:27:41 -05:00
Taylor Otwell 07a5edb9db Fix comment. Closes #1958. 2013-05-04 14:30:52 -05:00
Taylor Otwell c25c56ecfd Merge pull request #1876 from briankiewel/robots
Changed robots.txt to use disallow instead of allow
2013-05-01 12:09:09 -07:00
Brian Kiewel 982e51fd98 Converted spaces to tabs for consistency 2013-04-13 09:39:38 -07:00
Brian Kiewel 7ad0dcea28 Changed robots.txt to use disallow instead of allow 2013-04-12 13:23:39 -07:00
Taylor Otwell 343c31e5db Redirect trailing slashes with 301. 2013-04-09 15:37:50 -05:00
Taylor Otwell 18cda5037a Move location of LARAVEL_START. 2013-03-28 16:07:32 -05:00
Taylor Otwell 07d6915c3a Added a default robots.txt file. 2013-03-21 14:09:31 -05:00
Taylor Otwell b8008ff7b3 Fix comment. 2013-03-13 16:40:10 -05:00
Taylor Otwell 2a14998be9 fire app shutdown event. 2013-03-08 10:52:24 -06:00
Ben Corlett 8a5f18e139 Moving start.php to bootstrap/start.php to collate all bootstrapping files.
Signed-off-by: Ben Corlett <bencorlett@me.com>
2013-02-07 09:27:15 +11:00
Taylor Otwell 9d3c3ea038 tweak how autoloaders are called. adjust phpunit bootstrap. 2013-01-23 23:33:47 -06:00
Richard Bradshaw 3ad58caba6 Fixup typo in comment block.
Fix a couple of typos in the comment block.
2013-01-19 19:34:38 +00:00
Taylor Otwell 5d99f9f1d6 moving laravel 4 into develop branch. 2013-01-11 15:14:07 -06:00
Taylor Otwell ab2581dba5 increment version. 2013-01-10 16:19:57 -06:00
Taylor Otwell d2fefa65aa Work on section handling. 2012-11-06 15:04:13 -06:00
Jason Lewis e5b7ef42a4 Added missing semi colon. Closes #1334.
Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
2012-10-21 12:31:51 +11:00
Taylor Otwell 3416506194 increment version. refactor eloquent eager loading matching. 2012-10-07 14:04:29 -05:00
Taylor Otwell d1c1fe4446 fix bug in eloquent model and update version. 2012-09-27 17:45:12 -04:00
Taylor Otwell 14c6ff1692 Increment version and change log. 2012-09-26 10:13:30 -04:00
Taylor Otwell 8afab342c6 Incrementing version and updating change log. 2012-09-01 22:09:47 -05:00
Taylor Otwell c785067e95 Increment version and change log. 2012-08-29 14:45:22 -05:00
Taylor Otwell 9b902427fd Updating version. 2012-08-28 23:55:04 -05:00
Taylor Otwell e8119f8109 increment version. 2012-08-17 09:04:17 -05:00
Taylor Otwell 750365c740 increment version 2012-06-28 15:28:26 -05:00
Taylor Otwell 681f80eafb update change log 2012-06-16 15:08:03 -05:00
Taylor Otwell b27b132128 update change log 2012-06-13 10:26:42 -05:00
Taylor Otwell ba088022bb updated version. 2012-06-03 19:54:02 -05:00
Taylor Otwell 67583790d4 Merge pull request #723 from syntaqx/htaccess
htaccess documentation and symlink usage
2012-05-30 06:35:13 -07:00
Taylor Otwell d1bb02ab64 fix conflicts. 2012-05-30 08:22:40 -05:00
Taylor Otwell d21713f35f increment version. 2012-05-29 17:08:30 -05:00
syntaqx 9ec4c866bd added htaccess documentation and symlinks
Signed-off-by: syntaqx <syntaqx@gmail.com>
2012-05-28 18:39:26 -06:00
Guillaume Lambert 5f0e70a2ef fixed a conflict with .hidden class when using twitter bootstrap and made animation smoother
Signed-off-by: Guillaume Lambert <falzhobel@gmail.com>
2012-05-22 23:33:02 -04:00
Taylor Otwell 49944bab96 Increment version. 2012-05-22 09:12:21 -05:00
Dayle Rees d5c01b6e74 added ubuntu webfont and fixed taylors naughty naughty inline styles
Signed-off-by: Dayle Rees <thepunkfan@gmail.com>
2012-05-04 17:42:06 +01:00
Taylor Otwell a59cdd937a updated version. 2012-05-04 09:00:47 -05:00
Taylor Otwell 26730cd5b3 added dummy favicon to prevent weird session flash data issues. 2012-04-26 13:51:48 -05:00
Taylor Otwell 68834a47d9 fixing conflicts. 2012-04-24 10:42:57 -05:00
Taylor Otwell af42dec07b update change log and version. 2012-04-19 08:21:42 -05:00
Taylor Otwell e16ab6f3d4 fixing conflicts. 2012-04-13 08:25:40 -05:00
Taylor Otwell 728a320cbc increment version and update change log. 2012-04-13 08:24:42 -05:00
Taylor Otwell 1a5d4250d1 fix conflicts. 2012-04-10 10:10:31 -05:00
Taylor Otwell cb9050844a incremented version. 2012-04-10 10:09:34 -05:00
Taylor Otwell 8a687053a8 fix conflicts. 2012-04-05 09:33:50 -05:00
Taylor Otwell b7ac1b75af updated change log and incremented version. 2012-04-05 09:30:16 -05:00
Taylor Otwell 10d9cd33ad fixing conflicts. 2012-04-04 09:57:08 -05:00
Taylor Otwell 3e00ce2efb fix bug regarding SSL cookies. 2012-04-04 09:50:01 -05:00
Dayle Rees 27b0b321ac switched to markdown extra, with table styling 2012-04-03 19:59:54 +01:00
Taylor Otwell 6735631cc1 tweaking style. 2012-04-03 09:53:33 -05:00
Taylor Otwell 7d30d179b7 update documentation. 2012-04-03 09:42:30 -05:00
Taylor Otwell 5d3cc6beb0 template changes. 2012-04-03 09:17:18 -05:00
Dayle Rees edbac90ce3 added back to top widget 2012-04-03 11:30:00 +01:00
Dayle Rees 6f8e3259f0 added welcome view with link to docs 2012-04-03 09:46:09 +01:00
Dayle Rees 63a3e2b5ee better line-height on code samples 2012-04-03 09:08:39 +01:00