Ninluc 7c223e0ba8
linter / quality (push) Successful in 5m1s
tests / ci (8.3) (push) Successful in 3m47s
Increase max request time
2026-09-19 15:28:52 +02:00
2026-09-18 23:08:19 +02:00
2026-09-16 22:41:03 +02:00
2026-09-17 21:46:49 +02:00
2026-09-16 21:58:12 +02:00
2026-09-19 15:28:52 +02:00
2026-09-19 10:43:05 +02:00
2026-09-18 23:24:13 +02:00
2026-03-03 11:10:38 +01:00
2026-09-15 19:44:58 +02:00
2026-03-03 11:10:38 +01:00
2026-09-17 21:01:15 +02:00
2026-03-03 11:10:38 +01:00
2026-03-03 11:10:38 +01:00
2026-03-03 11:10:38 +01:00
2026-03-03 11:10:38 +01:00
2026-03-03 11:10:38 +01:00
2026-03-03 11:10:38 +01:00
2026-03-03 11:10:38 +01:00
2026-03-03 11:10:38 +01:00
2026-09-16 21:34:38 +02:00
2026-09-19 15:28:52 +02:00
2026-03-03 11:10:38 +01:00
2026-03-22 15:21:35 +01:00
2026-03-03 11:10:38 +01:00
2026-09-16 20:35:08 +02:00
2026-03-03 11:10:38 +01:00
2026-09-16 20:03:18 +02:00
2026-03-03 11:10:38 +01:00

PerceptronViewer

Using Laravel and Vue JS

Installation

  1. Install PHP, Composer and NodeJs

    # Run as administrator...
    Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://php.new/install/windows/8.4'))
    
  2. Setup project and install dependencies

composer run setup

Running the project

There is a script inside composer.json that will launch each part of the application in parallel.

To run this script :

composer run dev

And go with your favorite browser to http://127.0.0.1:8000/

Nothing is happening when I press "Lancer"

Look a the output of composer run dev, if you see that reverb is still sending events, that means you need to clear the job queue in a new terminal with the command

php artisan queue:clear

You then need to repress the "Lancer" button.

S
Description
Projet pour le cours de Réseaux de neurones artificiels du MASI
Readme 2.4 MiB
Languages
Vue 51.7%
PHP 37%
TypeScript 8.7%
CSS 1.4%
JavaScript 0.4%
Other 0.8%