Create a new Laravel site
MAMP PRO provides an easy way to set up the latest version of Laravel when creating a new site.
-
Click the ”+” button at the bottom of the sites list and select “Laravel” as the site type in the following dialog.

-
Confirm your selection by clicking the “Continue” button.
-
Enter the name of your Laravel site. In this example, we choose the name “my-site”.
-
As “Site folder”, first create a new directory named “my-site” and then select it.
-
Confirm your selection by clicking the “Continue” button.
-
On the “Laravel Database settings” screen, select the type of database you want to use:
- MySQL — Enter the database name. Optionally, select an existing MySQL user or create a new one with a password.
- SQLite — No additional information is required. MAMP PRO will automatically create and configure an SQLite database file for your Laravel project.
-
Click the “Create Site” button to create your new site, including Laravel. This may take a few seconds, so please be patient.

-
The settings for your new site are saved automatically, and the servers and services are restarted if necessary.
-
To open your new site in your default browser, click the “Open” button to the right of the site name field.

-
Your new Laravel site will now look like this:
