Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaddyp/radicalpro
PHP 8.0, React, HTML5, CSS3, MySQL
https://github.com/kaddyp/radicalpro
Last synced: 5 days ago
JSON representation
PHP 8.0, React, HTML5, CSS3, MySQL
- Host: GitHub
- URL: https://github.com/kaddyp/radicalpro
- Owner: Kaddyp
- Created: 2024-07-02T14:17:00.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-08T22:10:27.000Z (3 months ago)
- Last Synced: 2024-08-10T00:26:46.492Z (3 months ago)
- Language: Blade
- Size: 372 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.COMPONENT
Awesome Lists containing this project
README
Components
==================================Re-usable section.
Introducted components in laravel 9Advantage:
1. Reuse
2. EasyHow to create components?
php artisan make:component ComponentName
-- componentname.php
-- componentname.blade.phpHow to use component in any view?