Skip to content

rawrstack/github101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Laravel101

Permulaan untuk coding boilerplate

Packages

PhpStorm IDE Helpher Laravel

Code Helper

PhpStorm idehelper

 "post-update-cmd": [
            "@php artisan clear-compiled",
            "@php artisan cache:clear",
            "@php artisan config:clear ",
            "@php artisan view:clear",
            "@php artisan route:clear",
            "@php artisan optimize:clear",
            "@php artisan ide-helper:generate",
            "@php artisan ide-helper:meta"
        ]

Web Route(cannot go declaration)

//class Route extends Illuminate\Support\Facades\Route {}
use Illuminate\Support\Facades\Route;

About

Permulaan untuk code boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published