B
Blueprint•9mo ago
le_gabi

A way to add schedules ?

Hello, i don't find it in the doc, is it implemented ?
6 Replies
Emma
Emma•9mo ago
@le_gabi https://blueprint.zip/docs/?page=documentation/consoleyml This API allows you to create an artisan command and schedule it automatically. The artisan command will be called <identifier>:<signature>. I have to admit, the documentation for this feature is quite lacking, so let me know if you get stuck anywhere.
blueprint.zip
Powerful, fast and developer-friendly extension framework for Pterodactyl. Utilize extension APIs, inject HTML, modify stylesheets, package extensions and so much more.
le_gabi
le_gabiOP•9mo ago
thanks we can't make it withoutOverlapping ?
Emma
Emma•9mo ago
What do you mean exactly?
le_gabi
le_gabiOP•9mo ago
The Laravel method i need to import models, install.sh will be executed before the rest ? (before migrations)
Emma
Emma•9mo ago
Models are able to be stored inside of your "controllers" directory Yeah install.sh is ran before migrations
le_gabi
le_gabiOP•9mo ago
yeah but controllers and models not the same 😅 but for a reason i don't know, the install script isn't run, so i have added in controllers with a \Models namespace

Did you find this page helpful?