Replacing a PHP file
Hello, can I completely replace a PHP file in the admin panel via a plugin? For example index.blade.
10 Replies
use install/remove scripts
Can you tell me more about how they work and how to use them?
You have to patch and restore the file instead of replacing it, to avoid conflicts.
:<
how to add your own routes?
client or laravel
to the API post request.
look at the "requests" docs on conf.yml documentation
I saw it, but I didn’t understand how to work with it, and in what format to put them there.
basically the same thing as adding routes normally
would love to help you in detail but i cant rn
Is this how it works?
and how can I add, for example, auth.register?