Skip to content

Commit e8f5868

Browse files
- Update readme and add screenshots
1 parent a48e717 commit e8f5868

File tree

4 files changed

+30
-12
lines changed

4 files changed

+30
-12
lines changed

readme.md

Lines changed: 30 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
1-
## Laravel Starter (Current: Laravel 6.*) ([Demo](http://134.209.123.206/))
1+
## Laravel Admin Panel (Current: Laravel 6.*) ([Demo](http://134.209.123.206/))
22

3-
[![Latest Stable Version](https://poser.pugx.org/rappasoft/laravel-boilerplate/v/stable)](https://packagist.org/packages/rappasoft/laravel-boilerplate)
4-
[![Latest Unstable Version](https://poser.pugx.org/rappasoft/laravel-boilerplate/v/unstable)](https://packagist.org/packages/rappasoft/laravel-boilerplate)
5-
<br/>
6-
[![StyleCI](https://styleci.io/repos/30171828/shield?style=plastic)](https://github.styleci.io/repos/30171828)
7-
<br/>
8-
![GitHub contributors](https://img.shields.io/github/contributors/rappasoft/laravel-boilerplate.svg)
9-
![GitHub stars](https://img.shields.io/github/stars/rappasoft/laravel-boilerplate.svg?style=social)
3+
[![StyleCI](https://styleci.io/repos/105789824/shield?style=plastic)](https://github.styleci.io/repos/105789824)
4+
![GitHub contributors](https://img.shields.io/github/contributors/FTXInfotech/laravel-adminpanel.svg)
5+
![GitHub stars](https://img.shields.io/github/stars/FTXInfotech/laravel-adminpanel.svg?style=social)
106

117
### Introduction
128
---
13-
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!
1410

15-
*MIT: [http://anthony.mit-license.org](http://anthony.mit-license.org)*
11+
* 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/)
13+
* MIT: [http://anthony.mit-license.org](http://anthony.mit-license.org)
1614

1715
### Setup
1816
---
@@ -27,7 +25,7 @@ Clone the repo and follow below steps.
2725
7. Run `npm i` (Recommended node version `>= V10.0`)
2826
8. Run `npm run dev` or `npm run prod` as per your environment
2927

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.
3129

3230

3331
### Using docker to run the application
@@ -68,4 +66,24 @@ The application uses [GrumPHP](https://github.com/phpro/grumphp) for the git pre
6866
+ To run the test cases: `./vendor/bin/phpunit`
6967
+ The test cases report will be placed in the `reports` directory
7068
+ 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+
![Screenshot](screenshots/dashboard.png)
75+
76+
## User Listing
77+
![Screenshot](screenshots/users.png)
78+
79+
## Log Viewer
80+
![Screenshot](screenshots/log-viewer.png)
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.
87+
88+
1. Alan Whitmore - alan.whitmore@ftxinfotech.com
89+
2. Vicky Patel - ftx.vicky@gmail.com

screenshots/dashboard.png

49.9 KB
Loading

screenshots/log-viewer.png

79.7 KB
Loading

screenshots/users.png

101 KB
Loading

0 commit comments

Comments
 (0)