This is the basecode used in the workshop. To use this repository you can use the following instructions:
- Git
- Composer
- PHP 7.3 or greater
From the location you want to install the application run:
git clone https://github.com/wizelineacademy/laravel-101
cd laravel-101
cp .env.example .env
Access the .env file and fill in the information needed
touch database/database.sqlite
composer install
npm install
npm run dev
php artisan migrate
php artisan serve
In your preferred browser enter the address http://127.0.0.1:8000
. This address should be the one appearing in your CLI when first starting the website.
Thanks to the Wizeline Academy team for the constant support and to the PHP Jalisco group for the communication efforts.