laravel
composer create-project laravel/laravel example-appcd example-appConnect to DB
// Can now run laravel web app using
php artisan serve

Create model migration


Example (Create list Item , add to DB)
Last updated