Steganography coder/decoder and analyzer
The Laravel framework has a few system requirements. However, if you are not using Homestead, you will need to make sure your server meets the following requirements:
PHP >= 5.6.4 OpenSSL PHP Extension PDO PHP Extension Mbstring PHP Extension Tokenizer PHP Extension XML PHP Extension
Please check the system requirements before installing project
You may install by cloning from github
Github: git clone https://github.com/Lintume/Stego-analyzer
Enter your database details into app/config/database.php.
Run the command composer install
For creating tables in data base run the command
php artisan migrate
Finally, setup an Apache VirtualHost to point to the "public" folder.
For development, you can simply run
php artisan serve