2017 © Pedro Peláez
 

project pattern

A simple pattern for Laravel

image

osaris-uk/pattern

A simple pattern for Laravel

  • Sunday, April 15, 2018
  • by osaris-uk
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

pattern

A simple pattern for Laravel 6, (*1)

Installation

composer create-project osaris-uk/pattern --prefer-dist projectname, (*2)

After composer has finished hook up your DB in .env and run php artisan migrate, (*3)

Be sure to recompile front end assets (npm run dev) once you have updated your .env file with your APP_URL., (*4)

What is pattern?

Pattern is a simple boilerplate for Laravel applications. It includes a standard laravel installation but with some other features pre-configured:, (*5)

New features / issues

If you have any ideas for other features to include or see any issues you can submit a PR, alternatively get in touch and I'll have a look., (*6)

Thanks to..

  • Laravel is a fantastic PHP framework to work with, check it out here.
  • Codecourse

The Versions