Skip to content

GrifoDev/SM-Website-outdated

Repository files navigation

SM-Website

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.

How to install

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

License

The Laravel framework is open-sourced software licensed under the MIT license.