My beginning project of Laravel 5
chewei05/my-beginning-project-of-laravel-5 is a Laravel package for my beginning project of laravel 5.
It currently has 0 GitHub stars and 48 downloads on Packagist (latest version 0.0.2).
Install it with composer require chewei05/my-beginning-project-of-laravel-5.
Discover more Laravel packages by chewei05
or browse all Laravel packages to compare alternatives.
Last updated
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.
Open web directory of your web servers in terminal(CLI), and follow the following steps.
composer create-project laravel/laravel MyProjectFolder
cd MyProjectFolder
composer require chewei05/my-beginning-project-of-laravel-5 dev-master
php vendor\chewei05\my-beginning-project-of-laravel-5\src\setup.php
This package maybe destroy your project, uses it in your beginning project.