SM-Website is the site of the SuperMan ROM Android. The site uses the Laravel framework. If you think some patterns are not respecte, please create an issue.
Before install, you must have :
Here's the procedure to follow :
composer install
php artisan key:generate
php -r "file_exists('.env') || copy('.env.example', '.env');" # Edit your .env
php artisan migrate
php artisan serve # http://localhost:8000
The Laravel framework is open-sourced software licensed under the MIT license.