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
Copy file name to clipboardexpand all lines: README.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
# AppMaker
2
2
With AppMaker You can create the Apps or Modules you want for your Laravel Application.
3
+
<br><b>Version: 2.0.0 dev</b>
3
4
4
5
## Installation
5
6
Open your Terminal in your project dir and run:
@@ -20,10 +21,10 @@ php artisan app:make AppName
20
21
composer dump-autoload
21
22
```
22
23
23
-
3) To access your added app, you must add your Service Provider located at ` Modules/YourAppName/Provider ` class to the `app.php` file in the 'config' directory:
3) To access your added app, you must add your <b>Module Service Provider</b> located at ` Modules/ModulesProvider/ModulesServiceProvider.php` class to the `app.php` file in the 'config' directory:
know your Modules service provider add to <b>ModulesServiceProvider.php</b> automatically.
27
28
4) To test your app, simply run ` php artisan serve ` in your terminal. Then, open your browser and visit `localhost:8000/AppName/AppName`. You will see:
0 commit comments