Bruno Fontes 3d6b0dbeca
Fixed bug causing error 500 on production
Some PHP version or configuration were causing this error.

On app.blade.php of local branch, I could use "$usedItems ? :"
even if $usedItems were null, but I had to check an "isset" to the production.

On HomecController, I had to change the "object" parameter of getUsername
to "\Illuminate\Database\Eloquent\Collection" to make it work.

I took the chance to just show the number of itens in use
if it were greater than 0.
2018-10-16 20:28:59 -03:00
2018-09-07 20:12:34 -03:00
2018-09-17 11:06:35 -03:00
2018-09-07 20:12:34 -03:00
2018-09-07 20:12:34 -03:00
2018-09-19 16:30:59 -03:00
2018-09-07 20:12:34 -03:00
2018-09-07 20:12:34 -03:00
2018-09-07 20:12:34 -03:00
2018-09-22 15:50:50 -03:00
2018-09-07 20:12:34 -03:00
2018-09-07 20:12:34 -03:00
2018-10-03 00:32:23 -03:00
2018-09-07 20:12:34 -03:00
2018-09-22 16:07:49 -03:00
2018-09-07 20:12:34 -03:00
2018-09-07 20:12:34 -03:00
2018-09-07 20:12:34 -03:00

Share It

Just a simple tool to share items with friends.

It is my first try with Laravel, so I am just learning it. :)

More information about Share It here.

Description
No description provided
Readme 43 MiB
Languages
PHP 75.8%
Blade 23.8%
Shell 0.4%