LaravelPackages.net
Acme Inc.
Toggle sidebar
nerdpanda/nerd-panda

my laravel create package practice

4
0
About nerdpanda/nerd-panda

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

about

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 !!!

installation

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

after installation

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
Comments