GithubHelp home page GithubHelp logo

preprio / laravel-complete-starter Goto Github PK

View Code? Open in Web Editor NEW
0.0 4.0 0.0 510 KB

The Complete Laravel Starter package offers a sample project that demonstrates how simple it is to create compelling web pages in Prepr, including personalization and A/B testing capabilities.

PHP 27.79% JavaScript 0.82% CSS 0.26% Blade 71.14%
laravel laravel-starter laravel10x

laravel-complete-starter's Introduction

Laravel Complete Starter

Look at the Complete guide to Laravel and Prepr personalization 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
npm install
npm run dev

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.

laravel-complete-starter's People

Contributors

kevintjuhz avatar mlingham79 avatar stylecibot avatar tim-hanssen avatar tomswinkels avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.