dev-master
9999999-devPaquete de Ejemplo
MIT
The Requires
- php ^7.0
- illuminate/support ^5.6
The Development Requires
by Herminio Heredia
Paquete de Ejemplo
Example of laravel package, (*1)
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes., (*2)
make sure you have in your system, (*3)
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
You only need to access the url http://yourproject/users, (*6)
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
See also the list of contributors who participated in this project., (*9)
This project is licensed under the MIT License - see the LICENSE.md file for details, (*10)
Paquete de Ejemplo
MIT