General
General
How do I set up a slug validator?
You can control if a collection of slugs is valid or not by setting your own validator: \Aero\Sto...
How do I add a route to the CSRF exception list?
If you do not want your route to require a valid CSRF token Code To add a route to the exceptions...
What queues does Aero use?
Queues are used so that HTTP requests can remain snappy and more intensive code can be executed l...
How to Set the Page Title for the Admin
By default the page title for every admin page is generated from the route name. If you would lik...