library my-beginning-project-of-laravel-5
My beginning project of Laravel 5
chewei05/my-beginning-project-of-laravel-5
My beginning project of Laravel 5
- Wednesday, August 2, 2017
- by chewei05
- Repository
- 1 Watchers
- 0 Stars
- 18 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
My-Beginning-Project-of-Laravel-5
, (*1)
This is a beginning project of Laravel 5. This package will install a lots of package via composer, and setting up configuration automatically. Like service providers and aliases in config\app.php., (*2)
Installation
Open web directory of your web servers in terminal(CLI), and follow the following steps., (*3)
- Install Laravel
composer create-project laravel/laravel MyProjectFolder
- Change directory to your laravel project folder.
cd MyProjectFolder
- Install this package
composer require chewei05/my-beginning-project-of-laravel-5 dev-master
- Run automatic setup
php vendor\chewei05\my-beginning-project-of-laravel-5\src\setup.php
- Done.
Warning
This package maybe destroy your project, uses it in your beginning project., (*4)
dev-master
9999999-dev
My beginning project of Laravel 5
Sources
Download
MIT
The Requires
The Development Requires
by
Chewei Hu