mfsiat / laravel-test

This is only for all laravel tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel For Testing purpose

Setup Laravel Activity Log Package

Setup Commands

  • Install laravel UI: composer require laravel/ui
  • Install Bootstrap Auth Scaffolding: php artisan ui bootstarp --auth
  • Install npm packages: npm install
  • Build the npm files: npm run dev
  • Install and Configure User Activity Log Package: composer require haruncpi/laravel-user-activity
  • Install the package & migrate: php artisan user-activity:install

Setup Laravel Telescope

  • To install follow the official documentation: Click Here
  • Go to this route: url/telescope

About

This is only for all laravel tests


Languages

Language:PHP 74.3%Language:Blade 25.7%