laravel
laravel copied to clipboard
Laravel wrapper for the NativePHP framework
### What were you trying to do? I have a command which sends some data to my API every 30 minutes. ### What happened? I cannot have scheduled commands to...
This commits adds the skip links option to avoid the lack of support for symbolic links in the underlying flysystem library. This fixes issue https://github.com/orgs/NativePHP/discussions/374 but I'll leave it on...
### What were you trying to do? I'd like to have nothing happen (or the context menu appear) when left clicking the app in my system tray. ### What happened?...
Added a function that Returns the center of the screen where the mouse pointer is placed. Useful if you want to initialize a smaller window and place it exactly in...
### What were you trying to do? My app needs to import thousands of pdf files and extract their text and generate thumbnails. This is done using the queue because...
Docs
The docs aren't finished. This issue exists to track the missing pieces: - [x] App icons - [ ] Context menus - [ ] Dock - [x] Printing - [...
### What were you trying to do? When a update is available and `composer update` ran, the underlying `electron-plugin` library isn't updated. There is a chance people will ship builds...
- [x] Create runnable bundles - [x] Run the bundles in dev (optionally) - [x] Compile the bundle in builds - [x] Show warning/instructions when building without a secure bundle...
### Discussed in https://github.com/orgs/NativePHP/discussions/335 Originally posted by **ajithjojo** July 18, 2024 I was trying to make sign a build , but the documentation was not enough , can anyone guide...
### What were you trying to do? While starting the development server with the command php artisan native:serve, the Laravel application is not appearing in a native desktop window. ###...