Skip to content

Tag: php

In Macroable.php line 96: Method body does not exist

I’m fairy new to Laravel. I have created a migration file named: create_notes_table and when running command php artisan migrate this error message pops up. my create_notes_table file content Answer As the error message states there is no body() method in migrations. https://laravel.com/docs/8.x/migrati…