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
Laravel Starter provides you with a massive head start on any size web application. It comes with a full featured access control system out of the box with an easy to learn API and is built on a Bootstrap foundation with a front and backend architecture. We have put a lot of work into it and we hope it serves you well and saves you time!
9
+
Laravel Admin Panel provides you with a massive head start on any size web application. It comes with a full featured access control system out of the box with an easy to learn API and is built on a Bootstrap foundation with a front and backend architecture. We have put a lot of work into it and we hope it serves you well and saves you time!
* The project is based on the [Rappasoft Laravel Boilerplate](https://github.com/rappasoft/laravel-boilerplate/releases/tag/v6.0.1), with enhancements and many modules pre-made, just for you.
12
+
* Article on our Admin Panel on CodeWall : [https://www.codewall.co.uk/the-laravel-admin-panel-that-you-need/](https://www.codewall.co.uk/the-laravel-admin-panel-that-you-need/)
@@ -27,7 +25,7 @@ Clone the repo and follow below steps.
27
25
7. Run `npm i` (Recommended node version `>= V10.0`)
28
26
8. Run `npm run dev` or `npm run prod` as per your environment
29
27
30
-
Thats it... Run the command `php artisan serve` and cheers, you are good to go with your new **Laravel Starter** application.
28
+
Thats it... Run the command `php artisan serve` and cheers, you are good to go with your new **Laravel Admin Panel** application.
31
29
32
30
33
31
### Using docker to run the application
@@ -68,4 +66,24 @@ The application uses [GrumPHP](https://github.com/phpro/grumphp) for the git pre
68
66
+ To run the test cases: `./vendor/bin/phpunit`
69
67
+ The test cases report will be placed in the `reports` directory
70
68
+ To generate scribe API documentation: `php artisan scribe:generate`
71
-
+ Documentation will be generated and placed in the `public/docs` directory
69
+
+ Documentation will be generated and placed in the `public/docs` directory
70
+
71
+
## ScreenShots
72
+
73
+
## Dashboard
74
+

75
+
76
+
## User Listing
77
+

78
+
79
+
## Log Viewer
80
+

81
+
82
+
## Issues
83
+
If you come across any issues please report them [here](https://github.com/FTXInfotech/laravel-adminpanel/issues).
84
+
85
+
## Contribution
86
+
Feel free to create any pull requests for the project. For proposing any new changes or features you want to add to the project, you can send us an email at following addresses.
0 commit comments