To create a model in Laravel, you can use the Artisan command-line interface. Run the following command in your terminal:

php artisan make:model ModelName

Replace ModelName with the name of your model. The model will be created in the app directory.