LaravelPackages.net
Acme Inc.
Toggle sidebar
hersan/laravel-crud-example

Paquete de Ejemplo

6
0
About hersan/laravel-crud-example

hersan/laravel-crud-example is a Laravel package for paquete de ejemplo. It currently has 0 GitHub stars and 6 downloads on Packagist. Install it with composer require hersan/laravel-crud-example. Discover more Laravel packages by hersan or browse all Laravel packages to compare alternatives.

Last updated

Laravel crud example

Example of laravel package

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

make sure you have in your system

  • Php 7
  • Laravel 5.6

Installing

install using Composer:

$ composer create-project hersan/laravel-crud-example

If you need to edit the views run

$ php artisan vendor:publish --tag=crud

Usage

You only need to access the url http://yourproject/users

Running the tests

to run the tests you need to install dusk, after that you need to publish the tests

$ php artisan vendor:publish --tag=crudtests

you finally run the tests

$ php artisan dusk --filter=CrudUserTest

Authors

  • Herminio Heredia

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Comments