| title | Installation |
|---|---|
| type | guide |
| order | 1 |
| devless_version | 1.3.0 |
##Installation
- Database (MySQL, PostgreSQL, SQLSRV)
- An HTTP server
- PHP 5.6.10 or greater
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
- Composer

Recommended:
- You will need Docker installed.
- Run the following command on your terminal or command prompt
docker run -p 4545:80 -d --restart always eddymens/devless. - You can now visit
http://localhost:4545in your browser of choice. - You may change the port
4545to whichever one you prefer provided its available.
- Clone the repo
git clone https://github.com/DevlessTeam/DV-PHP-CORE.git - Change into directory
cd DV-PHP-CORE - run
composer installto grab dependecies. NB: Composer Required. Installing Composer - copy .env.example to .env
cp .env.example .envand update the database options within the file - run migrations with
./devless migrate ./devless serve
If everything goes smoothly you should be able to access the setup screen at localhost:8000
If you will need extra help setting up you may check out the Laravel installation guide as the DevLess core is based of Laravel.