tmdh / laravel-kit

A desktop Laravel admin panel app
https://tmdh.github.io/laravel-kit/
GNU General Public License v2.0
1.26k stars 137 forks source link

show project files #20

Closed GlauberF closed 3 years ago

GlauberF commented 3 years ago

I uploaded a laravel project, but don't show me the files anywhere, so I can see or even edit. I did not understand.

tmdh commented 3 years ago

Laravel Kit is not supposed to show you any files because it's not a code editor. You can just execute artisan commands. Go to Artisan section from the side bar to execute artisan commands.

GlauberF commented 3 years ago

since it has monaco, i think it would be an interesting feature. It would be to show the files and when clicked, open in the monaco editor.

tmdh commented 3 years ago

For that, use a code editor. Laravel Kit is a simple admin panel for Laravel projects. I may add this in the future if it's relevant enough. Thanks.