LaravelPackages.net
Acme Inc.
Toggle sidebar
chewei05/my-beginning-project-of-laravel-5

My beginning project of Laravel 5

48
0
0.0.2
About chewei05/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

My-Beginning-Project-of-Laravel-5

Latest Stable Version Total Downloads Latest Unstable Version License

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.

Installation

Open web directory of your web servers in terminal(CLI), and follow the following steps.

  1. Install Laravel
    composer create-project laravel/laravel MyProjectFolder
    
  2. Change directory to your laravel project folder.
    cd MyProjectFolder
    
  3. Install this package
    composer require chewei05/my-beginning-project-of-laravel-5 dev-master
    
  4. Run automatic setup
    php vendor\chewei05\my-beginning-project-of-laravel-5\src\setup.php
    
  5. Done.

Warning

This package maybe destroy your project, uses it in your beginning project.

Comments