Skip to content

Commit 4d8d71b

Browse files
committed
Merge branch 'dev'
2 parents 9700600 + d81cb87 commit 4d8d71b

31 files changed

+8505
-30662
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,7 @@ public/mix-manifest.json
2222
public/js/filament
2323
public/css/filament
2424
public/vendor
25+
26+
// ide helper
27+
_ide_helper.php
28+
_ide_helper_models.php

.styleci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,4 @@ php:
55
finder:
66
not-name:
77
- index.php
8-
js:
9-
finder:
10-
not-name:
11-
- webpack.mix.js
128
css: true

.vscode/terminals.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"commands": ["php artisan serve"],
1313
"color": "terminal.ansiGreen"
1414
},
15+
1516
{
1617
"name": "ViteJs Terminal",
1718
"description": "Running vite server",

DOCS.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,12 @@ This project uses [Laravel Mix](https://laravel.com/docs/9.x/mix) to compile the
4747

4848
### Preinstalled packages
4949

50-
- [browser-sync](https://github.com/Browsersync/browser-sync): Keep multiple browsers & devices in sync when building apps.
51-
- First, you must run `php artisan serve` to start the server. Then run `npm run watch` to watch for changes. Browsersync listens to laravel app 8000 port and exposes it to your browser at `localhost:3000` and Browsersync UI `localhost:3001` ports.
52-
5350
## ⚡ ViteJS
5451

5552
Also this project uses [ViteJS](https://vitejs.io/) to speed up the development process. You can use it to build your project faster.
5653

5754
**Why we are using both of them?**
58-
> ViteJS is a JavaScript runtime that is optimized for web applications. For example, it is optimized for the Vue.js framework. But if you want to use blade templates, Laravel Mix is still a useful option. Plus, browser-sync is a great solution for smooth development.
55+
> ViteJS is a JavaScript runtime that is optimized for web applications. For example, it is optimized for the Vue.js framework. But if you want to use blade templates, Laravel Mix is still a useful option.
5956
6057
## 🎨 Artisan Commands
6158

0 commit comments

Comments
 (0)