Simple admin dashboard template using Laravel10 and Bootstrap5
Clone the project
  git clone https://github.com/Oecophyllaa/laravel-adminGo to the project directory
  cd laravel-adminInstall dependencies
  composer install
  npm install
  npm run devCopy .env file from .env.example
  cp .env.example .envConfigure your database in .env file
  DB_DATABASE=laravel-admin
  DB_USERNAME=root
  DB_PASSWORD=secretMigrate and Seed tables
  php artisan key:generate
  php artisan migrate --seedStart the server
  php artisan serveIf you have any feedback or questions, please reach out to me at Telegram
