2017 © Pedro Peláez
 

library core

Core package for any LaraBelt app.

image

ohiocms/core

Core package for any LaraBelt app.

  • Friday, July 27, 2018
  • by crowefoote
  • Repository
  • 2 Watchers
  • 0 Stars
  • 166 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 100 Versions
  • 0 % Grown

The README.md

Installation

Add the ServiceProvider to the providers array in config/app.php, (*1)

Belt\Core\BeltCoreServiceProvider::class,
# publish
php artisan belt-core:publish
composer dumpautoload

# migration
php artisan migrate

# seed
php artisan db:seed --class=BeltCoreSeeder

# compile assets
npm run

The Versions