element-in-laravel-starter

所属分类:后台框架
开发工具:JavaScript
文件大小:972KB
下载次数:0
上传日期:2022-12-08 17:03:35
上 传 者sh-1993
说明:  Vue2和Element的Laravel项目
(Laravel Project with Vue2 and Element)

文件列表:
.babelrc (28, 2018-10-16)
.env.example (491, 2018-10-16)
app (0, 2018-10-16)
app\Console (0, 2018-10-16)
app\Console\Kernel.php (819, 2018-10-16)
app\Exceptions (0, 2018-10-16)
app\Exceptions\Handler.php (1870, 2018-10-16)
app\Http (0, 2018-10-16)
app\Http\Controllers (0, 2018-10-16)
app\Http\Controllers\Auth (0, 2018-10-16)
app\Http\Controllers\Auth\ForgotPasswordController.php (834, 2018-10-16)
app\Http\Controllers\Auth\LoginController.php (949, 2018-10-16)
app\Http\Controllers\Auth\RegisterController.php (1772, 2018-10-16)
app\Http\Controllers\Auth\ResetPasswordController.php (809, 2018-10-16)
app\Http\Controllers\Auth\VerificationController.php (1070, 2018-10-16)
app\Http\Controllers\Controller.php (361, 2018-10-16)
app\Http\Kernel.php (1787, 2018-10-16)
app\Http\Middleware (0, 2018-10-16)
app\Http\Middleware\EncryptCookies.php (300, 2018-10-16)
app\Http\Middleware\RedirectIfAuthenticated.php (523, 2018-10-16)
app\Http\Middleware\VerifyCsrfToken.php (311, 2018-10-16)
app\Providers (0, 2018-10-16)
app\Providers\AppServiceProvider.php (403, 2018-10-16)
app\Providers\AuthServiceProvider.php (575, 2018-10-16)
app\Providers\BroadcastServiceProvider.php (543, 2018-10-16)
app\Providers\EventServiceProvider.php (710, 2018-10-16)
app\Providers\RouteServiceProvider.php (1669, 2018-10-16)
app\User.php (538, 2018-10-16)
artisan (1646, 2018-10-16)
bootstrap (0, 2018-10-16)
bootstrap\app.php (1602, 2018-10-16)
bootstrap\autoload.php (1079, 2018-10-16)
bootstrap\cache (0, 2018-10-16)
composer.json (1324, 2018-10-16)
composer.lock (150255, 2018-10-16)
config (0, 2018-10-16)
... ...

# Element In Laravel Laravel 5.7 Project with Vue2 and [Element](https://github.com/ElemeFE/element) ## Usage ``` git clone https://github.com/ElementUI/element-in-laravel-starter.git ``` ``` cd ``` ``` composer install ``` ``` cp .env.example .env ``` ``` php artisan key:generate ``` ``` php artisan serve (if not using laravel valet) ``` ``` yarn OR npm install ``` ``` yarn watch OR npm run watch ``` Visit `http://localhost:8000`, It works! ``` If using laravel valet, visit http://.test ``` Now you're ready to start coding! ## More The articles can help you to deploy it by yourself: - [Try Laravel 5.3 + Vue2 with Element](http://codesky.me/archives/try-laravel5-vue2-element-en.wind) - [Laravel 5.3 + Vue2 + Element试水](http://codesky.me/archives/try-laravel5-vue2-element-cn.wind) - [Element Docs](https://element.eleme.io/#/en-US)

近期下载者

相关文件


收藏者