Adding Email For Customers
Let's work together to add an email field and persist it to the database.
Adding Customers To The Database
Now that we have our database in place, let's add a form to add any new customers.
SQLite Database
Let's get the basics of working with a database in Laravel by setting up an SQLite database from scratch. Let's also create a migration and a model for our customers.