Skip to content

Latest commit

Β 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ Estructura mΓ­nima

.
β”œβ”€β”€ dockerfile
β”œβ”€β”€ mvc_clase
β”‚   β”œβ”€β”€ app
β”‚   β”‚   β”œβ”€β”€ controllers
β”‚   β”‚   β”œβ”€β”€ models
β”‚   β”‚   └── views
β”‚   β”‚       └── inicio.php
β”‚   β”œβ”€β”€ autoloader.php
β”‚   β”œβ”€β”€ lib
β”‚   β”‚   └── Route.php
β”‚   β”œβ”€β”€ public
β”‚   β”‚   β”œβ”€β”€ .htaccess
β”‚   β”‚   └── index.php
β”‚   └── routes
β”‚       └── web.php
└── README.md

.htaccess

Options -Multiviews
RewriteEngine On 
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [QSA,L]

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages