Skip to content

快速搭建 Laravel 5.2 + Angularjs 后台。

Notifications You must be signed in to change notification settings

slugphp/slug-laravel

Repository files navigation

Slug-Laravel

Laravel 5.2

Require

    php -v >= 5.5.9
    composer

Nginx 指到public目录下

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

Install

    git clone [email protected]:slugphp/slug-laravel.git your-project-name
    cd  your-project-name

    composer update

    cp .env.example .env
    # change your .env param
    
    php artisan key:generate
    php artisan migrate

    php artisan register {admin-name} {admin-email}
    # set password

About

快速搭建 Laravel 5.2 + Angularjs 后台。

Resources

Stars

Watchers

Forks

Packages

No packages published