Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
laravel-adminpanel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
laravel-adminpanel
Commits
015dec87
Commit
015dec87
authored
Oct 25, 2018
by
ruchitVC
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update with quick installation step and resolving some mistakes in content
parent
9d230984
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
README.md
README.md
+7
-6
No files found.
README.md
View file @
015dec87
...
@@ -44,13 +44,14 @@ Switch to the repo folder
...
@@ -44,13 +44,14 @@ Switch to the repo folder
cd laravel-adminpanel
cd laravel-adminpanel
Copy the example env file and make the required configuration changes in the .env file
If you have linux system, you can execute below command only in your project root
cp .env.example .env
1) sudo chmod -R 777 install.sh
2) ./install.sh
I
nstall all the dependencies using composer
I
f you have windows system, you can run Artisan Command for database setup, connection and configuration.
composer install
php artisan install:app
Generate a new application key
Generate a new application key
...
@@ -95,7 +96,7 @@ Start the local development server
...
@@ -95,7 +96,7 @@ Start the local development server
You can now access the server at http://localhost:8000
You can now access the server at http://localhost:8000
**
TL;DR c
ommand list**
**
C
ommand list**
git clone https://github.com/viralsolani/laravel-adminpanel.git
git clone https://github.com/viralsolani/laravel-adminpanel.git
cd laravel-adminpanel
cd laravel-adminpanel
...
@@ -112,7 +113,7 @@ You can now access the server at http://localhost:8000
...
@@ -112,7 +113,7 @@ You can now access the server at http://localhost:8000
`php artisan db:seed`
adds three users with respective roles. The credentials are as follows:
`php artisan db:seed`
adds three users with respective roles. The credentials are as follows:
*
Admin
I
strator:
`admin@admin.com`
*
Admin
i
strator:
`admin@admin.com`
*
Backend User:
`executive@executive.com`
*
Backend User:
`executive@executive.com`
*
Default User:
`user@user.com`
*
Default User:
`user@user.com`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment