MySQL Database & SQLite
Let's get the basics of working with a database in Laravel by setting up a MySQL database from scratch. Let's also create a migration and a model for our services. To wrap it up, let's change to a SQLite database to show how simple it is.
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.
In-Memory Testing Database
Now that we have a base TestCase, it's time to setup an In-Memory SQLite Testing Database.