unet/laravel-module

Laravel module

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:HTML

Type:laravel-module

dev-master 2017-11-04 04:47 UTC

This package is not auto-updated.

Last update: 2024-04-22 06:02:36 UTC


README

Introduce

Laravel module sample with CRUD handle.

Using laravel popular packages:

  • laracasts/flash

  • laravelcollective/html

  • prettus/l5-repository

Prerequisite

  • PHP 7.0

  • Laravel 5.5.0

Install

To install through Composer, by run the following command:

composer require unet/laravel-module --dev

The package will automatically register a service provider.

Optionally, publish the package's file by running:

php artisan vendor:publish --provider="Unet\Module\Providers\ServiceProvider"