2017 © Pedro Peláez
 

project start-slim

Skeleton of slim 3 with webpack and laravel Eloquent, laravel template blabe and so on

image

phpner/start-slim

Skeleton of slim 3 with webpack and laravel Eloquent, laravel template blabe and so on

  • Tuesday, May 1, 2018
  • by phpner
  • Repository
  • 0 Watchers
  • 1 Stars
  • 20 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

start - slim 3

Installa

composer create-project phpner/start-slim name, (*1)

will download dependencies :, (*2)

"require": {
        "slim/slim": "^3.0",
        "illuminate/database": "^5.6",
        "philo/laravel-blade": "3.*"
    },

To use laravel blade view in your contrallers you have to extends AbstractController., (*3)

```php <?php, (*4)

namespace App\Controllers;, (*5)

class HomeController extends AbstractController { public function index() { echo $this->view('example'); } } ?> ```, (*6)

In folder 'App/ View' make a file - example.blade.php, (*7)

For more information read here Laravel 5.1 blade , (*8)

If you wanna use webpack, (*9)

npm install, (*10)

will download, (*11)

  "babel-core": "^6.26.0",
    "babel-loader": "^7.1.4",
    "backbone": "^1.3.3",
    "bootstrap": "^3.3.7",
    "browser-sync": "^2.23.6",
    "browser-sync-webpack-plugin": "^2.0.1",
    "css-loader": "^0.28.10",
    "extract-text-webpack-plugin": "^3.0.2",
    "file-loader": "^1.1.11",
    "jquery": "^2.2.4",
    "node-sass": "^4.7.2",
    "owl.carousel": "^2.3.3",
    "postcss-loader": "^2.1.1",
    "sass-loader": "^6.0.7",
    "style-loader": "^0.20.3",
    "webpack": "^3.11.0",
    "webpack-cli": "^2.0.11",
    "webpack-notifier": "^1.6.0"

when, (*12)

npm run start, (*13)

wiil watch your files :, (*14)

``` ["public/assets//.css","public/assets/js/.js","App/View/.php"], (*15)

The Versions

01/05 2018

dev-master

9999999-dev

Skeleton of slim 3 with webpack and laravel Eloquent, laravel template blabe and so on

  Sources   Download

MIT

The Requires

 

by Avatar phpner

template skeleton slim

01/05 2018

1.0.4

1.0.4.0

Skeleton of slim 3 with webpack and laravel Eloquent, laravel template blabe and so on

  Sources   Download

MIT

The Requires

 

by Avatar phpner

template skeleton slim

01/05 2018

1.0.3

1.0.3.0

Skeleton of slim 3 with webpack and laravel Eloquent, laravel template blabe and so on

  Sources   Download

MIT

The Requires

 

by Avatar phpner

template skeleton slim

25/04 2018

1.0.2

1.0.2.0

Skeleton of slim 3 with webpack and laravel Eloquent, laravel template blabe and so on

  Sources   Download

MIT

The Requires

 

by Avatar phpner

template skeleton slim

23/04 2018

1.0.1

1.0.1.0

Skeleton of slim 3 with webpack and laravel Eloquent, laravel template blabe and so on

  Sources   Download

MIT

The Requires

 

by Avatar phpner

template skeleton slim

19/04 2018

1.0.0

1.0.0.0

Skeleton of slim 3 with webpack and laravel Eloquent, laravel template blabe and so on

  Sources   Download

MIT

The Requires

 

by Avatar phpner

template skeleton slim