chewei05/my-beginning-project-of-laravel-5

My beginning project of Laravel 5

0.0.2 2019-11-13 06:42 UTC

This package is not auto-updated.

Last update: 2024-03-28 03:56:55 UTC


README

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.