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
0976330d
Commit
0976330d
authored
Nov 25, 2017
by
Viral Solani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update readme.md
parent
e84f4282
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
89 additions
and
76 deletions
+89
-76
README.md
README.md
+7
-7
composer.lock
composer.lock
+79
-66
mix-manifest.json
public/mix-manifest.json
+3
-3
No files found.
README.md
View file @
0976330d
...
...
@@ -34,14 +34,14 @@ Switch to the repo folder
cd laravel-adminpanel
Install all the dependencies using composer
composer install
Copy the example env file and make the required configuration changes in the .env file
cp .env.example .env
Install all the dependencies using composer
composer install
Generate a new application key
php artisan key:generate
...
...
@@ -64,7 +64,7 @@ Install the javascript dependencies using npm
Compile the dependencies
npm run dev
npm run development
Start the local development server
...
...
@@ -76,10 +76,10 @@ You can now access the server at http://localhost:8000
git clone https://github.com/viralsolani/laravel-adminpanel.git
cd laravel-adminpanel
cp .env.example .env
composer install
npm install
npm run dev
cp .env.example .env
npm run development
php artisan key:generate
php artisan jwt:generate
...
...
composer.lock
View file @
0976330d
This diff is collapsed.
Click to expand it.
public/mix-manifest.json
View file @
0976330d
{
"/js/frontend.js"
:
"/js/frontend.
2bea3bf4ad584622eb6b
.js"
,
"/js/backend.js"
:
"/js/backend.
321ce1e5ca635759765f
.js"
,
"/js/frontend.js"
:
"/js/frontend.
d3a9d9963b6da237bfe8
.js"
,
"/js/backend.js"
:
"/js/backend.
51a14fd841ccd198e500
.js"
,
"/mix.js"
:
"/mix.247ab120fe7680658924.js"
,
"/css/frontend.css"
:
"/css/frontend.3af0a6cbd7d1d8d042f2a37e97008b7c.css"
,
"/css/backend.css"
:
"/css/backend.f8550f50504e5b8ef6055285205f223a.css"
,
"/css/backend-custom.css"
:
"/css/backend-custom.50f14193ab908e3cf471dea6cb6616ae.css"
,
"/js/backend-custom.js"
:
"/js/backend-custom.
bd7433070f9f78a4c153a9a9b133fce
c.js"
,
"/js/backend-custom.js"
:
"/js/backend-custom.
d305fff90b4defcf757b268abb9a683
c.js"
,
"/js/dataTable.js"
:
"/js/dataTable.f968d300a6a0b871f138f114361259c8.js"
}
\ No newline at end of file
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