Package Data | |
---|---|
Maintainer Username: | midnite81 |
Maintainer Contact: | webdev@centralblue.co.uk (Simon Rogers) |
Package Create Date: | 2017-01-24 |
Package Last Update: | 2021-02-03 |
Home Page: | https://midnite.uk/github/laravel-base |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-26 15:19:24 |
Package Statistics | |
---|---|
Total Downloads: | 34,883 |
Monthly Downloads: | 7 |
Daily Downloads: | 0 |
Total Stars: | 3 |
Total Watchers: | 5 |
Total Forks: | 2 |
Total Open Issues: | 1 |
Some base functionality for Laravel
Work in progress - proper documentation to follow.
This package requires PHP 5.6+, and includes a Laravel 5 Service Provider and Facade.
To install through composer include the package in your composer.json
.
"midnite81/laravel-base": "2.0.*"
Run composer install
or composer update
to download the dependencies or you can run composer require midnite81/laravel-base
.
At this point some users may need to run the command composer dump-autoload
. Alternatively, you can run php artisan optimize
which should include the dump-autoload command.
Documentation