Simple admin dashboard for managing clients social media accounts.
clone the repository
git clone https://github.com/MuhammadAlsaied/admin-dashboard.git # or clone your own fork
open your terminal and 'cd' to source code directory, then run composer install command to install all different packages.
composer install
open .env file and provide your database information and make sure that your database is up and running
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=task-test
DB_USERNAME=root
DB_PASSWORD=""
run migrations
php artisan migrate --seed
start your server
php artisan serve –port=8888
Your app should now be running on localhost:8888.
log in to admin dashboard
Email:admin@example.com
Password:admin