task-manager This is a basic todo app you can use on your server Installation Set up your .env file $ composer install $ php artisan migrate --seed Running the app # development $ php artisan serve # Alternatively $ http://localhost/project-manager/public