Open Mdhesari opened 2 years ago
Hi @Mdhesari I am not sure if I get your point correctly, here are my understanding:
Feature/ManageBookTest
and create 1 method user_can_create_book()
Are those correct @Mdhesari?
In general, I was thinking your idea is:
Not sure my understandings are correct, let me know, @Mdhesari.
Thanks.
@nafiesl
Exactly! You put the nail on the head.
Hi @Mdhesari, currently I have no time to try to dig it further to start implementing it. If you wailing to write the plan in more detail, or even submit a pull request, that will be very helpful. We can review them together.
Meanwhile, I will keep this issue open as a feature suggestion.
Thanks.
sure, I will try to do it when there was a chance to do.
I have a scenario in my mind let's see how it works :
$this->get(route('books.store'), [ 'name' => 'Programming', 'publisher' => 'Laravel', 'author' => 'Taylor Outwell', ]);
Now we just need to add validation and most of the work is done by the command generator...