conr/practice-on-server

a practical assignment for working on the server side using the php language

dev-first 2025-03-26 08:05 UTC

This package is auto-updated.

Last update: 2025-09-08 07:12:56 UTC


README

for starting:

  1. composer update
  2. if you wanna work on 8.1: "php": "^8.1", "illuminate/database": "^10.0@dev", "illuminate/events": "^10.0@dev"
  3. but on 8.2 or higher use: "php": "^8.2", "illuminate/database": "^13.0@dev", "illuminate/events": "^13.0@dev"
  4. in db.php you need to change - 'database' => 'mvc','username' => 'root', 'password' => ''