mschwarzmueller / pluralsight-laravel-getting-started

Starting code for Pluralsight course on Laravel Models & Data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel - Getting Started (Pluralsight Course)

This repository holds the starting source code of the "PHP Development with Laravel - Working with Models & Data" course on Pluralsight.

Clone this repository to start with the same code I start with in this course.

Usage

Simply clone this repo and run composer install to install all the required dependencies. Make sure to rename the .env.example file to .env and also run php artisan key:generate to generate an application key for this Laravel app.

About

Starting code for Pluralsight course on Laravel Models & Data

License:MIT License


Languages

Language:PHP 88.0%Language:HTML 9.4%Language:JavaScript 1.3%Language:Vue 0.6%Language:ApacheConf 0.6%