Closed bleeuwen closed 5 years ago
we have an issue template
I used the template. Do you want my output?
Op 22 jan. 2019, om 09:54 heeft Adrian Ocneanu notifications@github.com het volgende geschreven:
Closed #178 https://github.com/laravel-enso/Enso/issues/178.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/laravel-enso/Enso/issues/178#event-2088145639, or mute the thread https://github.com/notifications/unsubscribe-auth/AFJnZupUfP8lU4BaIg3EN_tFJNtLpwOkks5vFtG0gaJpZM4aMMOQ.
this is the template
please also read all the instructions from the template
also look at other open issues...
@bleeuwen go to https://github.com/laravel-enso/Enso/issues/new, he's referring to the issue template.
Regarding his comment on the referenced issue: you can perfectly work on windows for development, however for the composer install & update steps you have to add --ignore-platform--reqs
This also means that horizon won't be fully functional (but for development you have this set to sync by default)
Hi
I see the problem
Your documentation is correct.
Only at https://github.com/laravel-enso/Enso/issues/110#issuecomment-403211964 https://github.com/laravel-enso/Enso/issues/110#issuecomment-403211964 the command is not correctly spelled. php artisan make:enso:structure must be php artisan enso:make:structure
Op 22 jan. 2019, om 09:58 heeft Jonas De Kegel notifications@github.com het volgende geschreven:
@bleeuwen https://github.com/bleeuwen go to https://github.com/laravel-enso/Enso/issues/new https://github.com/laravel-enso/Enso/issues/new, he's referring to the issue template.
Regarding his comment on the referenced issue: you can perfectly work on windows for development, however for the composer install & update steps you have to add --ignore-platform--reqs This also means that horizon won't be fully functional (but for development you have this set to sync by default)
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/laravel-enso/Enso/issues/178#issuecomment-456320557, or mute the thread https://github.com/notifications/unsubscribe-auth/AFJnZrAjaIMJIl50LfDuA6QJOQwJT_Faks5vFtK2gaJpZM4aMMOQ.
Hi
I am impressed by the Laravel Enso package. I know quite somethings of Symfony and Laravel.
But I get stuck in creating an own table above the Enzo package.
I use the StuctureManager CLI and created my objects, but then I get lost.
Is there somewhere a tutorial that covers this issue completely??
Beste regards
Bart van Leeuwen
I personally recommend using git to track changes, that way you can see what files got created and what's in each of them.
notably: ModelTable.php
, ValidateModelRequest.php
, ModelController.php
, the database migrations, the snipped shared via console to add to api.php
& the .json models (in app\forms
& app\table
)
Referencing existing versions of those files along with the documentation to comprehend how everything works together
Would like to use the CLI-command make:enso:structure, but I get an error. Do I have to install this feature separately??
I refer to: _The CLI is done. After updating to the latest version use
php artisan make:enso:structure
to generate all the needed files for a new structure._Originally posted by @aocneanu in https://github.com/laravel-enso/Enso/issues/110#issuecomment-403211964__