Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 749 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 749 Bytes

About

This admin panel starter for php development.

Powered By

Requirements

  1. PHP >= 7.2
  2. BCMath PHP Extension
  3. Ctype PHP Extension
  4. JSON PHP Extension
  5. Mbstring PHP Extension
  6. OpenSSL PHP Extension
  7. PDO PHP Extension
  8. Tokenizer PHP Extension
  9. XML PHP Extension
  10. Curl PHP Extension
  11. Mysql PHP Extension

How to

  1. Set database in .env
  2. Run php artisan migrate
  3. Run php artisan db:seed
  4. Start php artisan serve

Auto Backup

Add this * * * * * cd /path-to-your-project && php artisan schedule:run >> /dev/null 2>&1 to your crontab or other.

Done