Raikia / FiercePhish

FiercePhish is a full-fledged phishing framework to manage all phishing engagements. It allows you to track separate phishing campaigns, schedule sending of emails, and much more.
https://github.com/Raikia/FiercePhish/wiki
GNU General Public License v3.0
1.31k stars 249 forks source link

Update Laravel version #1

Closed Raikia closed 7 years ago

Raikia commented 7 years ago

Current version is Laravel 5.2. It needs to be updated to Laravel 5.3 (or whatever latest is as of time of fixing)

Raikia commented 7 years ago

At the same time as this, add: https://github.com/yajra/laravel-datatables

Raikia commented 7 years ago

The problem with updating to Laravel 5.3 is it changes the required PHP version, which affects the Ubuntu 14.04 platform since the required PHP version is not supported by Ubuntu 14.04

Raikia commented 7 years ago

Updated to Laravel 5.4 now too, yay

Raikia commented 7 years ago

This was included in the v1.2.0 release. Issue resolved.