Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
relliv committed May 27, 2024
2 parents 9700600 + d81cb87 commit 4d8d71b
Show file tree
Hide file tree
Showing 31 changed files with 8,505 additions and 30,662 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ public/mix-manifest.json
public/js/filament
public/css/filament
public/vendor

// ide helper
_ide_helper.php
_ide_helper_models.php
4 changes: 0 additions & 4 deletions .styleci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,4 @@ php:
finder:
not-name:
- index.php
js:
finder:
not-name:
- webpack.mix.js
css: true
1 change: 1 addition & 0 deletions .vscode/terminals.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"commands": ["php artisan serve"],
"color": "terminal.ansiGreen"
},

{
"name": "ViteJs Terminal",
"description": "Running vite server",
Expand Down
5 changes: 1 addition & 4 deletions DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,12 @@ This project uses [Laravel Mix](https://laravel.com/docs/9.x/mix) to compile the

### Preinstalled packages

- [browser-sync](https://github.com/Browsersync/browser-sync): Keep multiple browsers & devices in sync when building apps.
- 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.

## ⚡ ViteJS

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

**Why we are using both of them?**
> 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.
> 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.
## 🎨 Artisan Commands

Expand Down
Loading

0 comments on commit 4d8d71b

Please sign in to comment.