2017 © Pedro Peláez
 

project laravel-crud-example

Paquete de Ejemplo

image

hersan/laravel-crud-example

Paquete de Ejemplo

  • Saturday, July 28, 2018
  • by hersan
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Laravel crud example

Example of laravel package, (*1)

Getting Started

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

Prerequisites

make sure you have in your system, (*3)

  • Php 7
  • Laravel 5.6

Installing

install using Composer:, (*4)

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

If you need to edit the views run, (*5)

$ php artisan vendor:publish --tag=crud

Usage

You only need to access the url http://yourproject/users, (*6)

Running the tests

to run the tests you need to install dusk, after that you need to publish the tests, (*7)

$ php artisan vendor:publish --tag=crudtests

you finally run the tests, (*8)

$ php artisan dusk --filter=CrudUserTest

Authors

  • Herminio Heredia

See also the list of contributors who participated in this project., (*9)

License

This project is licensed under the MIT License - see the LICENSE.md file for details, (*10)

The Versions

28/07 2018

dev-master

9999999-dev

Paquete de Ejemplo

  Sources   Download

MIT

The Requires

 

The Development Requires

by Herminio Heredia