A simple (straw) poll web application made with Laravel https://poll.fuwafuwa.moe
Go to file
Les De Ridder b1c06ae55b Eliminate style attributes 2018-10-19 20:45:48 +02:00
app Eliminate style attributes 2018-10-19 20:45:48 +02:00
bootstrap Add Laravel 5.7 base files 2018-10-04 00:03:16 +02:00
config Implement poll voting 2018-10-17 15:12:20 +02:00
database Implement poll creation 2018-10-16 03:23:19 +02:00
public Add basic routes, model, migration, and view 2018-10-09 02:39:04 +02:00
resources Eliminate style attributes 2018-10-19 20:45:48 +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 Increase default session lifetime to 7 days 2018-10-16 03:56:04 +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.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
yarn.lock Add Laravel 5.7 base files 2018-10-04 00:03:16 +02:00