Skip to content

Learn laravel project.

Notifications You must be signed in to change notification settings

slugphp/learn-laravel

Repository files navigation

Slug-Laravel

Laravel 5.2

Require

    php -v >= 5.5.9
    composer
    nodejs

Nginx 指到public目录下

    location / {
        if (!-e $request_filename) {
            rewrite  ^(.*)$  /index.php?s=$1  last;
            break;
        }
    }

Install

    composer create-project --prefer-dist wilon/slug-laravel your_project_name

    # db
    php artisan migrate --force

    # gulp
    cd public
    npm install && npm start

About

Learn laravel project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published