You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You must set your webserver's document root to point to the `public` folder inside your Laravel project. Laravel Valet and Laravel Sail will do this automatically.
45
45
:::
46
46
47
+
:::tip
48
+
It can be helpful to tell Composer which version of PHP you're targeting. This is especially important in a development environment where your webserver's PHP version may be different than the CLI.
49
+
50
+
To do this run: `composer config platform.php 8.0` substituting `8.0` for whichever version you are using.
51
+
52
+
:::
53
+
47
54
**Configure your Laravel Project**
48
55
49
56
Now that you have a Laravel Project setup it is a good time to edit the values in your `.env` file to reflect your setup. The `APP_URL` and `DB_*` variables are particularly important.
0 commit comments