Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pyaesoneaungrgn/sublime-laravel-filament
A sublime package to run the Laravel Filament Artisan CLI directly within the Sublime Text interface, without the need to open or use the command line.
https://github.com/pyaesoneaungrgn/sublime-laravel-filament
filamentphp laravel sublime-text
Last synced: 25 days ago
JSON representation
A sublime package to run the Laravel Filament Artisan CLI directly within the Sublime Text interface, without the need to open or use the command line.
- Host: GitHub
- URL: https://github.com/pyaesoneaungrgn/sublime-laravel-filament
- Owner: PyaeSoneAungRgn
- License: mit
- Created: 2023-06-25T13:19:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-02T03:54:06.000Z (over 1 year ago)
- Last Synced: 2024-11-09T01:16:48.858Z (3 months ago)
- Topics: filamentphp, laravel, sublime-text
- Language: Python
- Homepage: https://packagecontrol.io/packages/Laravel%20Filament
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Laravel Filament for Sublime Text
A sublime package to run the [Laravel Filament](https://filamentphp.com) Artisan CLI directly within the Sublime Text interface, without the need to open or use the command line.
## Installation
- Open `Command Palette`
- Select `Package Control: Install Package`
- Search `Laravel Filament`## Usage
- Open `Command Palette`
- Search `Laravel Filament`## Available Commands
- Laravel Filament: Make user
- Laravel Filament: Make resource
- Laravel Filament: Make page
- Laravel Filament: Make widget
- Laravel Filament: Make belongs-to-many
- Laravel Filament: Make has-many
- Laravel Filament: Make has-many-through
- Laravel Filament: Make morph-many
- Laravel Filament: Make morph-to-many
- Laravel Filament: Make relation-manager
- Laravel Filament: Check translations
- Laravel Filament: Upgrade## Credit
[Laravel-5-Artisan](https://github.com/dydx/Laravel-5-Artisan)