Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kernix13/php-laravel-postnchat
https://github.com/kernix13/php-laravel-postnchat
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kernix13/php-laravel-postnchat
- Owner: Kernix13
- Created: 2023-09-23T19:14:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-24T13:29:48.000Z (about 1 year ago)
- Last Synced: 2023-09-25T04:30:58.864Z (about 1 year ago)
- Language: PHP
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP and Laravel Post and Chat App
- coming soon...
## To-Do Items
1. ✅ Create a separate controller for admin-only routes (`AdminController.php`) for future functionality changes or added functionality
2. ✅ Create a separate controller for chat routes (`ChatController.php`) for future functionality changes or added functionality
3. ✅ Create a separate controller for profile routes (`ProfileController.php`) instead of using UserController, including `/manage-avatar` routes.> ProfileController may not make sense since there is no Profile model
4. `` should be fixed to the bottom of the page either with flex or position
## Setup
Here are the initial commands you will need:
```sh
composer install
npm install
php artisan serve
```## Contributing
- coming soon...
# Code of Conduct
- coming soon...