Commit Graph

185 Commits

Author SHA1 Message Date
DariusIII b8d21c1e5d Update nesbot/carbon to latest version 2018-04-16 23:04:22 +02:00
DariusIII 60bb667fa1 Update used libraries to their latest versions 2018-04-10 23:16:35 +02:00
DariusIII 087c1be9b5 Add barryvdh/laravel-debugbar as dev requirement 2018-03-31 23:11:57 +02:00
DariusIII d397b28f57 Change login/register pages 2018-03-28 15:53:25 +02:00
DariusIII 60cde8c712 Add Mews/Purifier 2018-03-21 13:59:59 +01:00
DariusIII 125e49d94f Remove bootstrap 4 2018-03-16 10:39:12 +01:00
DariusIII cf18716493 Remove jquery-bootswatch 2018-03-16 10:34:38 +01:00
DariusIII 854e0dc2b3 Add bootstrap 4 for future usage 2018-03-15 14:44:26 +01:00
DariusIII a9ab693888 Add wandersonwhcr/illuminate-romans and remove unused functions from Utility class 2018-03-15 14:12:40 +01:00
DariusIII 05b786b039 Add laravelcollective/html package 2018-03-14 13:20:24 +01:00
DariusIII 966e113eec Add code coverage report 2018-03-08 12:58:39 +01:00
DariusIII 22678087df Move assets to public/assets folder, update .gitignore 2018-03-06 14:50:53 +01:00
DariusIII 32b04fb5e1 Remove igaster/laravel theme for now, update symfony components 2018-03-06 08:50:02 +01:00
DariusIII 63023b60f5 Add laravel-theme support for future usage 2018-03-05 15:16:18 +01:00
DariusIII f5729fc6da Add ytake/laravel-smarty for future usage 2018-03-04 23:40:46 +01:00
DariusIII aee3a40ab2 Update composer add requirement for -intl php extension 2018-02-26 10:39:27 +01:00
DariusIII b53d4d0838 Update imdbphp/imdbphp and add htmlpurifier 2018-02-26 00:33:02 +01:00
DariusIII e07f3f5584 Use laravel scout to search fulltext indexes 2018-02-23 10:39:29 +01:00
DariusIII 2bf0586c42 Upgrade font-awesome to version 5.0.6 2018-02-22 10:47:17 +01:00
DariusIII a68d794068 Add imdbphp/imdbphp package and use it to fetch imdb movie data 2018-02-20 14:51:05 +01:00
DariusIII 314e601e44 Rename nntmux namespace and folder to Blacklight 2018-02-14 23:08:17 +01:00
DariusIII 1f8a21f8cd Update ColorCLI class 2018-02-14 13:10:48 +01:00
DariusIII b40f09cee8 Update composer.json, remove ext-yenc suggestion and add ext-bcmath as required for dev branch 2018-02-12 13:38:56 +01:00
DariusIII ab2420238f Add moontoast/math library 2018-02-09 14:23:25 +01:00
DariusIII 013fe957c4 Add back spatie/laravel-fractal, it supports Laravel 5.6 now 2018-02-08 21:53:57 +01:00
DariusIII 7c39e8bc34 Make sphinx only supported search engine 2018-02-08 12:34:18 +01:00
DariusIII 1233b8ae53 Upgraded to laravel/framework 5.6 and adjusted libraries 2018-02-07 21:36:02 +01:00
DariusIII 77677c85c7 Update phpunit to version 7.0 2018-02-06 23:38:45 +01:00
DariusIII 0bb76cf283 Add nunomaduro/collision for console debugging in dev environment 2018-02-02 14:20:38 +01:00
DariusIII 9c5e79b7db Update symfony components, add mayconbordin/l5-fixtures package 2018-01-29 23:19:37 +01:00
DariusIII 59a9c81510 Make PHP7.2 lowest supported version, use sodium for bin2hex and hex2bin operations 2018-01-28 23:21:13 +01:00
DariusIII 2e529ef77d Update composer.json 2018-01-24 10:56:20 +01:00
DariusIII 37ee54414b Update composer.json license to conform with new standard 2018-01-20 22:08:27 +01:00
DariusIII 87360c1dc2 Remove countries table as we will use new package with migration and seeding to populate it 2018-01-17 13:48:26 +01:00
DariusIII 82ece86788 Remove Sofa/Eloquence 2018-01-13 22:29:57 +01:00
DariusIII 05e0319071 Add Sofa/Eloquence, update models 2018-01-12 23:20:43 +01:00
DariusIII 120de7ed7c Update composer.json and .lock files 2018-01-12 15:11:41 +01:00
DariusIII fd5e3a6378 Add missing DatabaseSeeder class 2018-01-10 15:51:23 +01:00
DariusIII 5cb2c78b83 Start switching to php7.2, remove mcrypt extension requirement from composer.json 2018-01-09 11:13:24 +01:00
DariusIII 4e4f98a3e5 Update composer.json and .lock files 2017-12-26 14:55:13 +01:00
DariusIII f09f2e193f Update laravel/framework and watson/rememberable to their latest versions 2017-12-21 11:22:20 +01:00
DariusIII 7babef2421 Add intervention/imagecache and use Storage facade to delete images from disk 2017-12-14 15:55:16 +01:00
DariusIII 3185b47a08 Add intervention/image for image manipulation 2017-12-13 23:02:46 +01:00
DariusIII 75fd8abc9c Add watson/remembarable trait for future usage 2017-11-27 14:32:56 +01:00
DariusIII 330a082478 Change name from tmux to artisan in composer.json 2017-11-17 12:55:14 +01:00
DariusIII d01dc10b03 Fix composer missing setting error on install when calling package auto discovery 2017-11-09 15:25:45 +01:00
DariusIII faf57a6eb8 Remove package auto discovery from composer.json 2017-11-09 14:42:37 +01:00
DariusIII 373269eb1e Add spatie/laravel-fractal for future API usage 2017-10-24 13:46:19 +02:00
DariusIII 777cb7e554 Add database seeds 2017-10-12 14:23:49 +02:00
DariusIII 553c5b1e1b Add xethron/migrations-generator and generate migrations 2017-10-12 12:53:55 +02:00