You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
its just code to read?
The text was updated successfully, but these errors were encountered: