Snipe
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., (*1)
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., (*2)
-- IMPORTANT --, (*3)
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", (*4)
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., (*5)
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., (*6)
-- IMPORTANTE --, (*7)
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", (*8)