Skip to content

The Laravel Quick Start package covers the basics of connecting Prepr CMS with Laravel. With the provided steps, you can make a basic blog in less than 10 minutes.

Notifications You must be signed in to change notification settings

preprio/laravel-quick-start

Repository files navigation

Laravel Quick Start

The Laravel quick start project launches a blog app with content from Prepr.

Look at the Laravel Quick start guide to learn more.

Add the environment file

Copy the .env.example file in this directory to .env (which will be ignored by Git) by running the following command:

cp .env.example .env

Update the environment file

In the .env file replace with the Prepr endpoint from your environment with demo content.

Setup

Make sure to install the dependencies:

composer install

Generate App Key

php artisan key:generate

Create Database File

Create the SQLite database file used in this project. If you'd like to use a different database, check out the Laravel docs for more details.

php artisan migrate

Development Server

Start the development server on http://localhost:8000

php artisan serve

Production

Check out the deployment documentation for more information.

About

The Laravel Quick Start package covers the basics of connecting Prepr CMS with Laravel. With the provided steps, you can make a basic blog in less than 10 minutes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published