phplaravel / php-laravel
It's a simple laravel project installer with envato product validation
v1.0.4
2023-11-27 10:17 UTC
Requires
- php: >=7.0.0
README
About
A simple laravel project installer with verify envato product licence which gives you a nice interface to setup your project, verify product, database and other configuration just by following the setup wizard. The current features are :
- Check For Server Requirements.
- Check For Folders Permissions.
- Verify Envato purchase licence.
- Ability to set database information with a simple form wizard.
- Migrate The Database.
- Seed The Tables.
Requirements
Installation
- From your projects root folder in terminal run:
composer require phplaravel/php-laravel
- Publish the packages views, config file, assets, and language files by running the following from your projects root folder:
php artisan vendor:publish --tag=phplaravel
configuration
That's it :-)