zanwaar / LaravelAppsVisitors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aplikasi Visitors

  • Clone the repository
  • Copy .env.example to .env
  • Set the DB_ environment variables in .env file
  • Create a database with the name specified in DB_DATABASE
  • composer install
  • php artisan key:generate
  • php artisan storage:link
  • vendor spatie model set uuid
  • use Uuid;
  • protected $keyType = 'string';
  • public $incrementing = false;`
  • le NOCAPTCHA_SECRET
  • Migrate and seed the database with php artisan migrate:fresh --seed
  • You can now log in with user "admin@gmail.com", password "password"

License

MIT

About


Languages

Language:Blade 49.1%Language:PHP 46.3%Language:Less 4.6%