Skip to content

Oecophyllaa/laravel-admin

Repository files navigation

Logo

Laravel Admin

Simple admin dashboard template using Laravel10 and Bootstrap5

Tech Stack

Libraries & Template

Run Locally

Clone the project

  git clone https://github.com/Oecophyllaa/laravel-admin

Go to the project directory

  cd laravel-admin

Install dependencies

  composer install
  npm install
  npm run dev

Copy .env file from .env.example

  cp .env.example .env

Configure your database in .env file

  DB_DATABASE=laravel-admin
  DB_USERNAME=root
  DB_PASSWORD=secret

Migrate and Seed tables

  php artisan key:generate
  php artisan migrate --seed

Start the server

  php artisan serve

Authors

Oecophyllaa

Feedback

If you have any feedback or questions, please reach out to me at Telegram

License

MIT

About

Simple Laravel 10 Admin Dashboard Template

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published