Chapter · 4 pages
General
Pages in this chapter
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...
PAGE
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...
PAGE
What queues does Aero use?
Queues are used so that HTTP requests can remain snappy and more intensive code can be executed l...
PAGE
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...
PAGE