https://github.com/capsulescodes/articles
Capsules articles example projects
https://github.com/capsulescodes/articles
articles inertiajs laravel tailwindcss tutorials vuejs
Last synced: 12 months ago
JSON representation
Capsules articles example projects
- Host: GitHub
- URL: https://github.com/capsulescodes/articles
- Owner: capsulescodes
- Created: 2023-08-03T21:47:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-04T01:17:18.000Z (over 1 year ago)
- Last Synced: 2025-06-10T09:07:32.740Z (12 months ago)
- Topics: articles, inertiajs, laravel, tailwindcss, tutorials, vuejs
- Homepage: https://capsules.codes
- Size: 18.8 MB
- Stars: 29
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## About
Here are stored the projects examples linked with Capsules articles.
Inviting readers to try out the articles content by themselves.
## Related article branches
- [ Make your own artisan ](https://github.com/capsulescodes/articles/tree/001-make-your-own-artisan)
- [ Make a custom 502 page ](https://github.com/capsulescodes/articles/tree/002-make-a-custom-502-page)
- [ Use several databases within your Laravel project ](https://github.com/capsulescodes/articles/tree/003-use-several-databases-within-your-laravel-project)
- [ Add a global dark mode with Tailwind CSS ](https://github.com/capsulescodes/articles/tree/004-add-a-global-dark-mode-with-tailwindcss)
- [ Display a modal using Vue Teleport component ](https://github.com/capsulescodes/articles/tree/005-display-a-modal-using-vue-teleport-component)
- [ Build a Laravel blog using Vue and Canvas ](https://github.com/capsulescodes/articles/tree/006-build-a-laravel-blog-using-vue-and-canvas)
- [ Modify tables and records with Laravel Population ](https://github.com/capsulescodes/articles/tree/007-modify-tables-and-records-with-laravel-population)
- [ Create a Laravel package on your local environment ](https://github.com/capsulescodes/articles/tree/008-create-a-laravel-package-on-your-local-environment)
- [ Organize Laravel tools on a unique subdomain ](https://github.com/capsulescodes/articles/tree/009-organize-laravel-tools-on-a-unique-subdomain)
- [ Collect feedback via Slack notifications in your Laravel project ](https://github.com/capsulescodes/articles/tree/010-collect-feedback-via-slack-notifications-in-your-laravel-project)
- [ Implement a translation system in your Laravel Vue project ](https://github.com/capsulescodes/articles/tree/011-implement-a-translation-system-in-your-laravel-vue-project)
- [ Run Laravel on your browser with Browser PHP ](https://github.com/capsulescodes/articles/tree/012-run-laravel-on-your-browser-with-browser-php)
- [ Create a Node package on your local Laravel environment ](https://github.com/capsulescodes/articles/tree/013-create-a-node-package-on-your-local-laravel-environment)
- [ Draw a dynamic SVG pattern with Vue ](https://github.com/capsulescodes/articles/tree/014-draw-a-dynamic-svg-pattern-with-vue)
- [ Collect feedback via Discord notifications in your Laravel project ](https://github.com/capsulescodes/articles/tree/015-collect-feedback-via-discord-notifications-in-your-laravel-project)
- [ Create a custom error page with Laravel and Inertia ](https://github.com/capsulescodes/articles/tree/016-create-a-custom-error-page-with-laravel-and-inertia)
- [ Craft emails with Vue and Tailwind using Inertia Mailable ](https://github.com/capsulescodes/articles/tree/017-craft-emails-with-vue-and-tailwind-using-inertia-mailable)
- [ Create a backup of your Laravel project on Dropbox ](https://github.com/capsulescodes/articles/tree/018-create-a-backup-of-your-laravel-project-on-dropbox)
- [ Access Laravel before and after running Pest tests ](https://github.com/capsulescodes/articles/tree/019-access-laravel-before-and-after-running-pest-tests)
- [ Serve a Laravel project on Web, Desktop and Mobile with Tauri ](https://github.com/capsulescodes/articles/tree/020-serve-a-laravel-project-on-web-desktop-and-mobile-with-tauri)
- [ Craft emails with React and Tailwind using Inertia Mailable ](https://github.com/capsulescodes/articles/tree/021-craft-emails-with-react-and-tailwind-using-inertia-mailable)
## Installation
Follow the instructions in the `README` file of the related article branch.