-
untuk Devkit, Fitur-fitur bahasa pemrograman yang dibutuhkan antara lain :
1. Mendukung Asynchronous
2. Mendukung database sqllite maupun mysql/mariadb
3. Bisa melakukan SSH
4. Mendukung Interaks…
-
I'm trying to use pusher-push-notifications in Laravel 11, with a Vue 3 SPA, in a separate project. If I try to make the call with a Curl or an Http request, the notification is successful. The proble…
-
Hello,
I am quite a newbie in Javascript testing and have trouble using the Snap-shot-it library.
I am trying to test my VueJS components in a Laravel environment. Here is an extract of my packa…
-
I'm using the below template for my project
https://github.com/cretueusebiu/laravel-vue-spa
I have used your package in my previous projects which were not on vue. Now i would like to use your pac…
ghost updated
6 years ago
-
**API will be temporary used as MVC!**
Migration plan:
[SPA with Laravel & Vue](https://blog.logrocket.com/create-single-page-app-laravel-and-vue/)
1. Copy current birdie API too web (as it will be …
-
## 候補として
* Laravelのbladeを使用する
* Vue.js + Vuex + VueRouterを使用する(SPA)
* Inertia.jsを使用する
それぞれの特徴として
## blade
サーバーでHTMLが生成される。
つまり処理はサーバーで行われる。
## Vue.js + Vuex + VueRouter
Laravel側にAPI用のエンドポイン…
-
At some point I think this whole codebase could do with a big cleanup.
- Refine naming of controllers and switch to RESTful API approach
- Remove jQuery and switch entirely to Vue
- Switch to an SP…
-
Good evening I am using Laravel file manager integrated with tinymce with vue.js spa.
The problem is that I use the auth middleware and when I click on the image button in tinymce to open file manage…
-
I have no idea what I'm doing wrong. The Nuxt server isn't producing the `spa.html` file. It's not throwing any error messages either:
```
$ npm run development
> industrial@1.0.0 development /…
-
### Describe you feature request
I would like to know if it's possible to host multiple website with the FrankenPHP binary like Caddy can do with a JSON configuration file ?
My project use Laravel…