For Laravel Restful controllers, create is a GET not a POST call. Typically you'd get the create form and post the results to the store method.
On a different subject, I'm puzzled by your first test, it doesn't seem to test your application in any way. It just tests itself.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community