Laravel and react are my favorite frameworks, i learn by doing, so i always try to recreate things that are already out there ( educational purposes ).
In this post, i'm gonna be sharing what i accomplished trying to create something like dev.to :D
Throw a star if you like what i'm doing :D
What i did so far :
- Follow tags
- Show posts according to my tags ( by newest )
- Delete & edit my own posts
- Comment system
- Saving a post ( bookmarking )
- Liking a post
For beginners, you will find this a good example to :
- learn Eloquent relationships in laravel
- Eager loading
- The use of resource controllers
Things i'm going to add :
- Notification system
- Users profiles
- Validations
- Following authors
- Subscribing to post discussion
PS : some people may find it similar to dev.to, i don't intend to use this in commercial use or anything, it's only educational purposes.
Top comments (2)
in which server did you hosted laravel + inertia..?
Shared hosting. i use hostinger btw :)