A simple (straw) poll web application made with Laravel https://poll.fuwafuwa.moe
Go to file
Les De Ridder 826e144621 Use Laravel Mix to combine and minify CSS 2018-10-22 21:35:39 +02:00
app Use separate form field to close poll immediately 2018-10-22 20:48:35 +02:00
bootstrap Add Laravel 5.7 base files 2018-10-04 00:03:16 +02:00
config Clean .env and make timezone configurable 2018-10-19 20:53:13 +02:00
database Implement poll creation 2018-10-16 03:23:19 +02:00
public Use Laravel Mix to combine and minify CSS 2018-10-22 21:35:39 +02:00
resources Use Laravel Mix to combine and minify CSS 2018-10-22 21:35:39 +02:00
routes Implement poll editing 2018-10-19 20:16:58 +02:00
storage Add Laravel 5.7 base files 2018-10-04 00:03:16 +02:00
tests Delete most unused Laravel stuff 2018-10-04 00:03:16 +02:00
.editorconfig Add Laravel 5.7 base files 2018-10-04 00:03:16 +02:00
.env.example Clean .env and make timezone configurable 2018-10-19 20:53:13 +02:00
.gitattributes Add Laravel 5.7 base files 2018-10-04 00:03:16 +02:00
.gitignore Add debug bar 2018-10-12 20:12:24 +02:00
LICENSE Add license 2018-10-04 00:09:12 +02:00
artisan Add Laravel 5.7 base files 2018-10-04 00:03:16 +02:00
composer.json Tidy HTML output 2018-10-16 04:42:13 +02:00
composer.lock Tidy HTML output 2018-10-16 04:42:13 +02:00
package-lock.json Use Laravel Mix to combine and minify CSS 2018-10-22 21:35:39 +02:00
package.json Add Laravel 5.7 base files 2018-10-04 00:03:16 +02:00
phpunit.xml Add Laravel 5.7 base files 2018-10-04 00:03:16 +02:00
server.php Add Laravel 5.7 base files 2018-10-04 00:03:16 +02:00
webpack.mix.js Use Laravel Mix to combine and minify CSS 2018-10-22 21:35:39 +02:00
yarn.lock Add Laravel 5.7 base files 2018-10-04 00:03:16 +02:00