https://www.fiverr.com/
考虑freelancer ,这个网站不错 fiverr, 你可以售卖你的IT技能,成功了再辞职
考虑freelancer ,这个网站不错 fiverr, 你可以售卖你的IT技能,成功了再辞职
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
use App\Http\Requests;
use App\Http\Controllers\Controller;
class BloodPressureController extends Controller
{
/**
* Display a listing of the resource.
*
* @return \Illuminate\Http\Response
*/
Laravel collections are what PHP arrays should be, but better.In this tutorial, we will be going through a few tricks that may be handy when you are working with collections.
php artisan crud:generate Posts --fields="title#string, body#text"
3.
You can also easily include route, set primary key, set views directory etc
through options --route, --pk, --view-path as belows:
php artisan crud:generate Posts --fields="title#string#required,
body#text#required_with:title|alpha_num" --route=yes --pk=id
--view-path="admin" --namespace=Admin --route-group=admin
3. These fields are supported for migration and view's form:
validate
and save
before they're passed to Eloquent.