laravel icon indicating copy to clipboard operation
laravel copied to clipboard

Laravel wrapper for the NativePHP framework

Results 54 laravel issues
Sort by recently updated
recently updated
newest added
trafficstars

### 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...

bug
f/scheduler

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?...

bug
awaiting-input
windows

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...

bug

The docs aren't finished. This issue exists to track the missing pieces: - [x] App icons - [ ] Context menus - [ ] Dock - [x] Printing - [...

documentation
good first issue

### 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...

bug

- [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...

enhancement

### 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...

documentation

### 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. ###...

bug