Download the PHP package savannabits/charaza-ui without Composer

On this page you can find all versions of the php package savannabits/charaza-ui. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package charaza-ui

About Charaza UI

Looking for a Jetstream Tailwindcss, Inertia and Vue3 CRUD generator? Checkout our sister project, Jetstream Inertia Generator (Jig)

Charaza UI is a Laravel Starter that is integrated with savannabits/savadmin Admin Generator to enable you kickstart and rapidly develop your next laravel project. Equipped with the latest laravel tools, Charaza UI doesn't leave much of the boilerplate work to you. The auth module is scaffolded for you. The templates are setup for you. The routing is already set up for you. All you have to do is just start writing your modules' code. What is even better: you don't have to go through much trouble to generate fully operational modules including Models, API controllers, Datatable Controllers, API and backend routes, views for editing and showing, code for deleting... The savadmin generator does all this for you with a single command:

Screenshot Screenshot Screenshot

Features

Usage

The package comes with an optional docker configuration. It is highly recommended to use this to experience the full power with minimal configuration. After setting your .env variables, run the following to build and spin-up the docker containers:

This will boot up the app server exposed under the port you configured in the env. To enter the container's shell, there is a simple shell script included to enable this:

However, if you don't wish to use docker, no worry! All you have to do is configure database variables as you see fit, then proceed to the next step

Next, proceed with the normal laravel setup steps:

There you go! Your system is now setup and you are ready to create your next amazing app!

Code Generator:

Using the code generator to generate your commands is easy:

  1. Create your migration file and edit it accordingly
  2. Run the Migration
  3. Use the generator to generate the model, controllers, routes, Menus, views and js assets.
  4. Modify any of them as you wish (customize)
  5. If you are not running yarn back-watch, then run yarn back-dev to rebuild the assets

Example:

Let us generate an Articles module from the articles table

  1. Create the articles table

  2. Edit the articles migration as you wish:

  3. Run the migration

  4. Use the generator to generate the model, controller, routes, menus, views and assets

NB If you already generated the files but would like to force overwrite use shell script php artisan sv:generate articles --force


Output:
![Articles](https://github.com/savannabits/charaza-ui/blob/master/storage/screenshots/Screenshot_20201120_091437.png?raw=false)
![Articles](https://github.com/savannabits/charaza-ui/blob/master/storage/screenshots/Screenshot_20201120_092032.png?raw=false)
![Articles](https://github.com/savannabits/charaza-ui/blob/master/storage/screenshots/Screenshot_20201120_092101.png?raw=false)
### Generated files

__app/Models/Article.php__

__app/Http/Controllers/Api/ArticleController.php__

__Appended Routes:__
api.php

web.php

__You can check the rest of the files as follows:__

- app/Http/Controllers/Admin/ArticleController.php
- resources/js/backend/articles.js
- resources/views/backend/articles/*

## Contributing

Thank you for considering contributing to the CharazaUI! Please email Savannabits <[email protected]> for more info.

## Code of Conduct

In order to ensure that the Charaza community is welcoming to all, please review and abide by the [Code of Conduct](https://savannabits.com).

## Security Vulnerabilities

If you discover a security vulnerability within Charaza, please send an e-mail to Sam Maosa via [[email protected]](mailto:[email protected]). All security vulnerabilities will be promptly addressed.

## License

The Charaza UI Starter is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

All versions of charaza-ui with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4
ext-json Version *
fideloper/proxy Version ^4.4.1
fruitcake/laravel-cors Version ^v2.0.3
guzzlehttp/guzzle Version ^7.2.0
laravel/framework Version ^v8.11.2
laravel/helpers Version ^v1.3.0
laravel/jetstream Version ^1.5
laravel/sanctum Version ^2.6
laravel/tinker Version ^v2.4.2
laravel/ui Version ^v3.0.0
livewire/livewire Version ^2.0
rennokki/laravel-eloquent-query-cache Version ^2.4.2
savannabits/savadmin Version ^v1.5.0
spatie/laravel-medialibrary Version ^8.10.1
spatie/laravel-permission Version ^3.17.0
yajra/laravel-datatables-oracle Version ^v9.11.1
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package savannabits/charaza-ui contains the following files

Loading the files please wait ....