Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Platform
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
Platform
Commits
3d9d5fda
Commit
3d9d5fda
authored
Oct 12, 2014
by
Nicolas Widart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Launching the install command as post create project
parent
4c66cf43
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
composer.json
composer.json
+2
-1
readme.md
readme.md
+5
-1
No files found.
composer.json
View file @
3d9d5fda
...
...
@@ -62,7 +62,8 @@
"php artisan optimize"
],
"post-create-project-cmd"
:
[
"php artisan key:generate"
"php artisan key:generate"
,
"php artisan platform:install"
]
},
"config"
:
{
...
...
readme.md
View file @
3d9d5fda
...
...
@@ -17,7 +17,11 @@ This is the core repository for the CMS. The admin is fully translatable in Engl
composer create-project emulsion/platform your-project-name --prefer-dist --stability=dev
```
### Run the install command
### Run composer install
Run the usual
`composer install`
to get the dependencies.
A
`platform:install`
command will run as a
*post create project*
command.
This install command will perform the following actions:
...
...
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