Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

Components
==================================

Re-usable section.
Introducted components in laravel 9

Advantage:
1. Reuse
2. Easy

How to create components?

php artisan make:component ComponentName

-- componentname.php
-- componentname.blade.php

How to use component in any view?