Download the PHP package audithsoftworks/basis without Composer
On this page you can find all versions of the php package audithsoftworks/basis. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download audithsoftworks/basis
More information about audithsoftworks/basis
Files in audithsoftworks/basis
Download audithsoftworks/basis
More information about audithsoftworks/basis
Files in audithsoftworks/basis
Vendor audithsoftworks
Package basis
Short Description Audith Basis on Laravel Framework
License MIT
Package basis
Short Description Audith Basis on Laravel Framework
License MIT
Please rate this library. Is it a good library?
Informations about the package basis
Audith Basis on Laravel 5.4
Audith Basis is an enhanced version of Laravel framework, a feature list for which is provided below.
Features
- [Back-end] Completely localized routes - access your endpoints and URLs in your own language, with Unicode support.
- [Front-end/UI] Back-end control panel - comes with built-in control panel, featuring sample pages for you to expand upon.
- [Front-end/UI] Custom web-fonts, web typography support - build and use your own web-fonts with included toolset, from any TTF/OTF fontsets.
- [Front-end/UI] Webpack support - build all web assets with Webpack.
- [DevOps/CI/CD] Docker support - fully Dockerized package with pre-built PHP 5.6 and 7.0 containers.
Installation
Setting up your Developer Environment
I have included a build script in inside of which you can see steps necessary to spin up desired Docker configuration and prepare your development environment. Steps involved are:
- Build or pull necessary Docker containers.
- Start your desired Docker-Compose configuration (any of: PHP 5.6 or 7.0).
- Update your file to point to the primary container in your Docker configuration - generally is the primary container, which is linked to and other machines.
- Create file, containing your environmental variables.
- Switch into the primary container environment, to start building your environment (Note: before doing so, please read the important note in file!):
- Install Sauce Connect and start it as a daemon.
- Install NPM dependencies.
- Install and it's submodules; and build them (used to build custom web-fonts).
- Install package and build it (used to build custom web-fonts).
- Clone/update to local storage, copy required font files and build your web-fonts.
- Run Webpack to build web assets.
- Install Composer dependencies.
- Using Laravel Artisan, generate an encryption key and run migrations, install Laravel Passport keys.
- Since Docker runs with root privileges, all newly created files to your host machine UUID:GUID (assuming it is 1000:1000, modify if necessary).
- And finally, run all the tests.
Additionally, I've included few commands to shut down Docker-Compose configuration and cleanup your host machine from unnecessary Docker assets.
All versions of basis with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6.14
ext-curl Version *
ext-mbstring Version *
ext-mcrypt Version *
ext-openssl Version *
barryvdh/laravel-ide-helper Version ^2.2
laravel/dusk Version ^1.0.5
laravel/framework Version 5.4.*
laravel/passport Version ^2.0
laravel/socialite Version ^3.0
laravel/tinker Version ~1.0
predis/predis Version ~1
rcrowe/twigbridge Version ~0.9
ext-curl Version *
ext-mbstring Version *
ext-mcrypt Version *
ext-openssl Version *
barryvdh/laravel-ide-helper Version ^2.2
laravel/dusk Version ^1.0.5
laravel/framework Version 5.4.*
laravel/passport Version ^2.0
laravel/socialite Version ^3.0
laravel/tinker Version ~1.0
predis/predis Version ~1
rcrowe/twigbridge Version ~0.9
The package audithsoftworks/basis contains the following files
Loading the files please wait ....