Skip to content

WilsonParker/LaravelSupports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LaravelSupports

Settings

Dependency

spatie/laravel-view-models

composer require spatie/laravel-view-models

Add Submodule

git submodule add https://github.com/WilsonParker/LaravelSupports app/Modules/Supports

Use Sparse

git init app/Library/LaravelSupports
cd app/Library/LaravelSupports
git config core.sparseCheckout true
git remote add -f origin https://github.com/WilsonParker/LaravelSupports.git
echo "app/Libraries" >> .git/info/sparse-checkout
echo "app/Models" >> .git/info/sparse-checkout
echo "app/Controllers" >> .git/info/sparse-checkout
echo "app/Views" >> .git/info/sparse-checkout
echo "app/ViewModels" >> .git/info/sparse-checkout
git pull origin master

Add comopser.json

"autoload": {
"psr-4": {
"App\\": "app/",
"LaravelSupports\\Http\\": "app/Modules/Supports/Http/src/"
...
},

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

laravel supports classes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages