Site like reddit in Laravel
composer install
create file database.sqlite in database directory
php artisan migrate
- Login/Register
- Posts(title, link, text)
- Comments
- Posts upvote/downvote - Ajax
- User profile
I should add:
- Comments editing with Ajax