Looking to hire Laravel developers? Try LaraJobs

laravel-crud-example maintained by hersan

Description
Paquete de Ejemplo
Last update
2018/09/04 17:59 (dev-master)
License
Links
Downloads
6

Comments
comments powered by Disqus

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