| Package Data | |
|---|---|
| Maintainer Username: | rsensan |
| Maintainer Contact: | rsensan@gmail.com (Senthil vasan) |
| Package Create Date: | 2014-04-09 |
| Package Last Update: | 2014-04-09 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-09 15:03:33 |
| Package Statistics | |
|---|---|
| Total Downloads: | 8 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
My First Laravel Package
====================================================================== Add following lines in routes.php
Route::get('/greeting', function(){ echo Workbench::birthDayGreeting(); });
Route::get('/test', function(){ echo Workbench::greeting(); });
====================================================================== Add following line in app/config.php
'Travelpickr\Mypackage\MypackageServiceProvider',