Admin panel and api for mobile applications of mobile operator UMS
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
- PHP >= 7.1.3
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
- Ctype PHP Extension
- JSON PHP Extension
What things you need to install the software and how to install them
-
Download the project with
git clone https://github.com/BotirovE/ums.git
-
Run in the project folder
composer install
-
Configure the
.env
file. Runphp artisan key:generate
-
Run
php artisan migrate
-
Create admin
php artisan voyager:admin [email protected] --create
and you will be prompted for the users name and password.
-
Open project folder in command line
-
Run
php artisan serve
which starts a development server at http://localhost:8000
See the list of contributors who participated in this project.