rodrigoxdn/laravel

Demo package.

Installs: 35

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:CSS

pkg:composer/rodrigoxdn/laravel

dev-master 2020-08-14 06:23 UTC

This package is auto-updated.

Last update: 2025-10-14 17:52:29 UTC


README

Installing pkg

composer require rodrigoxdn/laravel

Enter the pkg installation command into terminal/cmd/bash.

Comands

php artisan pkg:install
Install configuration of pkg.

php artisan pkg:route
Writing routes of pkg in your project.
Note the current routes will be overwritten from the /routes/web.php file.
It is recommended that you backup routes if they exist.

php artisan pkg:example
Displays sample files from the use of pkg.
The files have been copied to /resources/example/

php artisan pkg:controller {name : The controller name}
Controller based on pkg configuration.
Note the controller only receives the name parameter.

php artisan pkg:controller-ajax {name : The controller name}
Controller based on ajax pkg configuration.
Note the controller only receives the name parameter.