mckaygerhard
be6445a6ae
* provide minimal instruction to start to work, adn minimal README also * fix guachi libraries to work with php8 also * fix the script to start a module, move or put missing files into docs as examples * send real http code, specially on 404 response if controllers are not present or error * fix index controller and not found logic model * provide default index and default ini configuration files
43 lines
564 B
Plaintext
43 lines
564 B
Plaintext
# ---> Laravel
|
|
/vendor/
|
|
node_modules/
|
|
npm-debug.log
|
|
yarn-error.log
|
|
|
|
# Laravel 4 specific
|
|
bootstrap/compiled.php
|
|
app/storage/
|
|
|
|
# Laravel 5 & Lumen specific
|
|
public/storage
|
|
public/hot
|
|
|
|
# Laravel 5 & Lumen specific with changed public path
|
|
public_html/storage
|
|
public_html/hot
|
|
|
|
storage/*.key
|
|
.env
|
|
Homestead.yaml
|
|
Homestead.json
|
|
/.vagrant
|
|
.phpunit.result.cache
|
|
|
|
bootstrap/
|
|
storage/
|
|
|
|
# guachi framework
|
|
/*.db
|
|
/*-shm
|
|
/*-wal
|
|
/guachi.ini
|
|
/cache/*
|
|
/public/js/guachi.js
|
|
*.css
|
|
/node_modules/*
|
|
/.sass-cache/*
|
|
/package-lock.json
|
|
/server
|
|
/extras/pruebas/
|
|
/public/pruebas.php
|
|
/test/ |