Simple Admin for the Laravel PHP Framework
https://simple-admin-laravel.sitchi.dev/
user: [email protected]
pass: Demo2020
- PHP >= 7.4
- Apache Web Server with mod_rewrite enabled or Nginx Web Server
- MariaDB >= 10.3
git clone https://github.com/sitchi/simple-admin-laravel
composer install
After the installation
- Copy .env.example file to .env file with your DB connection information
- php artisan key:generate
- php artisan migrate --seed
- php artisan passport:install
- php artisan passport:client --client
- Write permissions of the storage directory
sudo chmod -R 0777 storage/ bootstrap/
The Simple Admin is under the MIT License, you can view the license here.