lemberg/laravel-project

Lemberg Project based on The Laravel Framework.

5.5.0 2018-04-04 10:14 UTC

This package is auto-updated.

Last update: 2024-04-14 19:51:16 UTC


README

Based on Laravel Framework 5.5.

Init new project

  1. Install via composer

    composer create-project --prefer-dist lemberg/laravel-project blog "5.5.*"
    
  2. Update readme.md and composer.json

Requirements

  • composer
  • PHP >= 7.0.0
  • MySql >= 5.7
  • Sqlite3
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Mbstring PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension
  • GD PHP Extension

Setup and Prepare Server

Create storage link

$ php artisan storage:link

Developer environment

For the deployment of a local environment uses Laravel Homestead vagrant box.

vagrant version 2.0.2

Code Style

The project uses a PRS2 PHP style code.

Other Documents

Deploy