news app web.
1.0.0
This is a web application based on laravel framework build to support the flutter application built here.
##Installation Process
composer install.env.example and rename the copy .env.env fileDB_CONNECTION=mysql {Change if required}
DB_HOST=127.0.0.1 {Change if required}
DB_PORT=3306 {Change if required}
DB_DATABASE=YOUR_DB_NAME
DB_USERNAME=YOUR_DB_USER_NAME
DB_PASSWORD=YOUR_DB_PASSWORD
php artisan key:generatephp artisan migrate.php artisan serveAPP_URL/login[email protected] and Password: admin E-Mail Address: [email protected]
Password: admin




#TODO