35
Getting Error
general · 2 signals · 1 source
Evidence
php laravel database migration — I am using Laravel 5.5. and I am trying to migrate of all my database migration files.but I am getting an error while trying to migrate: In Macroable.php line 74: Method increment does not exist. this is my macroable.php file <?php namespace Illuminate\Support\Traits; use Clos
Error in database Migration in yii — I've been trying to do a Database Migration, but I keep getting an error message: Error : setting unknown property: yii\db\Connection::mailer in my main-local I have the code: 'mailer' => [ 'class' => 'yii\swiftmailer\Mailer', 'viewPath' => '@common/mail', ], What should