Todo App in Laravel
- Debian 9 (on Cloud)
- Apache Webserver
- PHP 7.3
- MariaDB
- Composer
- Laravels latest version
- Edit .env file and enter the database credentials
- Give full permission to storage folder
chmod -R 777 www-data:www-data ./storage - And don't forget to point the Document Root Folder into Laravel public folder in the apache configuration file
- Migrate database by executing
php artisan migrate:fresh