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
Values of `id`, `name`, and `url` are strings, and the URL part is optional and will be used to generate make the
48
+
URLs of the module more human friendly.
49
+
50
+
This command will create the basic folder structure inside the modules folder, along with the base module and a sample
51
+
routes (inside `Http/routes.php`), controller (inside `Http/Controllers/`), and view (inside `Views`).
52
+
53
+
As you have the basic structure, you can start creating your files and classes as normal. Nothing special to worry about.
54
+
6
55
## Thanks
7
56
- [JetBrains](https://www.jetbrains.com/) for the free license of [PHPStorm IDE](https://www.jetbrains.com/phpstorm/specials/phpstorm/phpstorm.html). The great tool I wrote this module with.
0 commit comments