Laravel Zero – Micro-framework for console applications

Laravel Zero is a lightweight and modular micro-framework for developing fast and powerful console applications. Built on top of the Laravel components. Think of it as a stripped down Laravel, without the public folder. Recently used it to create a Command that runs in Docker Container upon boot and then exits. Instead of using Laravel’s …


This content originally appeared on Bram.us and was authored by Bramus!

Laravel Zero is a lightweight and modular micro-framework for developing fast and powerful console applications. Built on top of the Laravel components.

Think of it as a stripped down Laravel, without the public folder.

Recently used it to create a Command that runs in Docker Container upon boot and then exits. Instead of using Laravel’s built-in Task Scheduling, we manage the scheduling through a Kubernetes CronJob,. That way we can use Laravel, but don’t need to keep the container up to handle 24/7. Keeping it up would be useless, as the job only runs once per day and there’s no website to serve.

Laravel Zero →
Laravel Zero Source (GitHub) →


This content originally appeared on Bram.us and was authored by Bramus!


Print Share Comment Cite Upload Translate Updates
APA

Bramus! | Sciencx (2022-03-31T00:13:33+00:00) Laravel Zero – Micro-framework for console applications. Retrieved from https://www.scien.cx/2022/03/31/laravel-zero-micro-framework-for-console-applications/

MLA
" » Laravel Zero – Micro-framework for console applications." Bramus! | Sciencx - Thursday March 31, 2022, https://www.scien.cx/2022/03/31/laravel-zero-micro-framework-for-console-applications/
HARVARD
Bramus! | Sciencx Thursday March 31, 2022 » Laravel Zero – Micro-framework for console applications., viewed ,<https://www.scien.cx/2022/03/31/laravel-zero-micro-framework-for-console-applications/>
VANCOUVER
Bramus! | Sciencx - » Laravel Zero – Micro-framework for console applications. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2022/03/31/laravel-zero-micro-framework-for-console-applications/
CHICAGO
" » Laravel Zero – Micro-framework for console applications." Bramus! | Sciencx - Accessed . https://www.scien.cx/2022/03/31/laravel-zero-micro-framework-for-console-applications/
IEEE
" » Laravel Zero – Micro-framework for console applications." Bramus! | Sciencx [Online]. Available: https://www.scien.cx/2022/03/31/laravel-zero-micro-framework-for-console-applications/. [Accessed: ]
rf:citation
» Laravel Zero – Micro-framework for console applications | Bramus! | Sciencx | https://www.scien.cx/2022/03/31/laravel-zero-micro-framework-for-console-applications/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.