写PHP的,也没啥
你的项目下的 bootstrap/autoload.php这个文件呢,你看看bootstrap这个文件夹里面有没有,或者给我看看你的这个文件夹里面有啥?文件的内容大概是这样的:
bootstrap/autoload.php
<?php define('LARAVEL_START', microtime(true)); require __DIR__.'/../vendor/autoload.php'; $compiledPath = __DIR__.'/cache/compiled.php'; if (file_exists($compiledPath)) { require $compiledPath; }
艾玛。。。那你引用这些的话,还是直接放到public目录吧。
这个就是你具体的127.0.0.1这个本地的host,你可以设置为你想要的,比如:
127.0.0.1 m3ui.app your_ip m3ui.app
然后使用php artisan serve启动你的项目,这个时候在本机检查是否可以通过你的 m3ui.app:8000来访问你的项目
php artisan serve
m3ui.app:8000
之后再检查局域网,确保在一个局域网还是不行的话,我也没法了。
myapp.app这个是看你的项目具体定义咯。
myapp.app
sudo vim /etc/hosts
可以通过 $path = base_path('node_muodules/your-path-to-jquery');这种方式直接引入啊。
$path = base_path('node_muodules/your-path-to-jquery');
https://laravel.com/docs/5.1/helpers#method-base-path
大概可以这样试试:
1.你找到了你的机子的ip: your_ip
your_ip
2.在hosts(mac 通常是 /etc/hosts 这个文件)文件添加:
127.0.0.1 myapp.app your_ip myapp.app
3.访问你的站点试试:your_ip:8000
your_ip:8000
npm install 的应该都在node_modules这个目录下面吧。
直接使用DB::raw写sql语句吧。
https://laravist.com/discussion/119
会的,到时会放到 深入 Eloquent 的系列