EletronicPoint - System developed in Laravel 5.5 and PHP 7.2.10 for web with the intention of performing electronic point.
-
Go to the folder application using cd command on your cmd or terminal
composer install
php artisan key:generate
php artisan migrate
php artisan db:seed
php artisan serve
-
Default USERS
Administrador name: Example User login: yuryalencar19@gmail.com password: 123456
Colaborador 1 name: Example User 2 login: example@gmail.com pass: 123456
Colaborador 2 name: Example User 3 login: example2@gmail.com pass: 123456
To Refactor:
- CSS;
- User Interface;
The Laravel framework is open-sourced software licensed under the MIT license.