Commit Graph
28 Commits
Author SHA1 Message Date
Colin Viebrock 906d0d851e add macros to tables 2013-04-03 18:26:15 -05:00
Colin Viebrock c60a58ff26 Someone else can re-word this, but a easy-to-find paragraph on deleteing Eloquent models seemed missing.
Signed-off-by: Colin Viebrock <[email protected]>
2012-07-23 14:29:29 -05:00
Colin Viebrock 4d44df4885 Allow second param of HTML::link* methods to be null, in which case the title of the link is the URL itself, similar to HTML::email() method.
Signed-off-by: Colin Viebrock <[email protected]>
2012-07-12 10:40:41 -05:00
Colin Viebrock 1cc33dea26 Clean-up whitespace issues
Signed-off-by: Colin Viebrock <[email protected]>
2012-06-03 21:32:03 -05:00
Colin Viebrock bb2afdf559 Fix for Fluent ... this should work, I'd think 2012-05-30 11:40:21 -05:00
Colin Viebrock ef5ab30ca2 Fix ... thanks Vespakoen! 2012-05-26 20:51:35 -05:00
Colin Viebrock 62afdf3f2c Allow password field to be configured.
Signed-off-by: Colin Viebrock <[email protected]>
2012-05-23 22:47:18 -05:00
Colin Viebrock 97de6ef1d7 Order of elements for Cookie::put() was wrong
Signed-off-by: Colin Viebrock <[email protected]>
2012-05-10 22:04:56 -05:00
Colin Viebrock 5637a29fa3 Add Cookie::forever constant, fixes #660
Signed-off-by: Colin Viebrock <[email protected]>
2012-05-10 16:32:07 -05:00
Colin Viebrock a1cca24e8a Doc change for issue #648 2012-05-10 11:41:29 -05:00
Colin Viebrock 4d98eaa8d3 Merge remote-tracking branch 'laravel/develop' into array-helpers 2012-05-09 16:07:06 -05:00
Colin Viebrock 319c450f6f Make Input::only() and Input::except() into array_only() and array_except() helpers.
Signed-off-by: Colin Viebrock <[email protected]>
2012-05-09 15:51:16 -05:00
Colin Viebrock be5eaf946c Driver uses Laravel\Crypter
Signed-off-by: Colin Viebrock <[email protected]>
2012-05-08 21:17:50 -05:00
Colin Viebrock 95dc06ad2f whitespace fix 2012-04-23 23:44:31 -05:00
Colin Viebrock 11b0d243ff Fixes 2012-04-23 23:43:09 -05:00
Colin Viebrock 71d361e071 Configuration option to set different server for asset files. 2012-04-23 22:48:16 -05:00
Colin Viebrock f0f9d7b256 make Section::append public, and do a true append. Other methods are renamed but unchanged. 2012-04-06 11:50:01 -05:00
Colin Viebrock 7293c0448d One more change (comments may need to be altered)
Signed-off-by: Colin Viebrock <[email protected]>
2012-04-02 11:38:12 -05:00
Colin Viebrock 7d4a346f84 Adding Schema::rename('oldtable','newtable') support
Signed-off-by: Colin Viebrock <[email protected]>
2012-04-02 11:30:53 -05:00
Colin Viebrock 1d5ad48998 Fix APC and Memcached drivers -- fixes #433
Signed-off-by: Colin Viebrock <[email protected]>
2012-03-21 14:18:25 -05:00
Colin Viebrock aa27df8bcb Merge remote-tracking branch 'laravel/develop' into develop
Conflicts:
	laravel/form.php
2012-03-21 14:10:24 -05:00
Colin Viebrock 8f103cdeae Remove PHP_EOL, fixes #430.
Signed-off-by: Colin Viebrock <[email protected]>
2012-03-20 22:30:20 -05:00
Colin Viebrock f16ac134ee Merge remote-tracking branch 'laravel/develop' into develop 2012-03-20 22:29:26 -05:00
Colin Viebrock 7c7734d8e2 Typo? 2012-03-18 20:30:21 -05:00
Colin Viebrock 42edf70b10 Make the key optional for has() too ... like a "has_any()" method
Signed-off-by: Colin Viebrock <[email protected]>
2012-03-08 13:11:09 -06:00
Colin Viebrock b7d068f2f2 Move method into grammar.php instead of duplicating in each grammar 2012-02-29 15:21:20 -06:00
Colin Viebrock 26c7273493 Add unsigned() modifier, so you can create unsigned integer columns 2012-02-29 15:09:13 -06:00
cviebrock 2d413044e8 Add HTML5 date field support. 2012-02-01 00:16:05 -06:00