snipe-php/snipe

A php MVC framework

dev-master 2017-08-17 00:43 UTC

This package is not auto-updated.

Last update: 2024-05-12 02:15:26 UTC


README

English

Framework MVC in PHP. I extracted the base of this framework from phpacademy.org now called codecourse.com, and i added aproximately the 80% of functionalities of Laravel Framework.

Then, i added more classes and functionalities. Secondly i delete the Eloquent library of Illuminate, thinking in the size of the framework and make less big than Laravel and the first versions.

-- IMPORTANT --

If you change the name of principal folder, you need change the .htaccess file in the root folder, in the line with the content "RewriteBase /SnipeFramework" with "RewriteBase /your-folder-name"

Español

Framework Construido en PHP. Extraje la base del contenido de phpacademy.org ahora llamado codecourse.com, y agregué casi el 80% de funcionalidades que Laravel Framework posee.

Posteriormente, he añadido más clases y funcionalidades. Por otro lado eliminé la Librería Eloquent de Illuminate para hacerlo más liviano que Laravel y que el que las versiones anteriores.

-- IMPORTANTE --

Si cambias el nombre del directorio principal, deberás cambiar el archivo .htaccess y sustituir la línea que dice "RewriteBase /SnipeFramework" por "RewriteBase /nombre-de-tu-carpeta"