An representation of views could have an e-learning how Platzi
Client: TailwindCSS 3
Server: Laravel 10, Livewire 2, Jetstream 3
- Clone this repository.
- Navegate to the project directory
- Run
composer install
to install the dependencies. - Configure your environment variables.
- Run
php artisan key:generate
to generate an application key. - Run
php artisan migrate
to create the tables in your database. - Run
php artisan db:seed
to fill the database with test data.
The Laravel framework is open-sourced software licensed under the MIT license.