You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
$skeletor->info('This is an info message.');$skeletor->alert('This is an alert message.');$skeletor->warning('This is a warning message.');$skeletor->error('This is an error message.');$skeletor->intro('Welcome to the setup wizard.');$skeletor->outro('Setup complete.');
If you return a function from yourSkeletorFile.php function, Skeletor will execute it after running its cleanup phase to do any additional cleanup or actions you deem necessary. For example: