This is a demo of the Livewire Contact Manager application.
To get started, follow these steps:
-
Install the project dependencies using Composer and Yarn:
composer install yarn
-
Run the database migration:
php artisan migrate
-
Seed the database with initial data:
php artisan db:seed
-
Start the application:
valet open
If you're using the built-in Laravel development server, run:
php artisan serve
Start the frontend build process:
yarn dev
Contributions are welcome! If you find any issues or want to add new features, please submit a pull request.
This project is licensed under the MIT License.