DirectoryTree / Authorization

Easy, native Laravel user authorization.
MIT License
162 stars 7 forks source link

Do not run script in console #14

Open Energetic6877 opened 2 months ago

Energetic6877 commented 2 months ago

This was preventing artisan to run if the driver is not available, e.g. with octane. Octane needs artisan to start, so this solves a dead lock.