Perform for AWA 1
Tools | Version |
---|---|
Composer | 2.4.4 |
NPM | 8.19.2 |
php | 8.1.12 |
vue | 3.2.36 |
Gsap | 3.11.4 |
motion | 10.15.5 |
aos | 2.3.4 |
-
Clone the repo
https://github.com/robielcpnv/nael-maths.git
-
Install dependencies
cd nael-maths composer i npm i
-
Build assets
npm run dev
-
Generate application key and add it in
.env
php artisan key:generate cp .env.example .env
The environment variables are configured in .env which is located at the root of the project.
# .env
DB_CONNECTION=mongodb
DB_HOST=127.0.0.1
DB_PORT=27017
DB_DATABASE=<CHANGE>
DB_USERNAME=<CHANGE>
DB_PASSWORD=<CHANGE>
Populate the database with fake data
php artisan migrate:fresh --seed
Compile the JavaScript and CSS assets: npm run dev
Start the development server: php artisan serve
VITE v4.0.4 ready in 2197 ms
➜ Local: http://localhost:5174/
➜ Network: use --host to expose
➜ press h to show help
LARAVEL v9.47.0 plugin v0.7.3
➜ APP_URL: http://localhost:8000
Note This is a basic readme file for a laravel project with vue.js, you can add more details according to your project's requirements.