Run the Laravel PHP sample app
Is this page helpful?
app\Providers\AppServiceProvider.php
file.975bf280-fd91-488c-994c-2f04416e5ee3
with your production environment ID.composer install
to install the app dependencies.composer run prepare-environment
to create a sample Laravel environment file.
php artisan serve
to start the app.127.0.0.1:8000
in your browser to see the running sample app.
Now, let's explore the Sample Project and update its content so that you can see the changes reflected in your locally running application.
git clone https://github.com/kontent-ai/sample-app-php.git