Download the PHP package lmendes/package-name without Composer
On this page you can find all versions of the php package lmendes/package-name. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package package-name
PackageName
A short description of your Laravel package.
Requirements
- PHP ^8.1
- Composer ^2.0
- Node.js ^18 & NPM
- Laravel ^10.0 or ^11.0
Local Development Setup
Follow these steps to get the project running on your machine.
1. Clone & go to the project folder
2. Install PHP dependencies
This will generate the
vendor/folder andcomposer.lockautomatically.
3. Set up the environment file
Edit
.envto configure your database, mail, etc. By default, SQLite is used — no extra setup needed.
4. Run the database migrations
Optionally seed the database with test data:
5. Install JS dependencies & start the dev server
For a production build, use
npm run buildinstead.
Your application is now running at http://localhost:8000 (or use php artisan serve).
Installation via Packagist
Once published, install the package in any Laravel project:
The package will auto-discover its service provider via Laravel's package auto-discovery.
Publish the config file (optional)
Publish the migrations (optional)
Run the installer command (optional)
Configuration
After publishing, edit config/package-name.php:
Usage
Via Facade
Via Dependency Injection
Via Service Container
Testing
Changelog
Please see CHANGELOG.md for information on recent changes.
Contributing
Please see CONTRIBUTING.md for details.
License
The MIT License (MIT). Please see LICENSE.md for more information.
All versions of package-name with dependencies
illuminate/support Version ^10.0|^11.0
illuminate/routing Version ^10.0|^11.0
illuminate/console Version ^10.0|^11.0
illuminate/database Version ^10.0|^11.0