laravel
laravel copied to clipboard
Laravel wrapper for the NativePHP framework
### What were you trying to do? I have a system so that I can read xml file and export them as excel, the problem is that at the time...
### What were you trying to do? Hi @simonhamp, thanks for this awesome project 🚀 There is one thing I came across while implementing event broadcasting with Laravel 11. It...
### What were you trying to do? I have an existing web app Laravel 10 Livewire 2.5 php 8.1 windows 11 I installed, and when I run the server command...
### What happened? Two things don't actually work or exist from the NativePHP documentation. 1. There's no `ipcRenderer` exported from `@electron/remote` package. There is only a `ipcMain` Event Emitter. ->...
### What were you trying to do? When execute `native:serve` command and app is running in dev console appears an error of trying to read a jobs table, i don't...
### Discussed in https://github.com/orgs/NativePHP/discussions/210 Originally posted by **djhyll** September 17, 2023 First of all, excellent project, it promises a lot. I am a web programmer, I am testing NativePHP in...
### What happened? I have made a NativePHP app which works great. Inside the application I added logging of the errors to a private slack channel, to keep tracks of...
### What happened? When creating a `MenuBar` application with the `->onlyShowContextMenu` option, the context menu flickers when clicking the icon initially (focusing away from another app for example). After that...
### What happened? The executable generated by `php artisan native:build linux` only renders the generic "500 SERVER ERROR" page. `php artisan native:serve` renders the page correctly. Changing `APP_NAME` in .env...
### What happened? I have a simple todo app built in Livewire 3 with pagination. My app uses dark mode so I have to publish the Livewire pagination views in...