easy-admin icon indicating copy to clipboard operation
easy-admin copied to clipboard

How to start\\\\

Open bartwind opened this issue 5 years ago • 2 comments

its just code to read?

bartwind avatar Sep 03 '20 14:09 bartwind

Hello there,

you can clone the project using git or download the zip. Then configure your database in the .env file, then just run the commands below to get started.

# clone the project 
git clone https://github.com/konshensx16/easy-admin.git 
# change the current directory to the project
cd easy-admin 
#  install the necessary packages for this to work
composer install 
# create the database
bin/console d:d:c 
# create the schema (tables and columns)
bin/console d:s:u --force 
# start the web server to see the application 
php -S localhost:8000 -t public 

konshensx16 avatar Sep 03 '20 20:09 konshensx16

Hi thanks for answer, theres not composer.json file so can't run composer install..

bartwind avatar Sep 04 '20 06:09 bartwind