Laravel Basic Move #1

Mario tsai
Aug 16, 2021

Basic move

Show all Route

>php artisan route:list
  • > ps.
RouteServiceProvider 
protected $namespace = 'App\Http\Controllers';

New a controller

>php artisan make::controller NewController --resource
  • (resource including CRUD)

--

--

Mario tsai

Major in physical education. Football referee. And high interest in looking the world through the numbers.