Basic project for people interested in learning about laravel and it's ecosystem. This online store was built using Alpine js,livewire,tailwind css,some bootstrap and blade templating engine for the frontend ,PHP and Meilli search engine for the backend.
curl -L https://install.meilisearch.com | sh
./meilisearch
link (https://docs.meilisearch.com/learn/getting_started/quick_start.html)
Copy the environment variables from the env.example file and add it to the new env file
You can create users using seeder and assign role to a user
While adding new products and you encounter error make sure that the Meili api server is on.
for more details on using this project visit my medium account (https://medium.com/@Omojunior11).
There is higher chance that you might come across a bug and higher chance you won't but if you do come across one, kindly open a pull request. This project as completed for my article and the main area of focus was using livewire, Laravel Scout and that of Meili Search engine.