Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added a Todo-list + a developer reference section.
  • Loading branch information
syntaxlexx authored Aug 23, 2024
1 parent 497c35a commit 8f446e3
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Running tests](#running-tests)
- [Developer Notes](#developer-notes)
- [Todos](#todos)
- [Contributing](#contributing)
- [Credits](#credits)
- [Security Vulnerabilities](#security-vulnerabilities)
Expand Down Expand Up @@ -102,6 +104,42 @@ The starter-kit uses **Pest** for testing.
php artisan test
```

## Developer Notes
### Todos
- [x] Landing page
- [x] Demo pages for layout stuff
- [x] Models -> typescript generator
- [ ] Blog
- [ ] Post + Comments
- [ ] Live-chat - Laravel Reverb + Echo
- [ ] Auth pages
- [ ] Login
- [ ] Register
- [ ] Reset password
- [ ] Social Login
- [ ] Admin
- [ ] Dashboard
- [ ] Posts mgmt
- [ ] Comments mgmt
- [ ] Users mgmt
- [ ] Profile mgmt
- [ ] Settings - Update .env
- [ ] Settings - Update SEO metadata
- [ ] Server info - Laravel Pulse
- [ ] Dashboard for Users
- [ ] Liked Posts
- [ ] Bookmarks
- [ ] Posts mgmt
- [ ] Comments
- [ ] Profile mgmt

### Common Configuration files + Scripts
#### Supervisor
#### Laravel Pulse
#### Laravel Reverb
#### Scheduler
#### Common Laravel Commands

## Contributing

Thank you for considering contributing to the Laranext Starter Kit! We welcome contributions from the community.
Expand Down

0 comments on commit 8f446e3

Please sign in to comment.