Okay... Problem solved. Or did not exist... To prove, that my working version is still working, I did go back with my code, clear the cache and check the result. Works. Then I go forward to the last, non working version, clear cache an ups... works! Hmm...
atakanatici liked this reply
You are returning a view in your create method. Why don't just use a get route like:
Route::get('/company/form', 'CompanyController@create);
?
That' just for now and this are my first lines with Laravel. The project will grow :-)
BTW: The problem is back again. I try to solve it like I did by changing the code, clear cache, take back all changes and clear again... :-)
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community