Commit Graph

56 Commits

Author SHA1 Message Date
Amine Ben hammou
482cc3f8c4 preparing release 1.3.0 2017-01-18 15:55:18 +00:00
Amine Ben hammou
55fcf27362 add support for lumen 5.3.x 2017-01-18 14:18:58 +00:00
Amine Ben hammou
93856362b7 refering the package locally from lumen-test 2017-01-18 13:33:35 +00:00
Amine Ben hammou
6e7d3fbf95 Merge pull request #19 from webNeat/bugfixes
Preparing Version 1.2.0
2017-01-12 17:02:38 +01:00
Amine Ben hammou
a9c12e9fa0 - Tests fixed.
- Bug fixed: [Undefined index: factory](https://github.com/webNeat/lumen-generators/issues/14)
- Feature added: [Check if file already exists before generating it](https://github.com/webNeat/lumen-generators/issues/11)
- Feature added: [Support for additional columns like nullableTimestamps() and softDeletes() in migrations](https://github.com/webNeat/lumen-generators/issues/12)
- Feature added: [Specifying namespace for `wn:resource` and `wn:resources`](https://github.com/webNeat/lumen-generators/issues/18)
2017-01-12 16:50:02 +01:00
Amine Ben hammou
17bc595db9 Fixing the failing build 2016-12-29 20:06:29 +01:00
Hernawan Fa'iz Abdillah
942b8fefb4 Change tab to space
Using PSR-2 standard.
2016-03-30 14:42:16 +07:00
Hernawan Fa'iz Abdillah
b2510a01e4 Fix to PSR-2 style 2016-03-30 14:28:44 +07:00
Amine Ben hammou
c0daa0c97b wn:resource: foreign keys are added automatically to model, migration and factory 2016-02-25 22:47:13 +01:00
Amine Ben hammou
3eae8983c9 pivot seeder called from wn:resources 2016-02-23 20:57:23 +01:00
Amine Ben hammou
6094a546fc adding missing app folder 2016-02-23 20:34:04 +01:00
abenhammou
024b2e33d0 added missing env file 2016-02-22 12:12:16 +01:00
abenhammou
33d7a151ae added missing database folder 2016-02-22 11:55:12 +01:00
Amine Ben hammou
b6d47df699 pivot table seeder generator added and tested 2016-02-22 00:38:41 +01:00
Amine Ben hammou
5f8f2f2888 untracking lumen-test files 2016-02-21 22:11:01 +01:00
Amine Ben hammou
d149e7532e fix seeder generator test 2016-02-20 00:04:30 +01:00
Amine Ben hammou
5605377f86 Seeder generator added 2016-02-19 23:31:29 +01:00
Amine Ben hammou
8af58ea50a Factory generator activated 2016-02-19 21:17:03 +01:00
Amine Ben hammou
a52c059050 fixing a bug 2015-12-05 21:42:19 +01:00
Amine Ben hammou
a33ffc7742 factory command will be added on the next release 2015-12-05 21:03:15 +01:00
Amine Ben hammou
7be47337d8 README updated 2015-12-05 20:53:35 +01:00
Amine Ben hammou
b743670470 wn:resources not generating pivot tables bug fixed 2015-12-05 20:40:55 +01:00
Amine Ben hammou
714d11efd8 Merge branch 'master' of github.com:webNeat/lumen-rest-generators 2015-10-21 00:34:43 +02:00
Amine Ben hammou
9b1c38b58d model factory generator added 2015-10-21 00:34:10 +02:00
Amine Ben hammou
473e51f8d4 Added License 2015-10-18 21:11:28 +02:00
Amine Ben hammou
34d8828e5f Merge pull request #3 from AsafMah/patch-1
Standardize response codes.
2015-10-08 14:18:48 +01:00
AsafMah
f954b5481e Standardize response codes.
Lumen already has built in response codes, using them will make the code less error prone.
2015-10-08 14:34:06 +03:00
Amine Ben hammou
381c16c833 no env file for the lumen-test 2015-10-07 18:11:57 +01:00
Amine Ben hammou
65b5c37fcc Tests modified to follow changes 2015-10-07 17:49:26 +01:00
Amine Ben hammou
7e54264c63 typo on README corrected 2015-10-07 17:40:33 +01:00
Amine Ben hammou
ce54fe6d5a migration file name bug fixed 2015-10-07 17:37:17 +01:00
Amine Ben hammou
4b66c5af88 wn:pivot-table command added 2015-10-06 22:41:40 +01:00
Amine Ben hammou
383cf6fd06 Added testing notes to README 2015-10-02 23:56:21 +01:00
Amine Ben hammou
214d1a440b Formatting documentation 2015-10-02 03:26:42 +01:00
Amine Ben hammou
1b2f524683 added documentation 2015-10-02 03:17:32 +01:00
Amine Ben hammou
0b4f299142 wn:resource command added 2015-09-27 05:48:03 +01:00
Amine Ben hammou
b0e163eb09 wn:migration command improuved 2015-09-26 22:43:06 +01:00
Amine Ben hammou
3fb6c053a9 wn:migration command added 2015-09-26 02:43:35 +01:00
Amine Ben hammou
df6abe636c wn:route command added and wn:controller command modified 2015-09-26 00:57:27 +01:00
Amine Ben hammou
6528a95f74 wn:controller command added 2015-09-24 03:04:44 +01:00
Amine Ben hammou
dc3351a8a6 required php version changed to 5.5 2015-09-24 02:23:21 +01:00
Amine Ben hammou
092ee7bb30 TravisCI fixed 2015-09-24 02:20:04 +01:00
Amine Ben hammou
ed29c38049 TravisCI fixed 2015-09-24 02:18:35 +01:00
Amine Ben hammou
101dcb8f3d TravisCI fixed 2015-09-24 02:14:47 +01:00
Amine Ben hammou
a98ee11875 TravisCI added 2015-09-24 02:05:33 +01:00
Amine Ben hammou
4e6b3999c2 TravisCI added 2015-09-24 02:03:29 +01:00
Amine Ben hammou
db0f6e8033 wn:controller:rest-actions command added 2015-09-24 01:25:55 +01:00
Amine Ben hammou
96b1866e35 wn:model command done 2015-09-23 15:53:55 +01:00
Amine Ben hammou
4a60029604 bug fixes 2015-09-23 05:38:56 +01:00
Amine Ben hammou
04ce3077cd added --has-many option to model command 2015-09-23 04:58:39 +01:00