Download the PHP package wovosoft/appbuilder without Composer
On this page you can find all versions of the php package wovosoft/appbuilder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download wovosoft/appbuilder
More information about wovosoft/appbuilder
Files in wovosoft/appbuilder
Package appbuilder
Short Description Laravel Application Builder
License MIT
Homepage https://github.com/wovosoft/appbuilder
Informations about the package appbuilder
Laravel Application Builder
This laravel package is used to create basic scaffolding of a Laravel Application. It installs required dependencies and configures everything out of the box.
Installation
The package uses default authentication provided by https://github.com/laravel/breeze
So, first you need to follow the instructions of Laravel Breeze. Then, follow the next steps.
You just need this package during development, so
it can be installed via composer with --dev flag:
Usage
Run the following command. This will copy and configure all the required dependencies and configurations.
If Everything runs smoothly, configure database in .env file. Then run the following commands:
The last command will seed default users and roles.
Browse the application. Use following user credentials to login:
Dependencies
- Vuejs
- Bootstrap Vue
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Narayan Adhikary
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.