Skip to content

Commit

Permalink
Merge branch 'AlamedaCMS' into documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gerMdz authored Mar 26, 2022
2 parents 32a8344 + ea481df commit 8e78f58
Show file tree
Hide file tree
Showing 1,877 changed files with 192,892 additions and 28,147 deletions.
4 changes: 0 additions & 4 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
###> symfony/framework-bundle ###
APP_ENV=dev
APP_SECRET=c613cd77e9a38d7947796bdcaf501d23

###> APP_SECRET=281583a696d7d8602fbb4ca575aaaed3
#TRUSTED_PROXIES=127.0.0.0/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16
#TRUSTED_HOSTS='^(localhost|example\.com)$'
###< symfony/framework-bundle ###

###> doctrine/doctrine-bundle ###
Expand Down
6 changes: 6 additions & 0 deletions .env.test
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# define your env variables for the test env here
KERNEL_CLASS='App\Kernel'
APP_SECRET='$ecretf0rt3st'
SYMFONY_DEPRECATIONS_HELPER=999999
PANTHER_APP_ENV=panther
PANTHER_ERROR_SCREENSHOT_DIR=./var/error-screenshots
13 changes: 5 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,22 +40,16 @@ yarn-error.log
/assets/fonts/
/public/js/
/.php_cs.cache
/public/stream-ui-kit/
/public/business-casual/
/public/material-kit/
/public/shards-ui/
/public/media/
/public/media/cache
/public/pre/uploads/entrada_reference/
/migrations/Version20200617115938.php

/public/vendors/tilt/
/public/css/stream-ui-kit/assets/vendors/
/public/fonts/druk/
/public/fonts/univers/
/public/css/stream-ui-kit/assets/img/
/public/css/stream-ui-kit/assets/img-temp/
/public/css/stream-ui-kit/assets/include/
/public/fonts/UniversLTStd-Obl.otf
/public/fonts/Joyful Story.otf
/public/fonts/Tuesnight.otf
Expand All @@ -72,8 +66,6 @@ yarn-error.log
/public/fonts/GreatLakesNF.ttf
/public/fonts/Black Diamond.otf
/public/fonts/Matahati Regular.otf
/public/css/stream-ui-kit/assets/js/vendors/
/public/css/stream-ui-kit/starter-template.html
/public/images/a2-fdoNegro-ltrBlanca.jpg
/public/images/iglesiaAlamedaInstagram.jpg
/public/images/logo-oracion.png
Expand Down Expand Up @@ -113,3 +105,8 @@ yarn-error.log
/public/images/logo.png
/migrations/
/migrations/Version20210515203711.php

###> symfony/phpunit-bridge ###
.phpunit.result.cache
/phpunit.xml
###< symfony/phpunit-bridge ###
21 changes: 17 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,21 @@ $ ./bin/phpunit

#### AlamedaCMS se base en

* [Symfony](https://symfony.com) framework PHP.
* [Bootstrap](https://getbootstrap.com) plantillas.
* [FontAwesome](https://fortawesome.github.io/Font-Awesome/) icons.
- [Symfony][1] framework PHP.
- [Bootstrap](https://getbootstrap.com/) plantillas.
- [FontAwesome](https://fortawesome.github.io/Font-Awesome/) icons.

##### Gracias a (y seguro se me están quedando afuera alguno)
Uso [PhpStorm][5]

A mi parecer, soy 25% más productivo gracias a PHPStorm.

[Stream - UI Kit](https://htmlstream.com/preview/stream-ui-kit/)

Stream UI Kit is beautiful Open Source Bootstrap 4 UI Kit under MIT license. The UI Kit comes with 5 beautiful complete pages and includes over 20 reusable and customizable UI Blocks. It’s lightweight and only ~17kb when minified.


Con licencia [MIT](https://github.com/gerMdz/AlamedaCMS/blob/AlamedaCMS/LICENSE)



Con licencia [MIT](https://github.com/gerMdz/AlamedaCMS/blob/AlamedaCMS/LICENSE) Uso [PhpStorm](https://jb.gg/OpenSource.)
Loading

0 comments on commit 8e78f58

Please sign in to comment.