nerdpanda/nerd-panda is a Laravel package for my laravel create package practice.
It currently has 0 GitHub stars and 4 downloads on Packagist.
Install it with composer require nerdpanda/nerd-panda.
Discover more Laravel packages by nerdpanda
or browse all Laravel packages to compare alternatives.
Last updated
this package made for learning laravel package development !!!
in other words this package is practice , and this package no provide nothing feature for your laravel application !!!
if you need to read my codes and see my code functionalities you can use below command for install this package
composer require nerdpanda/nerd-panda
if you go to
GET domain.local/nerd-panda
route you see ugly page !!! if you want to see beautiful page you should use below command for publish package assets to public directory of your laravel application !!!
php artisan vendor:publish --tag=nerdPanda.assets