hettiger/laravel-starter

Laravel 应用程序的全新起点。

v0.0.2 2014-07-22 22:45 UTC

This package is not auto-updated.

Last update: 2024-09-24 03:02:56 UTC


README

Laravel 应用程序的全新起点。

安装

composer create --dev --stability="dev" hettiger/laravel-starter new-project
cd new-project
php artisan ide-helper:generate
bower install
npm install

任务运行器

测试

vendor/bin/codecept run