Download the PHP package cubes-doo/laravel-skeleton-basic without Composer

On this page you can find all versions of the php package cubes-doo/laravel-skeleton-basic. 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-skeleton-basic

Laravel Skeleton (basic)

A Laravel starter project, for defining standards & kickoff speed :rocket:

Read this in other languages: Српски

Getting Started

These instructions will get you a copy of the project and help you get it up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

  1. Composer
  2. Docker

Installing

A step by step series of examples that will tell you how to get a development env running.

Firstly, we need to pull a project instance from packagist

Now, if you want to use docker, first pull docker utillity files from our 'docker-compose' git repository:

Next, lets copy the docker/.env.example to a new docker/.env file

Now, something more exciting :grin:, lets start our docker container!

Since there could be some discrepancies between UID's on different machines, lets run:

just in case. The short explanation for this is: using this command ensures that you have the same privileges as a user in the docker shell, as you would on your own machine.

Now we can run:

to enter the docker container's shell, and then inside it, run:

in file .env in root check if APP_KEY has value (exmple: 'APP_KEY=base64:Q1teAHYgmZtZ5ZFD1CJZp8yzlQuBqUeXsz3Mn++/yl3='), if it doesn't also run:

For making and filling your local database with test data you should run:

and you are good to go!

The theme used on this project, developed by Coderthemes, isn't free. So, at least visually, this project won't be useful to you without a paid licence. If you are one of our colleagues here at Cubes, position yourself on the public/ folder:

and proceed to clone it from its gitlab repository like so:

Go ahead, log in and explore! By default, the project is exposed to http://localhost:7737. If this is no good for you, please refer to docker/.env & .env files to change it.

Running code checks

Currently we are only using FriendsOfPHP/PHP-CS-Fixer, as a composer dependency. You'll find the ruleset at .php_cs.

There are also two commands of note to make code checking easy:

does a dry-run of php-cs-fixer, only telling you what should be changed

and

actually fixes the code using php-cs-fixer

Running the tests

We created a script, that runs tests inside the Docker container:

This script will run all exposed tests in the tests/ folder.

Deployment

Add additional notes about how to deploy this on a live system

Reading Material

Built With

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.


All versions of laravel-skeleton-basic with dependencies

PHP Build Version
Package Version
Requires php Version ^7.1.3
fideloper/proxy Version ^4.0
friendsofphp/php-cs-fixer Version ^2.14
guzzlehttp/guzzle Version ^6.3
intervention/image Version ^2.4
laravel/framework Version 5.8.*
laravel/tinker Version ^1.0
mateusjunges/laravel-acl Version ^1.7
yajra/laravel-datatables-oracle Version ~9.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 cubes-doo/laravel-skeleton-basic contains the following files

Loading the files please wait ....