Table of Contents
Creating a message application with Symfony. Learn Symfony and the things this PHP framework provides you. Building a APis with Api platform and the Open Api standard.
This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
This is an message application build with PHP framework Symfony. Exposes APIs with Api Platform and has a admin zone build with EasyAdmin.
-
Clone the project
git clone https://github.com/Luis4609/Chat-App.git
-
webpack
npm run watch
Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.
- Clone the repo
git clone git clone https://github.com/Luis4609/Chat-App.git
- Install Composer packages
composer install
- Install NPM packages
npm install
- Enter your config in
.env
PASSWORD =
- Login
- Register
- Reset password
- Encrypted password
- Send message
- Send message to multiple users
- Inbox
- Outbox
- Message information
- User profile
- Admin zone
- AJAX
Luis Monzón - @LuisMon4609 - [email protected]
Project Link: Symfony-Chat-App