ACID-E - Smart PHP IDE
ACID-E ( pronounce: /ˈæsɪd iː/ ) is a smart php IDE that’s very similar to vscode .
This IDE is under development and isn’t ready for production.
ACID-E uses Laravel for backend side and ReactJS for frontend side.
For development follow these steps :
PHP, Composer and NodeJS must be installed on your computer.
$ git clone https://github.com/morteza-jamali/acide.git
Change directory
$ cd acide
Install all dependencies
```text
$ yarn install
$ composer install
4. Serve app
```text
$ php artisan serve
$ yarn watch
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.