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.
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
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
- basics
- for those in the know
- for the brave
Built With
- Composer - PHP package management system
- Laravel 5.8 - The web framework used
- Docker - Containerization platform
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- Aleksandar Dimic - Chief Science Officer - aleksandar-dimic
- Aleksa Cvijić - Developer - acvi
See also the list of contributors who participated in this project.
All versions of laravel-skeleton-basic with dependencies
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