Kernix13 / php-laravel-postnchat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  1. <footer> should be fixed to the bottom of the page either with flex or position

Setup

Here are the initial commands you will need:

composer install
npm install
php artisan serve

Contributing

  • coming soon...

Code of Conduct

  • coming soon...

About


Languages

Language:PHP 76.4%Language:Blade 12.0%Language:JavaScript 7.0%Language:CSS 4.6%