https://github.com/lemberg/laravel-project
https://github.com/lemberg/laravel-project
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lemberg/laravel-project
- Owner: lemberg
- Created: 2018-04-03T13:40:38.000Z (over 8 years ago)
- Default Branch: 5.5
- Last Pushed: 2018-05-24T06:38:55.000Z (about 8 years ago)
- Last Synced: 2024-12-27T10:44:27.014Z (over 1 year ago)
- Language: PHP
- Size: 157 KB
- Stars: 0
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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)