You are on page 1of 1

laravel new example-app

cd C:\xampp\htdocs\example-app
subl .
php artisan make:model Produit
php artisan make:migration create_produits_table
DB_DATABASE=stock_app

You might also like