easy-admin
easy-admin copied to clipboard
How to start\\\\
its just code to read?
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
Hi thanks for answer, theres not composer.json file so can't run composer install..