Download the PHP package ikodota/laravel-discover without Composer

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

laravel-discover Introduction

[GitHub release]() [Total Downloads]() StyleCI [Packagist]()

This is an alpha, experimental release of Antvel. Everything will change gradually,ttps://styleci.io/repos/44852299 looking forward to get the best of this awesome product. Thank you for testing!

Laravel-discover is a backend management project written in Laravel 5.3 intended for building a friendly backend management system.

Installation

The first way is using composer, just run this command in your terminal:

The second way is cloning this repo, for that you need to run this commands:

Setting up

After install set up your .env file, if this not exist you can copy the .env-example file and store like .env file in the root of your laravel-discover intallation. Then change the variables values with yours.

Be sure to create your database and define the name and access credentials of it on the .env file. Then you have to create the Laravel-discover schema running artisan migrate command:

Or if you want to create the schema and load data for a functional demo you can run:

You need to run bower install, in order to have all the frontend dependencies in your machine. So, go to your antvel directory using command line, as so:

Using Laravel Elixir

First at all, you need to install Gulp package typing this command line in your terminal. Like so:

Second at all, you will need to step into your laravel-discover folder, like so:

Third at all, type this following command in order for you to install the npm dependencies, like so:

If you are developing on Windows or running your VM on it, you must try like so:

Now feel free to run gulp into your antVel folder, like so:

Features

Contact

You can communicate with us using the following mediums:

License

License

The Laravel-discover is an open-sourced software licensed under the MIT license

Contributing

Before sending a Pull Request, be sure to review the Contributing Guidelines first.


All versions of laravel-discover with dependencies

PHP Build Version
Package Version
Requires php Version >=5.6.4
laravel/framework Version 5.3.*
prettus/l5-repository Version ^2.6
league/fractal Version ^0.14.0
yangyifan/upload Version dev-master
owen-it/laravel-auditing Version ^3.1
rap2hpoutre/laravel-log-viewer Version ^0.7.0
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 ikodota/laravel-discover contains the following files

Loading the files please wait ....