Skip to content

JesusGarciaValadez/startselect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

composer install

Prepare the database

Create the database locally and change the following environment variables in the .env file to match your database credentials:

DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=laravel
DB_USERNAME=root
DB_PASSWORD=secret

Then run the following command to create the tables:

php artisan migrate:install;
php artisan migrate:fresh;

Run the server

php artisan serve

Execute the tests

./vendor/bin/phpunit

Execute the E2E tests

php artisan dusk

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published