-
Normally ,
i can create
`@yield('custom-js')`
on master blade and use it in my views like
`@section('custom-js')`
and i can write my custom-js codes on views
So how can i do it with laravel-theme…
-
Type: Question
After finishing coding in my Nodejs/express and PHP/Laravel code, closing VS Code sometimes takes a few secods, is it normal behavior? Like does it need some time to save all files?
…
-
Here's a list of tasks that need to be done for v4.
- [x] ❗️Bring back public folder for added security (#892)
- [ ] ~~**ON HOLD** Drop Bootstrap 4 for TailwindCSS and AJAX framework for AlpineJ…
-
While doing `yarn run watch` on a laravel project with this repo in use I get the following warning:
```
WARNING in ./node_modules/css-loader??ref--5-2!./node_modules/postcss-loader/lib??postcss!./n…
-
**Describe the bug**
Starting in [v0.1.3](https://github.com/speniti/laravel-mix-workbox/commit/080d5815af64b311f320c45fb28027f99c830068), this plugin resets the `publicPath` config key to solve an i…
-
It does not capture Ajax requests (jQuery), while it captures Ajax requests of DataTables.
Laravel v: 10 (last)
JQuery v: 3.5.1
```
$.ajax({
headers: {
'X-CSRF-TOKEN': '{{ csrf_token() }}…
-
I was just about to write this issue under https://github.com/bnlucas/SassBuilder/ when I found out this error relates to CSS Extended Completions.
This issue stopped SassBuilder from compiling. I'm …
-
I use the fresh default laravel vite config which can be re-produced by creating a new project with laravel
and install jetstream with inertia stack.
Now try to configure the service worker and …
-
**`Exception`**
Latest compiled component path not found.
:dart: Livewire\Mechanisms\ExtendBlade\DeterministicBladeKeys::generate
:page_facing_up: /vendor/livewire/livewire/src/Mechanisms/Exten…
-
Hi, I'm using select2_json_from_api, here is my code
```
$this->crud->addField([
'label' => 'Booking', // Table column heading
'type' => 'select2_json_from_api',
…