[Icon Request] Laravel's `artisan` file
See original GitHub issue-
I’m sure this issue is not a duplicate.
-
I’m submitting an icon request:
- Type:
file
- Icon Name:
laravel
- Sample original Icon: There is an existing Laravel logo in this repo.
- Extensions: (No)
- Filenames:
artisan
- Language ids: (No)
- Type:
-
Language Extensions: No.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:11 (11 by maintainers)
Top Results From Across the Web
Artisan CLI - Laravel - The PHP Framework For Web Artisans
Artisan is the name of the command-line interface included with Laravel. ... Your command schedule is stored in the app/Console/Kernel.php file.
Read more >How to link favicon icon at Laravel - Stack Overflow
In Laravel application put your favicon icon and css file under the public folder. In my case, I put them public/css folder. <link...
Read more >Which icons support installed in laravel 8 app? - Laracasts
php artisan vendor:publish --tag=blade-zondicons-config Unable to locate ... But does not work properly under *.vue files. can you advice some icons ...
Read more >How to use Blade UI Icons in your Laravel Project
php artisan serve ... composer require blade-ui-kit/blade-icons ... vendor/blade-ui-kit/config/blade-icons.php file and uncomment the ...
Read more >Deerdama/console-zoo-laravel: Artisan command ... - GitHub
Artisan command outputs styling, icons and timers. ... composer require deerdama/console-zoo-laravel ... (The config file needs to be published!)
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
https://laravel.com/docs/5.8/artisan#writing-commands
I do think it is better to close this issue @JimiC, I have been looking at the docs and also googling some examples and seem like those generated command files are php files.
There isn’t nothing related to a
artisan
filename as stated by the author.