Exploring Laravel Nova
-
Clone the repository:
git clone https://github.com/timgarado-cp/nova-example-app.git
-
Navigate to the project directory:
cd nova-example-app -
Install dependencies:
composer install
-
Publish the assets:
php artisan nova:install
-
Run migrations:
php artisan migrate
php artisan serve