/simple-admin-laravel

Simple Admin for the Laravel PHP Framework

Primary LanguagePHPMIT LicenseMIT

simple-admin-laravel

Simple Admin for the Laravel PHP Framework

github-small github-small

Demo Site

https://simple-admin-laravel.sitchi.dev/

user: demo@sitchi.dev

pass: Demo2020

Get Started

Requirements

Installation

Install via git clone
git clone https://github.com/sitchi/simple-admin-laravel

composer install

After the installation

  1. Copy .env.example file to .env file with your DB connection information
  2. php artisan key:generate
  3. php artisan migrate --seed
  4. php artisan passport:install
  5. php artisan passport:client --client
  6. Write permissions of the storage directory sudo chmod -R 0777 storage/ bootstrap/

License

The Simple Admin is under the MIT License, you can view the license here.