Skip to content

Instantly share code, notes, and snippets.

@Neogene
Neogene / gist:f187cdff248205ea1600e0d4bab2be8e
Created May 11, 2017 06:00
Login problems with voyager
> php artisan route:list
+--------+-----------+-------------------------------------+----------------------------------+-------------------------------------------------------------------------+----------------+
| Domain | Method | URI | Name | Action | Middleware |
+--------+-----------+-------------------------------------+----------------------------------+-------------------------------------------------------------------------+----------------+
| | GET|HEAD | / | homepage | Closure | web |
| | GET|HEAD | about | about | Closure | web |
| | GET|HEAD | admin | voy
@Neogene
Neogene / gist:07113a7c72575ce838c5f0383099279a
Created May 11, 2017 06:06
Voyager working routes after php artisan voyager:install command
+--------+-----------+-------------------------------------+----------------------------------+-------------------------------------------------------------------------+----------------+
| Domain | Method | URI | Name | Action | Middleware |
+--------+-----------+-------------------------------------+----------------------------------+-------------------------------------------------------------------------+----------------+
| | GET|HEAD | / | homepage | Closure | web |
| | GET|HEAD | about | about | Closure | web |
| | GET|HEAD | admin | voyager.dashboard