Skip to content

Commit

Permalink
random updates and fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmoudz committed Mar 23, 2017
1 parent 13c8e27 commit 3aebe26
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 68 deletions.
Empty file modified app/Containers/Authentication/Tasks/ApiLogoutTask.php
100755 → 100644
Empty file.
Empty file.
Empty file modified app/Containers/Authentication/Tasks/WebLoginTask.php
100755 → 100644
Empty file.
Empty file modified app/Containers/Authentication/Tasks/WebLogoutTask.php
100755 → 100644
Empty file.
Empty file modified app/Containers/Authentication/Traits/TokenTrait.php
100755 → 100644
Empty file.
Empty file modified app/Containers/Authentication/UI/API/Controllers/Controller.php
100755 → 100644
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file modified app/Containers/Authentication/UI/WEB/Controllers/Controller.php
100755 → 100644
Empty file.
Empty file modified app/Containers/Authentication/UI/WEB/Requests/LoginRequest.php
100755 → 100644
Empty file.
Empty file.
Empty file modified app/Containers/Authentication/UI/WEB/Routes/main.php
100755 → 100644
Empty file.
Empty file modified app/Containers/Authentication/UI/WEB/Views/dashboard.blade.php
100755 → 100644
Empty file.
Empty file modified app/Containers/Authentication/UI/WEB/Views/login.blade.php
100755 → 100644
Empty file.
1 change: 1 addition & 0 deletions app/Containers/Documentation/Tasks/GetDocsTypesTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

namespace App\Containers\Documentation\Tasks;

use App\Containers\Documentation\Exceptions\NoDocTypesFoundException;
use App\Ship\Parents\Tasks\Task;
use Illuminate\Support\Facades\Config;

Expand Down
3 changes: 3 additions & 0 deletions app/Ship/Parents/Requests/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
namespace App\Ship\Parents\Requests;

use App\Containers\Authorization\Traits\AuthorizationTrait;
use App\Containers\User\Models\User;
use App\Ship\Engine\Traits\HashIdTrait;
use Illuminate\Foundation\Http\FormRequest as LaravelFormRequest;

Expand All @@ -23,6 +24,8 @@ abstract class Request extends LaravelFormRequest
* User can set multiple permissions (separated with "|") and if the user has
* any of the permissions, he will be authorize to proceed with this action.
*
* @param \App\Containers\User\Models\User|null $user
*
* @return bool
*/
public function hasAccess(User $user = null)
Expand Down
42 changes: 17 additions & 25 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,32 @@
# apiato


[![apiato](https://img.shields.io/badge/Status-Awesome-brightgreen.svg)](https://github.com/apiato/apiato)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/apiato/apiato/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/apiato/apiato/?branch=master)
[![Build Status](https://travis-ci.org/apiato/apiato.svg?branch=master)](https://travis-ci.org/apiato/apiato)
[![Build Status](https://scrutinizer-ci.com/g/apiato/apiato/badges/build.png?b=master)](https://scrutinizer-ci.com/g/apiato/apiato/build-status/master)
[![Latest Stable Version](https://poser.pugx.org/apiato/apiato/v/stable)](https://packagist.org/packages/apiato/apiato)
[![Latest Unstable Version](https://poser.pugx.org/apiato/apiato/v/unstable)](https://packagist.org/packages/apiato/apiato)
[![Dependency Status](https://www.versioneye.com/user/projects/578988f4c3d40f0046852116/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/578988f4c3d40f0046852116)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/apiato/apiato/master/LICENSE)
[![apiato](https://img.shields.io/badge/Status-Awesome-brightgreen.svg)](https://github.com/apiato/apiato)
[![Build Status](https://scrutinizer-ci.com/g/apiato/apiato/badges/build.png?b=master)](https://scrutinizer-ci.com/g/apiato/apiato/build-status/master)
[![composer.lock](https://poser.pugx.org/apiato/apiato/composerlock)](https://packagist.org/packages/apiato/apiato)
[![License](https://poser.pugx.org/apiato/apiato/license)](https://packagist.org/packages/apiato/apiato)



[![forthebadge](http://forthebadge.com/images/badges/ages-12.svg)](https://www.zalt.me)
[![forthebadge](http://forthebadge.com/images/badges/ages-12.svg)](http://apiato.co)

> Build better API's faster with **PHP** and **Laravel 5.4**.

<br>

**NOTE:** This project used to be named `Hello API`. It was renamed to `apiato` in March, 22, 2017 for better SEO.

## Content

* [Introduction](#Introduction)
* [Features](#Features)
* [Chat](#Chat)
* [Documentation](#Documentation)
* [Contribution](#Contribution)
* [Credits](#Credits)
* [License](#License)


Expand Down Expand Up @@ -103,19 +108,12 @@ Join our chatting room on Gitter by click on the icon below
## Documentation

**apiato** is built with a new architectural pattern called **[Porto](https://github.com/apiato/Documentation)**.
> **Porto SAP** is a modern Software Architectural Pattern, designed to help developers organize their Code in a super maintainable way. It is very helpful for big and long term projects, as they tend to have higher complexity with time. -- [Mahmoud Zalt](https://github.com/Mahmoudz)
Reading the simple [**Porto Document**](https://github.com/apiato/Documentation) is essential before starting.
> **Porto SAP** is a modern Software Architectural Pattern, designed to help developers organize their Code in a super maintainable way. It is very helpful for big and long term projects, as they tend to have higher complexity with time.
Reading the simple [**Porto document**](https://github.com/apiato/Documentation) is essential before starting.

[**Full Documentation**](https://apiato.readme.io/docs/installation)


<a name="Contribution"></a>
## Contribution

Anytime.

### apiato full [documentation](https://apiato.readme.io/docs/installation) here.



Expand All @@ -124,21 +122,15 @@ Anytime.

| Contributors | Twitter | Ask for Help | Contact / Hire | Site |
|------------------------|---------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------|-----------------|-----------------|
| [Mahmoud Zalt](https://github.com/Mahmoudz) (Creator) | @[Mahmoud_Zalt](https://twitter.com/Mahmoud_Zalt) | [![Get help on Codementor](https://cdn.codementor.io/badges/get_help_github.svg)](https://www.codementor.io/mahmoudz) | [email protected] | [https://zalt.me](https://zalt.me/) |
| [Mahmoud Zalt](https://github.com/Mahmoudz) (Maker) | @[Mahmoud_Zalt](https://twitter.com/Mahmoud_Zalt) | [![Get help on Codementor](https://cdn.codementor.io/badges/get_help_github.svg)](https://www.codementor.io/mahmoudz) | [email protected] | [https://zalt.me](https://zalt.me/) |



<a name="License"></a>
## License

The MIT License [(MIT)](https://github.com/apiato/apiato/blob/master/LICENSE).
The MIT License [(MIT)](https://opensource.org/licenses/MIT).



[![SensioLabsInsight](https://insight.sensiolabs.com/projects/1bdf99d7-13b1-46ca-8576-c6a702f9afd7/big.png)](https://insight.sensiolabs.com/projects/1bdf99d7-13b1-46ca-8576-c6a702f9afd7)






23 changes: 0 additions & 23 deletions tests/Feature/ExampleTest.php

This file was deleted.

20 changes: 0 additions & 20 deletions tests/Unit/ExampleTest.php

This file was deleted.

0 comments on commit 3aebe26

Please sign in to comment.