Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to start\\\\ #2

Open
bartwind opened this issue Sep 3, 2020 · 2 comments
Open

How to start\\\\ #2

bartwind opened this issue Sep 3, 2020 · 2 comments

Comments

@bartwind
Copy link

bartwind commented Sep 3, 2020

its just code to read?

@konshensx16
Copy link
Owner

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 

@bartwind
Copy link
Author

bartwind commented Sep 4, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants