```php //app/Providers/FortifyServiceProvider.php
```js $('.catalog').select2({ placeholder: "--- Selected ---", ajax: { //for laravel csrf headers: { 'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content') },...
```php function getRouteGroup() { $route = Route::currentRouteName(); $arr = explode(".", $route); return $arr['0']; } ``` you can use to... ```php function createLink() { $route = Ro...
```php Route::resource('faq', 'ProductFaqController', [ 'names' => [ 'index' => 'faq', 'store' => 'faq.new', // etc... ] ]); ```
```bash composer create-project laravel/laravel test01 ```
用此句來再安裝一次即可 ```bash npm install --save-dev process ``` https://github.com/microsoft/PowerBI-visuals-tools/issues/365
```bash git clean -df #HASH //返回到某個節點 (未commit的文件刪除) git push origin HEAD --force //把當前的狀態設為主線 ```