Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hanson/base-laravel-project
https://github.com/hanson/base-laravel-project
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hanson/base-laravel-project
- Owner: Hanson
- Created: 2017-04-06T10:02:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-08T06:49:16.000Z (over 7 years ago)
- Last Synced: 2024-03-14T21:28:10.680Z (8 months ago)
- Language: PHP
- Size: 197 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## About Base Laravel Project
这个项目只是为了方便日后创建项目,自动引入了一些常用的包,如
https://github.com/barryvdh/laravel-debugbar
https://github.com/barryvdh/laravel-ide-helper
也会跟随laravel版本或者其他好用的插件更新
## Usage
```composer create-project --prefer-dist hanson/base-laravel-project:dev-master project```
## License
The Laravel framework is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).