composer-project/metronic-laravel
Composer 安装命令:
composer create-project composer-project/metronic-laravel
包简介
The Laravel Framework.
关键字:
README 文档
README
Introduction
...
Installation
Laravel has a set of requirements in order to ron smoothly in specific environment. Please see requirements section in Laravel documentation.
Metronic similarly uses additional plugins and frameworks, so ensure You have Composer and Node installed on Your machine.
Assuming your machine meets all requirements - let's process to installation of Metronic Laravel integration (skeleton).
- Open in cmd or terminal app and navigate to this folder
- Run following commands
composer install
cp .env.example .env
php artisan key:generate
npm install
npm run dev
php artisan serve
And navigate to generated server link (http://127.0.0.1:8000)
Copyright
...
统计信息
- 总下载量: 10
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-05-07