2017 © Pedro Peláez
 

project phpcrystal

An extension of the Laravel PHP framework.

image

agentcoop/phpcrystal

An extension of the Laravel PHP framework.

  • Tuesday, May 22, 2018
  • by asamuylik
  • Repository
  • 1 Watchers
  • 10 Stars
  • 20 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 15 Versions
  • 0 % Grown

The README.md

, (*1)

Build Status Total Downloads Latest Stable Version License , (*2)

About PhpCrystal

PhpCrystal is an extension of the popular PHP framework Laravel shipped with a modular approach and functionalities such as: * Declaration and auto-generation of routes and services using annotations * Error logging and reporting * Extended MVC classes * Docker configuration, (*3)

Installation

Create a new project:, (*4)

composer create-project --no-install agentcoop/phpcrystal myapp

Build Docker images:, (*5)

cd myapp && docker-compose up --build

Go to http://localhost:60000 and, if everything is good, you'll see the Laravel welcome page., (*6)

Default application stack

  • MongoDb (3.4.1v)
  • Nginx (1.13.1v)
  • PHP (7.2.1v)
  • Linux Alpine (3.7v)

Version compatibility

Laravel Package
5.6.* 1.0.x

License

Licensed under the MIT license., (*7)

Documenation

Contents

  1. Model
  2. View
    1. Blade templates compiling
    2. jQuery DataTables plugin
  3. Controller
  4. Service layer
  5. Modules
    1. Overview
    2. Annotated routing

The Versions