The Editor
Code Editor
Stellify provides an in-browser code editor for crafting functionality and logic using the Laravel Framework (including various libraries) and a Javascript framework we've developed that is highly integrated with the Laravel backend.
Overview
For the most part, the code editor seeks to operate like any other editor on the market. The main difference you will find is that you're restricted to working only with Laravel (and selected libraries), some but not all PHP facilities and Javascript. That's not to say that you're restricted when it comes to actual development, this ring fencing exists on the server purely to ensure the highest standards are adhered to in terms of both code quality and security.
You should know!
When using the Stellify Editor, if you wish to execute code of any kind, even code that doesn't contain database queries, then you must be connected to your own external database. If you wish to bypass this restriction then you can do so using a local installation of Stellify. Importantly, it also creates a standardised structure for your codebase, making it easier not only for you to manage and maintain but also for us when it comes to patching and updates.