Download the PHP package aacassandra/laraquent without Composer

On this page you can find all versions of the php package aacassandra/laraquent. 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 laraquent

Beauty Eloquent

This is a package for laravel framework especially for CRUD activities. This package uses the eloquent laravel style and doesn't leave the default eloquent style. It's just that this package makes it easier for us to perform CRUD activities without including the model dependency on the associated controller.

Suported Features

Laravel Permission Features

if you use the spatie/laravel-permission, then the features below can be used in a shorter method

Installation in Laravel

This package can be used with Laravel 5 or higher.

  1. Consult the Prerequisites page for important considerations regarding your User models!

  2. This package publishes a config/laraquent.php file. If you already have a file by that name, you must rename or remove it.

  3. You can install the package via composer:

  4. In the \$providers array add the service providers in your config/app.php file:

  5. Add the facade of this package to the \$aliases array.

  6. You must publish the config. which will later be on the config/laraquent.php config file with:

  7. Now the Image Class will be auto-loaded by Laravel.

Default Config File Contents

You can view the default config file contents at: https://github.com/aacassandra/laraquent/resources/config/laraquent.php

Basic Usage

Below are some basic examples for using laravel's CRUD functions

Create Object

Format

Example

Read Object

Format

Example

Update Object

Format

Example

Delete Object

Format

Example

Advance Usage

Below are some advance examples with spatie/laravel-permission integration if needed

Roles

Show all roles

Create Role

Update Role

Delete Role

Permissions

Show all permissions

User

Get specific user by id

Users

Get all users

Create User

Update User

Delete User

Package Config Must Be Configure

Config file must be configure if you using laravel 8, because file models on laravel 8 has been moved to Models directory

make sure you always update about role models and permissions. you can check it on their official website of spatie/laravel-permission

License

This project is licensed under the MIT License - see the LICENSE.md file for details


All versions of laraquent with dependencies

PHP Build Version
Package Version
No informations.
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 aacassandra/laraquent contains the following files

Loading the files please wait ....