All Projects → monirz → Lvartisan

monirz / Lvartisan

Laravel artisan command for creating view.

Projects that are alternatives of or similar to Lvartisan

Laravel Tag Helper
Add powerful HTML tag helpers to your Laravel application
Stars: ✭ 227 (+1161.11%)
Mutual labels:  laravel, view
Awesome Laravel Zero
👋 START HERE! A curated list of Laravel Zero libraries, resources and projects
Stars: ✭ 84 (+366.67%)
Mutual labels:  cli, laravel
Log Viewer
Log viewer for laravel
Stars: ✭ 108 (+500%)
Mutual labels:  laravel, view
Laravel Guided Image
Simplified and ready image manipulation for Laravel through intervention image.
Stars: ✭ 32 (+77.78%)
Mutual labels:  laravel, view
Laravel Blade Javascript
A Blade directive to export variables to JavaScript
Stars: ✭ 485 (+2594.44%)
Mutual labels:  laravel, view
Laravel Zero
A PHP framework for console artisans
Stars: ✭ 2,821 (+15572.22%)
Mutual labels:  cli, laravel
Tabulate
Table Maker for Modern C++
Stars: ✭ 862 (+4688.89%)
Mutual labels:  cli, view
Blade
🔪 A standalone version of Laravel's Blade templating engine for use outside of Laravel.
Stars: ✭ 542 (+2911.11%)
Mutual labels:  laravel, view
Bladeone
The standalone version Blade Template Engine without Laravel in a single php file and without dependencies
Stars: ✭ 411 (+2183.33%)
Mutual labels:  laravel, view
Collision
💥 Collision is a beautiful error reporting tool for command-line applications
Stars: ✭ 3,993 (+22083.33%)
Mutual labels:  cli, laravel
Laravel Blade X
Use custom HTML components in your Blade views
Stars: ✭ 538 (+2888.89%)
Mutual labels:  laravel, view
Laravel View Models
View models in Laravel
Stars: ✭ 722 (+3911.11%)
Mutual labels:  laravel, view
Mini Crm
Mini CRM with Laravel API and react-native
Stars: ✭ 17 (-5.56%)
Mutual labels:  laravel
Arg
Simple argument parsing
Stars: ✭ 897 (+4883.33%)
Mutual labels:  cli
Laravel Collection Macros
Custom Laravel Collection Macros.
Stars: ✭ 17 (-5.56%)
Mutual labels:  laravel
Github Funding Yml Updater
Update multiple repositories's `.github/FUNDING.yml` via GitHub API
Stars: ✭ 17 (-5.56%)
Mutual labels:  cli
Uuwaveview
[iOS]带有波形效果的UI控件,可自定义波形线条的数量、颜色、振幅、传播速度等各种参数。
Stars: ✭ 18 (+0%)
Mutual labels:  view
Mongodb Backup Cli
mongodb-backup cli for Nodejs
Stars: ✭ 17 (-5.56%)
Mutual labels:  cli
Nest Cli
CLI tool for Nest applications 🍹
Stars: ✭ 889 (+4838.89%)
Mutual labels:  cli
Laravel Jsonapi
Basic setup framework for creating a Laravel JSON-API server
Stars: ✭ 16 (-11.11%)
Mutual labels:  laravel

Lvartisan

Laravel artisan command for creating view

This is just initial work on dev mode, the code structure may change and some extra option will be added soon.

Require it

  composer require monirz/lvartisan

Add the service provider to the config/app.php

 monirz\lvartisan\LvartisanServiceProvider::class 

Voila, You are done!

Basic usages

  php artisan make:view articles/index

The above example command will create the articles directory in views if the directory doesn't exist and the index.blade.php file in the articles directory.

  php artisan make:view index

With this command the directory name is not provided so the index.blade.php file will be created in root directory which is views.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].