I\'m new to Laravel.I\'m trying to create database in Laravel. I tried in console with:
Schema::create
If you want to create model with artisan do it this way:
php artisan make:model ModelName