Barry vd. Heuvel
a89273d7ad
Add non-static
2015-03-16 14:56:44 +01:00
Barry vd. Heuvel
d9004f98cc
Update readme
2015-03-16 14:55:13 +01:00
Barry vd. Heuvel
d922d7e7ce
Add actual command
2015-03-16 13:13:00 +01:00
Barry vd. Heuvel
89240e3ceb
Add gist
2015-03-16 13:05:56 +01:00
Barry vd. Heuvel
d9077b753c
Note about missing classes.
2015-03-16 13:01:21 +01:00
Barry vd. Heuvel
b1a4494b1c
Add note about meta file
2015-03-16 12:40:17 +01:00
Rob George
208043b56f
New publish config syntax for Laravel 5
2015-02-23 15:45:25 +00:00
Barry vd. Heuvel
800ac05377
Revert
...
wrong branch
2015-02-07 23:18:26 +01:00
Barry vd. Heuvel
50059faa6f
Add constraint
...
Fixes #164
2015-02-07 23:10:38 +01:00
Ben Claar
fe692a4e77
Bump L4 version number
2015-02-05 11:03:19 -06:00
Barry vd. Heuvel
c3a622fcc9
Rename 1.8 branch
2015-02-05 09:11:12 +01:00
Barry vd. Heuvel
1d4df779d8
Update branches
2015-02-03 21:01:58 +01:00
Barry vd. Heuvel
1e6752a29f
Update readme
2015-01-28 09:38:57 +01:00
Koen Hendriks
b9685a1f83
JSON standard does not allow trailing comma
...
Gives errors for people just copy-pasting ;)
2015-01-22 14:26:26 +01:00
Barry vd. Heuvel
486d9d9c4d
Simplify installation
...
http://blog.doh.ms/2014/10/13/installing-composer-packages/
2014-10-14 10:39:02 +02:00
Barry vd. Heuvel
0b70167182
Make doctrine optional
...
Not needed for most people.
2014-06-29 12:35:57 +02:00
Barry vd. Heuvel
26e02d295f
Update readme.md
2014-06-25 19:29:03 +02:00
Barry vd. Heuvel
bfe955ce1f
Add laracasts link
2014-06-25 19:25:35 +02:00
Barry vd. Heuvel
4e36c08168
Update readme
2014-03-05 18:35:42 +01:00
Brian Kiewel
6a1f7d61cf
Update readme.md
...
Escaped underscores in model file name and spelling correction
2014-02-19 08:35:43 -05:00
Barry vd. Heuvel
b6a9d8e4f9
Update readme
2014-02-07 10:36:05 +01:00
Barry vd. Heuvel
e6493fd9e8
Tweak multiple models
...
Use array instead of comma seperated
2014-02-07 10:05:51 +01:00
Barry vd. Heuvel
ff7d2a33b0
Update readme
2013-10-18 10:29:48 +02:00
Barry vd. Heuvel
865bd8d32b
Update readme
2013-08-23 13:31:10 +02:00
Barry vd. Heuvel
fc887b4431
Clarify readme
2013-07-31 10:35:22 +02:00
Barry vd. Heuvel
742aeb2f56
Add --dir option to readme
...
As described in #18
2013-07-29 16:32:40 +02:00
Barry vd. Heuvel
60ec740b15
Update CodeIntel link
2013-07-02 22:22:56 +02:00
Barry vd. Heuvel
7f17da57b2
Update readme
2013-06-24 14:51:08 +02:00
Barry vd. Heuvel
0f22941e51
Update readme
2013-06-24 14:48:16 +02:00
Barry vd. Heuvel
4790413752
Add poser badges
2013-06-23 14:11:13 +02:00
Barry vd. Heuvel
2466f5a5a4
Update readme
2013-06-07 11:33:12 +02:00
Barry vd. Heuvel
d8a6bfbf21
Update readme
2013-06-06 15:13:02 +02:00
Barry vd. Heuvel
0b3b8b95cd
Merge sublime and netbeans/phpstorm
...
Gives some warnings for phpStorm, but only in the helper file, so
doesn't affect the autocomplete / warnings in application code.
2013-06-06 13:45:05 +02:00
Barry vd. Heuvel
3ac68d5446
Change order
2013-05-30 21:40:02 +03:00
Barry vd. Heuvel
a4ab0a5969
Allow writing directly to models
2013-05-30 12:45:26 +02:00
Barry vd. Heuvel
a5c16b0751
update readme
2013-05-29 10:28:23 +02:00
Barry vd. Heuvel
16b3b872a3
Update license (MIT)
...
To source/readme
2013-05-29 10:24:30 +02:00
Barry vd. Heuvel
507775fda6
Update version in readme
2013-05-28 20:48:07 +02:00
Barry vd. Heuvel
11ac602667
Fix namespaces for Models
...
Also described in #9
2013-05-09 22:42:05 +02:00
Barry vd. Heuvel
47f60456f4
Change return values
...
Use Carbon by default, and allow Eloquent array (but should be changed
to the real models)
2013-05-03 11:31:56 +02:00
Barry vd. Heuvel
ceb47125f3
Update readme
2013-04-29 13:12:49 +02:00
Barry vd. Heuvel
7160a37e49
Work on Model Docs
...
Use classmapper from composer and add some checks to make sure the class
exist.
Also, tweak argument/options and filename.
2013-04-29 10:16:33 +02:00
Barry vd. Heuvel
1d26dfe58c
Add initial version for model docs
2013-04-27 22:12:35 +02:00
Barry vd. Heuvel
bde0f47db5
Add message about CodeIntel
2013-04-27 20:35:18 +02:00
Barry
19be4666d1
Typo
2013-04-09 12:56:10 +02:00
Barry
ec18f19777
Replace facades instead of aliases
...
More logical, because aliases are auto-detected. This way, the original
facade is also kept.
2013-04-01 19:03:57 +02:00
Barry
14813b77b1
Catch errors, use default database driver
...
Catch errors from not working PDO connections etc.
Added the memory driver as option.
2013-03-26 10:20:39 +01:00
Barry
51a40659d6
Add sublime option to the config file
2013-03-23 15:32:15 +01:00
Barry
b15e19a301
Fix links
2013-03-23 15:11:25 +01:00
Barry
bcde5334ba
Seperated generated file from package. Added --sublime option
...
This way the package will be updated less, and you don't have double IDE
helpers (in you vendor dir, and the generated version).
Also added a Sublimetext version, with different way of calling the root
class.
2013-03-23 15:07:57 +01:00