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
Example of laravel package
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
make sure you have in your system
install using Composer:
$ composer create-project hersan/laravel-crud-example
If you need to edit the views run
$ php artisan vendor:publish --tag=crud
You only need to access the url http://yourproject/users
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
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details