An open API service indexing awesome lists of open source software.

https://github.com/lemberg/laravel-project


https://github.com/lemberg/laravel-project

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Lemberg Laravel Project

Based on [Laravel Framework](https://laravel.com) **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](https://laravel.com/docs/5.5/homestead) vagrant box.

vagrant version **2.0.2**

## Code Style

The project uses a **PRS2** PHP style code.

## Other Documents

[Deploy](/docs/deploy.md)