PHP code example of hoangphamdev / simple-admin-generator
1. Go to this page and download the library: Download hoangphamdev/simple-admin-generator library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
hoangphamdev / simple-admin-generator example snippets
php artisan sag:install
php artisan sag:generate_ui <Your functionnalities name>
┣ 📂Http
┗📂Controllers
┗📂SAG
┗📜BlogController.php
┣ 📂recources
┗ 📂views
┗ 📂sag
┗ 📂blog
┣📜create.blade.php
┣📜edit.blade.php
┣📜edit.blade.php
┣📜index.blade.php