hersan/laravel-crud-example

Paquete de Ejemplo

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:HTML

Type:project

dev-master 2018-09-04 15:59 UTC

This package is not auto-updated.

Last update: 2024-10-06 06:45:32 UTC


README

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