b052d792f8410047279c7062918ace449666fbc8
Perceptron and neuronal networks
Using Laravel and Vue JS
Installation
-
Install PHP, Composer and NodeJs
-
With Herd https://herd.laravel.com/windows
-
Using a single command from the Laravel installation page
# 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'))- Manually :
- PHP https://www.php.net/downloads.php
- Composer https://getcomposer.org/download/
- NodeJs (Node + NPM) https://nodejs.org/en/download
-
-
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.
Description
Languages
Vue
53.3%
PHP
34.6%
TypeScript
9.4%
CSS
1.6%
JavaScript
0.6%
Other
0.5%